@charset "utf-8";
body {
	text-align: center;
	background-color: #E3E3E3;
	margin-top: 0px;
}
#header {
	height: 90px;
	margin: 0px;
	background-color: #E3E3E3;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
	background-image: url(images/header3.jpg);
	background-repeat: no-repeat;
}
#header h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #B62F2F;
	vertical-align: 100%;
	text-align: right;
	font-size: 36px;
	font-weight: lighter;
}


#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	padding-top: 0px;
	background-color: #E3E3E3;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#nav {
	width: 140px;
	float: left;
	height: 365px;
	background-color: #E3E3E3;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: 100;
	font-size: 11px;
	margin: 5px;
	padding-left: 5px;
	text-transform: lowercase;
}
#nav ul {
	padding-right: 0px;
	padding-left: 0px;
}

#nav li {
	list-style-type: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#nav a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}
#nav a:hover {
	color: #666666;
	background-color: #FFFFFF;
}

#content {
	float: right;
	width: 635px;
	background-color: #E3E3E3;
	height: 365px;
	text-decoration: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	margin: 5px;
}
#footer {
	text-align: center;
	float: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	background-color: #E3E3E3;
	padding-top: 1px;
	width: 800px;
	height: 40px;
	font-weight: bold;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#footer li {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	list-style-type: none;
	display: inline;
	text-decoration: none;
	padding-right: 10px;
	padding-left: 10px;
	color: #B62F2F;
}
#footer a {
	color: #666666;
	text-decoration: none;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
}
#footer a:hover {
	background-color: #FFFFFF;
	font-weight: normal;
}
