/* Starter CSS by Mike Cherim - http://green-beast.com */
	
* {
}
	
body {
	background-color: #fff;
	background-image: url(bg.jpg);
	background-repeat: repeat-x;
	color: #000;
}  
	
#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 1000px;

}

#wrapper {
	position: absolute;
	left: 3%;
	top: 225px;
	width: 63%;
	font-family: verdana, helvetica, arial, tahoma, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: justify;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	padding: 10px;
}

#feature {
	position: absolute;
	left: 70%;
	width: 25%;
	top: 225px;
	font-family: verdana, helvetica, arial, tahoma, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 14px;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	padding: 10px;

}

#donate {
	position: absolute;
	left: 70%;
	width: 25%;
	top: 520px;
	font-family: verdana, helvetica, arial, tahoma, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: center;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	padding: 10px;
}

#links {
	position: absolute;
	left: 70%;
	width: 25%;
	top: 617px;
	font-family: verdana, helvetica, arial, tahoma, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	padding: 10px;

}

#newsletter {
position: absolute;
	left: 70%;
	width: 25%;
	top: 430px;
	font-family: verdana, helvetica, arial, tahoma, sans-serif;
	font-size: 12px;
	line-height: 14px;
	text-align: left;
	border-style: solid;
	border-width: 1px;
	border-color: #ccc;
	padding: 10px;

}

#nav {
	position: absolute;
	left: 3%;
	top: 200px;
	width: 65%;
	font-family: helvetica, arial, tahoma, sans-serif;
	font-size: 11px;
	letter-spacing: 1px;
}

#nav a {
	text-decoration: none;
	background-color: #fff;
	color: #c1262a;
        font-weight: bold;
}

#nav a:hover {
	text-decoration: underline;
	background-color: #fff;
	color: #c1262a;
        font-weight: bold;
}

#nav a:active {
	text-decoration: none;
	background-color: #fff;
	color: #c1262a;
	background-color: #DBCB97;
}

#nav a:visited {
	text-decoration: none;
	background-color: #fff;
	color: #c1262a;
        font-weight: bold;
}


a {
	text-decoration: underline;
	background-color: #fff;
	color: #c1262a;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
	font-weight: bold;
	color: #000;
	background-color:#fff;
}

a:visited {
	color: #c1262a;
	background-color:#fff;
}

p.feature {
	text-align: center;
	color: #333;
	font-weight: bold;
	background-color:#fff;
}

#head {
	background-color: transparent;
	position: absolute;
	width: 99%;
	top: 5px;
	font-family: helvetica, arial, tahoma, sans-serif;
	font-size: 12px;
	letter-spacing: 1px;
	text-align: right;
}

#head a {
	text-decoration: none;
	color: #000;
	background-color: #DBCB97;
        font-weight: bold;
}

#head a:hover {
	text-decoration: underline;
	background-color: #DBCB97;
	color: #000;
        font-weight: bold;
}

#head a:active {
	text-decoration: none;
	font-weight: bold;
	color: #c1262a;
	background-color: #DBCB97;
}

#head a:visited {
	text-decoration: none;
	color: #000;
	background-color: #DBCB97;
        font-weight: bold;
}

	
h1, h2, h3, h5, h6 {
}
	
h4 {
	text-transform: uppercase;
	font-weight: bold;
}
	
p {
}
	
a {
}
	
a:hover, a:focus, a:active {
}
	
a:focus, a:active {
}
	
img, a img {
}
	
small {
}
	
abbr, acronym {
}
	
blockquote {
}
	
cite {
}
	
em {
}
	
strong {
}
	
form {
}
	
fieldset {
}
	
legend {
}
	
label {
}
	
input {
}
	
select {
}
	
option {
}
	
textarea {
}
	
input:focus, select:focus, option:focus, textarea:focus {
}
	
#header {
}
	
#content {
}
	
#sidebar {
}
	
#navigation {
}
	
#footer {
}
	
.bold {
}
	
.italic {
}
	
.hidden {
}

.offset {
}
	
.highlight {
}
	
.tiny {
}
	
.error {
}

.abbr {
}

/* end of file... for now */