/* CSS Document */


* { /* this eliminates those extra spaces between divs */
	margin: 0;
	padding: 0;
	}

body {
	font-size: 1em;
	color:#000; 
	background-color:#9f9f9f;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		background-repeat: repeat-x;
background-image:url(images/side.jpg);
	}

h1 {
	font-size: 1.2em;
	text-align: left;
	line-height: 1.3em;
	color: #890026;
	text-transform:uppercase;
	margin-bottom: 9px;
	}
	
h2 {
	font-size: 1.1em;
	text-align: left;
	line-height: 1.3em;
	color: #333;
	text-transform:uppercase;
	margin-bottom: 9px;
	text-align: left;
	margin-top:6px;}
	
h3{
	font-size: .8em;
	text-align: left;
	line-height: 1.3em;
	color: #890026;
	text-transform:uppercase;
	margin-bottom:6px;
	padding-top:6px;
	text-align: left;}	
	


p {
	font-size: 80%;
padding-bottom:9px;

	}
	


	
#container {
width: 900px;
margin: 0px auto 0px auto;
position:relative;
	}
	
	


#top {
position:relative;
height: 280px;
background-repeat: no-repeat;
background-position:top;
background-image:url(images/top.jpg);
}



#nav {
	position: absolute;
	left: 104px;
	top: 292px;
	text-align:right;
	font-size:90%;
	width: 168px;
	padding-bottom:12px;
	line-height:1.4em;
	height: 177px;
	}
	
	
	

#middle{
position:relative;
padding: 1px 120px 12px 310px;
line-height:1.3em;
background-repeat: repeat-y;
background-image:url(images/middle.jpg);
}

#middle b {color:#333333;}

#middle a {
	color: #5b8c25;
	text-decoration: underline;
	font-weight:bold;
}


#middle img {
	padding: 3px 0px 3px 6px;
	background-color: white;
	float: right;
	position:relative;
}
		
#middle a:link, #middle a:visited {
	color: #890026;
	}

#middle a:hover {
	color: #333;
		}
		
		
#middle ul {
	text-align: left;	
	display:block;	
	margin-left:12px;}


#middle li {
	font-size:80%;
	padding: 3px 0;
	}		


#signup {
	position: absolute;
	left: 538px;
	top: 140px;
	color:#fff;
	width: 198px;
	line-height:1.5em;
	font-size:75%;
	font-weight:bold;
	text-transform:uppercase;
	}

#signup a {
	color: #fff;
	text-decoration:none;

}
		
#signup a:link, #signup a:visited {
	color: #fff;
	}

#signup a:hover {
	color: #999;
		}



#footer{
position:relative;
height:90px;
background-repeat: no-repeat;
background-position:top;
background-image:url(images/footer.jpg);
}




#contact {
	position: absolute;
	left: 488px;
	top: 76px;
	text-align:right;
	color:#890026;
	font-size:100%;
	width: 334px;
	padding-top:3px;
	line-height:1.3em;
	font-weight:bold;
	}


		
#contact a {
	color: #890026;
	text-decoration:none;

}
		
#contact a:link, #contact a:visited {
	color: #890026;
	}

#contact a:hover {
	color: #333;
		}
