@charset "UTF-8";

body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	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;
	background-color: #CCCCCC;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	background-position:-150px ;
}

#container {
	width: 790px;  /* 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: center; /* this overrides the text-align: center on the body element. */
	background-image: url(images/blue-bar.gif);
	background-repeat: repeat-x;
	position: relative;
	
}

#main-content {
	display: block;
	margin: 2em auto;
	text-align: center;
	position:relative;
	min-height: 350px;
	font-size: 12px;	 
}
#header {
	margin-top: 1em;
	margin-bottom: .5em;
}


#nav {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-image: url(images/navbar.gif);
	background-repeat: repeat-x;
	margin: 0em auto;
	clear: none;
	float: left;
	list-style: none;
	text-align: center;
	display: block;
	white-space: normal;
	height: 32px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
	
}
#nav-div {
	text-align: center;
	width: 96%;
	margin-right: auto;
	margin-left: 20px;
	display: block;
	clear: both;
}

#nav-div img {
	clear: none;
	float: left;
	 
}
#nav li {
	margin: 2px 2em;
	padding: 0px;
	clear: none;
	float: left;
	list-style: none;
	font-size: 12px;
	line-height: 24px;
}
#nav li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#nav li a:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	text-decoration: none;
}
#nav li a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FF0000;
	text-decoration: none;
}




#lsub {
	width: 51%;
	display: block;
	float: left;
	margin-left: 1em;
}
.thumb {
	float: left;
	margin: 5px;
	text-align: center;
	color: #333333;
}
#rsub {
	float: left;
	margin-right: 0.5em;
	margin-left: 0.5em;
	font-size: 10px;
	text-align: left;
	width: 44%;
}
#rsub h3 {
	margin: 9px 0px 4px;
	padding: 0px;
}
.thumb img {
	margin: .5em auto 5px;
	border: 1px solid #666666;
}
#footer {
	background-image: url(images/bar1.jpg);
	background-repeat: repeat-x;
	display: block;
	clear: both;
	height: 45px;
	width: 790px;
	margin-left: auto;
	margin-right: auto;
	font-size: 10px;
}
