/* CSS Document */

body {
	margin:0px;
	background-color: #CCCCCC;
}
p,h2,h1,h3 {
	font-family: trebuchet ms, arial, verdana;
	}
#container {
	border-top:0px;
	width:780px;
	text-align:left;
	
}
#header {
	padding:0px;
	background:url('images/header.png') no-repeat;
	height:84px;
}
#subheader {
	background:url('images/subheader.png') no-repeat;
	height:166px;
	padding:0px;
	}

#main { 
	
	background-color: #FFFFFF;
	
	padding: 10px;
	
	
}

#navigation {
	background:url('images/nav.png') no-repeat;
	
	/* border:1px solid yellow; */
	height:50px;
	
	
}


#navigation ul {
	margin:0px;
	/* border:1px solid black; */
	list-style-type:none;
	position:relative;
	top:10px;

	margin-left: 0px;
}

#navigation li {
	display:inline;
	padding:0 15px;
	color: #FFFFFF;
	font-size: 20px;
	font-weight: bold;

}




#navigation a {
	font-family:'trebuchet ms', verdana, arial;
	color:#fff;	
	text-decoration:none;
}
#navigation a:hover {

color: #333;
text-decoration: none;
}

ul li {
	font-family: trebuchet ms, verdana;
}
.zig {font-family: trebuchet ms;
	font-size: 12px;
}

#footer {
	background:url('images/footer.png') no-repeat;
	margin:0px;
	/* border:1px solid yellow; */
	height:20px;
	
	
}

#footer ul {
	margin:0px;
	/* border:1px solid black; */
	list-style-type:none;
	position:relative;
	

	
}

#footer li {
	display:inline;
	padding:0 10px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	font-family: trebuchet ms, verdana;

}




#footer a {
	font-family:'trebuchet ms', verdana, arial;
	color:#fff;	
	text-decoration:none;
}
#footer a:hover {

color: #990000;
text-decoration: none;
}