@charset "UTF-8";
body  {
	font: 12px Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}
#container  {
	width: 1000px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	border-top: #CCCCCC;
	border-right: 2px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 2px solid #CCCCCC;
} 
#header  {
	width: 1000px;
} 
#header  h1  {
	margin: 0; 
	padding: 10px 0; 
}
#nav   {
	float: left; 
	width: 110px; 
	padding: 0px;
}
#mainContent  {
	margin: 0 0 0 130px;
	padding: 0; 
	width: 850px;
} 
#footer  {
	padding: 0 10px 0 20px;
	background:#990000;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
} 
#footer  p  {
	margin: 0; 
	padding: 10px 0; 
}


.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFCC00;
	font-weight:normal;
}
a.footerlinks:link {
	color:#FFFFFF;
	font-weight:normal;
}
a.footerlinks:visited {
	color:#FFFFFF;
	text-decoration:none;
	font-weight:normal;
}
a.footerlinks:active {
	color:#FFFFCC;
	text-decoration:none;
	font-weight:normal;
}
a.footerlinks:hover {
	color:#FFCC00;
	text-decoration:underline;
	font-weight:normal;
}

.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#map  {
	float: none;
	width: 850px;
}
#Conetent3 {
	float: left;
	width: 350px;
	vertical-align: top;
	text-align: left;
	padding: 5px;
	margin-left: 20px;
}
#Content5 {
	float: left;
	width: 350px;
	margin-left: 20px;
	padding: 5px;
}
#Content6     {
	padding: 5px;
	width: 350px;
	margin-left: 430px;
}
#Content4  {
	width: 350px;
	margin-left: 430px;
	padding: 5px;
}
#wax     {
	padding: 5px;
	float: left;
	width: 700px;
	margin-left: 60px;
}
.pagelinks {
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
	font-weight:bold;
}
a.pagelinks:link {
	color:#996600;
	text-decoration:none;
	font-weight:bold;
}
a.pagelinks:visited {
	color:#996633;
	text-decoration:none;
	font-weight:bold;
}
a.pagelinks:active {
	color:#CC9933;
	text-decoration:none;
	font-weight:bold;
}
a.pagelinks:hover {
	color:#993333;
	text-decoration:underline;
	font-weight:bold;
}
