@charset "UTF-8";
/* CSS Document */
}
#container {
	margin-right: auto;
	margin-left: auto;
	position: relative;
	height: auto;
	width: 900px;
	background-image: url(/IMAGES/09home.jpg);
	background-repeat: no-repeat;
	background-color: #ffeba6;
	z-index: 100;
	overflow: hidden;
}
#name {
	float: left;
	padding-top: 30px;
	padding-left: 30px;
}
#container h1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 32px;
	color: #000;
	text-align: left;
	float: left;
}
#links {
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	height: 400px;
	width: 260px;
	list-style-type: none;
	font-weight: bold;
	text-align: right;
	padding-right: 30px;
}
#links ul {
	text-decoration: none;
	list-style-type: none;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	line-height: 30px;
	font-weight: bold;
	color: #333;
}
#links a:link
{
color: #666;
text-decoration: none;
}
#links a:visited
{
color: #666;
text-decoration: none;
}
#links a:hover
{
	color: #00F;
	text-decoration: none;
}
.copyright {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #000;
	text-align: center;
}
#header {
	background-image: url(WC_header.jpg);
	background-repeat: no-repeat;
	height: 192px;
	width: 900px;
	padding-left: 20px;
}
#navigation {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background-color: #c4c7b6;
	height: 60px;
	width: 900px;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
.newsletter {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 24px;
	font-weight: bold;
	text-decoration: none;
}
#navigation a:link{
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background-color: #c4c7b6;
	height: 60px;
	width: 1000px;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}
#navigation a:visited {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: none;
	background-color: #c4c7b6;
	height: 60px;
	width: 1000px;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}
#navigation a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #872429;
	text-decoration: underline;
	background-color: #c4c7b6;
	height: 60px;
	width: 1000px;
	font-size: 13px;
	line-height: 24px;
	text-align: center;
	padding-top: 5px;
	font-weight: bold;
}
