/* CSS Document */

body{background-color: #005500;}

 
h3{color:#009900; font-family: "Lucida Sans", Verdana, Arial, sans-serif; font-size: 21px;}
p{font-family: "Lucida Sans", Verdana, Arial, sans-serif;
	font-size: 11px; color:#003300; letter-spacing: 0.1em; line-height: 1.5em;}

#container{clear: left; background-color: #FCFFFC; width: 750px; position: relative;  height: 700px; 
	margin: 0px auto;}

#header{
	background-image: url("images/dawgslogo.jpg"); background-repeat: no-repeat;
	width: 750px;
	position: relative;
	top: 0px;
	clear: both;
	height: 250px;
	margin-top: -15px;
}

#navigation{position: relative; left: 0px; top: 200px; width: 750px; height: 60px; margin: 0px auto;}
	
		#navigation ul {text-align: center; background-color:#ACA; clear: none; width: 700px;}
		#navigation ul li{display: block; list-style: none; background-color:#5A5; padding: 5px; 
			width: 120px; height: 20px; color:#FFF; font-size: 15px; float: left; padding-bottom: 3px;
			font-family: "Lucida Sans", Verdana, Arial, sans-serif; clear: none; border: 3px solid #272;}
		#navigation ul li.nav{border-left: 0px; }
		#navigation ul li:hover{background-color: #090;}
		#navigation ul li a{color:#FFF; text-decoration: none; text-transform: uppercase; }
		#navigation ul li a:hover{color: #AFA; background-color: #090;}	

#content{width: 500px; position: relative; left: 125px;}
	#content ul{line-height: 20px;}
	#content li{list-style-image: url("images/listbullet.gif"); 
		font-family: "Lucida Sans", Verdana, Arial, sans-serif;
		color: #003300; font-size: 10px;}
	#content li a{color: #009900; font-size: 14px; text-decoration: none;}
	#content li a:hover{color: #006600;}

#footer{
	margin: 0px auto;
	border-color:#009900;
	border-top: 5px solid;
	position: relative;
	width: 750px;
	background-color: #070;
	bottom: 0px;
	text-align: center;
	height: 40px;
	left: 0px;
}
#footer p{color: #CCCCCC;}
