body {
	background-color: #000;
	font-family: verdana, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
}

a:link {background: #FFFFFF; text-decoration: underline; color: #000;}
a:visited {background: #FFFFFF; text-decoration: underline; color: #000;}
a:hover {background: #FFFFFF; text-decoration: none; color: #000;}
a:active {background: #FFFFFF; text-decoration: underline; color: #000;}

h1 {
	font-size: 18px;
	font-weight: bold;
}

.wrap {
	width:800px;
	margin-left: auto;
	margin-right: auto;
}

#topnav {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	height: 14px;
	font-size: 10px;
	font-weight: bold;
	text-align: right;
}

#header {
	width: 800px;
	height: 151px;
	background-image: url(/images/header.jpg);
	border-bottom: 15px solid #EE3123;
}

#header img {
	position: relative;
	top: 15px;
	left: 20px;
}

#header a {background-color:transparent;}

#content {
	background-image: url(/images/content_bg_w.gif);
	background-repeat: repeat-y;
	color: #000;
	border-left: 1px solid #EE3123;
	border-right: 1px solid #EE3123;
}

#nav {
	position: relative;
	float:left; 
	width:174px; 
	background-color:#434343;	
}

#nav a {
	font-weight: bold;
	font-size: 11px;
	line-height: 20px;
	padding-left: 4px;
	display: block;
	width: 170px;
	border-bottom: 1px solid #000;
	text-decoration: none;
}

#nav a:link {color: #FFFFFF; background-color:#434343;}
#nav a:visited {color: #FFFFFF; background-color:#434343;}
#nav a:hover {color: #7A1012; background-color:#98A2A4;}
#nav a:active {color: #FFFFFF; background-color:#434343;}

#contactinfo {
	font-size: 9px;
	visibility: visible;
	float: left;
	text-align: left;
}

#footer {
	background-image: url(/images/content_bg_w.gif);
	background-repeat: repeat-y;
	font-size: 9px;
	text-align: center;
	padding: 5px;
	border-left: 1px solid #EE3123;
	border-right: 1px solid #EE3123;
	border-bottom: 1px solid #EE3123;
}

#footer a:link {background: #FFFFFF; text-decoration: none; color: #000;}
#footer a:visited {background: #FFFFFF; text-decoration: none; color: #000;}
#footer a:hover {background: #FFFFFF; text-decoration: underline; color: #000;}
#footer a:active {background: #FFFFFF; text-decoration: none; color: #000;}

#contactinfo a:link {background: #434343; text-decoration: underline; color: #FFFFFF;}
#contactinfo a:visited {background: #434343; text-decoration: underline; color: #FFFFFF;}
#contactinfo a:hover {background: #434343; text-decoration: none; color: #FFFFFF;}
#contactinfo a:active {background: #434343; text-decoration: underline; color: #FFFFFF;}