@charset "utf-8";
body  {
	background: #666666;
	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: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: medium;
}
#container  {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 
#header  {
	background-color: #9EC0E8;
	background-image: url(images/b22.gif);
	height: 161px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
	background-repeat: repeat;
} 
#header h1 {
	float: none;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#header img {
	float: left;
}

h1    {
	margin: 0;
	text-align: center;
}
#sidebar1  {
	float: right; /* since this element is floated, a width must be given */
	width: 170px;
	border: 1px solid #000000;
	background-color: #FFF4FA;
	height: auto;
	padding-top: 15px;
	padding-right: 9px;
	padding-bottom: 15px;
	padding-left: 9px;
}
#main {
	float: left;
	width: 955px;
	background-color: #FFFAD0;
}
#nav {
	border: 1px solid #000000;
	float: left;
	width: 763px;
	height: 30px;
	background-color: #2E82B3;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
}
#nav a {
	color: #FFFAD0;
}

#menu1 {
	float: left;
	width: 78px;
	height: 28px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFAD0;
	text-align: center;
	padding-top: 7px;
}
#menu2 {
	float: left;
	width: 138px;
	height: 28px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFAD0;
	text-align: center;
	padding-top: 7px;
}
#menu3 {
	float: left;
	width: 145px;
	height: 28px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFAD0;
	text-align: center;
	padding-top: 7px;
}
#menu4 {
	float: left;
	width: 132px;
	height: 28px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFAD0;
	text-align: center;
	padding-top: 7px;
}
#menu5 {
	float: left;
	width: 132px;
	height: 28px;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFAD0;
	text-align: center;
	padding-top: 7px;
}

#menu6 {
	float: right;
	width: 127px;
	height: 28px;
	text-align: center;
	padding-top: 7px;
}




#mainContent  {
	float: left;
	width: 750px;
	background-color: #FFFAD0;
	padding-right: 5px;
	padding-left: 10px;
} 
#top_ad {
	height: 90px;
	width: 728px;
	margin-right: 15px;
	margin-left: 16px;
}

#ad_adjustlt {
	float: left;
	height: 250px;
	width: 1px;
}
#bodyad {
	float: left;
	height: 280px;
	width: 336px;
	clear: both;
	margin-top: 15px;
	margin-right: 25px;
	margin-bottom: 10px;
}

#footer  {
	background-color: #A1A1A1;
	clear: both;
} 
#footer  p  {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
#footer ul {
	text-align: center;
}
#footer li {
	font-size: small;
	display: inline;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #FFFFFF;
	text-decoration: underline;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
#bottom_image {
	text-align: center;

}
h2 {
	margin: 0;
	text-align: center;
}
li {
	list-style-position: inside;
	text-indent: 10px;
}
