body, p {
	font: 11px "Trebuchet MS", Arial, sans-serif;
	padding:0;
	margin:0;
}
/* HEADER */
#header {
	background: url(../images/background-header.jpg) no-repeat left top;
	height:190px;
	padding:45px 0 0 120px;
}

#header h1 {
	background: url(../images/wvyc.gif) no-repeat left top;
	height: 179px;
	width: 128px;
	margin:0 25px 0 0;
	padding:0;
	float:left;
}
#header h1 span {display:none;}

#header ul, #header li {padding:0; margin:0; list-style:none;}
#header ul {float:left; width:25em; margin:98px 0 0 0;}
#header li {display:inline; margin:0 10px 0 0; line-height:20px;}
#header a {text-decoration:none;}


/* GENERIC */
a {
	color: #8e001c;
}
a:hover {
	text-decoration:none;
}


/* FOOTER */
#footer {
	margin:20px 0 10px 25px;
	border-top: 6px solid #fbf7e4;
	padding: 10px 0 0 0;
	width:270px;
	clear:both;
	color:#CCCCCC;
}

#footer a {
	color: #666666;
	text-decoration:none;
}
#footer a:hover {
	text-decoration:underline;
}
#footer .copyright {
	width:230px;
	margin:8px 0 8px 0;
}
#footer p.copyright a {
	color:#CCCCCC;
}
#footer p {margin:0; padding:0;}