@charset "UTF-8";
/* CSS Document */
body {
	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: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFF;
	background-image: url(../img/bg.jpg);
	background-repeat: no-repeat;
}
.firstnav {
	padding-left: 35px;
	margin-left: 35px;
}
#header {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 1152px;
	height: 142px;
}
#navbar {
	background-image: url(../img/header.png);
	height: 37px;
	padding-left: 300px;
	background-position: 0px 0px;
	padding-top: 105px;
	background-repeat: no-repeat;
	color: #FFF;
}

#navbar-front {
	background-image: url(../img/header_front.png);
	height: 37px;
	padding-left: 300px;
	background-position: 0px 0px;
	padding-top: 105px;
	background-repeat: no-repeat;
	color: #FFF;
}
ul {
	padding: 0px;
	margin: 0px;
	float: left;
}
#navbar ul li {
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 5px;
	text-transform: uppercase;
}
#navbar-front a {
	color: #FFF;
	text-decoration: none;
}

#navbar-front ul li {
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-left: 5px;
	text-transform: uppercase;
}
#navbar a {
	color: #FFF;
	text-decoration: none;
}

#container {
	width: 1152px;
	color:#FFF;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
}

#mainContent {
	float: left;
	padding-left: 360px;
	padding-right: 90px;
	font-size: 12px;
	color: #000;
	padding-bottom: 10px;
}
#mainContent_inner {
	float: left;
	background-image: url(../img/maincol_bg.jpg);
	background-repeat: repeat-y;
	padding-left: 150px;
	padding-right: 250px;
	font-size: 12px;
	color: #000;
	padding-bottom: 10px;
	width: 900px;
}
#lbcontent {
	float: left;
	width: 586px;
	height: 240px;
	color: #000;
}
#lbcontent_index {
	float: left;
	width: 486px;
	height: 350px;
	color: #000;
	padding-left: 100px;
}
#ltcontent {
	float: left;
	width: 586px;
	height: 385px;
	color: #000;
}
#rtcontent {
	float: right;
	width: 565px;
	height: 515px;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	overflow: auto;
}
#rtcontent_index {
	float: right;
	width: 540px;
	height: 510px;
	color: #000;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
#rbcontent {
	float: right;
	height: 111px;
	color: #000;
	width: 566px;
}
#rbcontent_index {
	float: right;
	height: 240px;
	color: #000;
	width: 566px;
}
.rssfeed li {
	font-family: Arial, Helvetica, sans-serif;
	color: #039;
	padding-left: 5px;
	margin-left: 45px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 14px;
}
.rssfeed last {
	list-style-type: none;
}


.underline {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
h1 {
	color: #333;
}
a {
	color: #B3314E;
}
#ScrollDIV {
	width: 800px;
}
#SelectDIV {
	width: 50px;
	color: #A82E49;
	float: right;
	margin-right: 190px;
}
#bottomsection {
	float: left;
	width: 1024px;
	height: 230px;
}
#cousypics {
	color: #FFF;
	height: 384px;
	width: 316px;
	position: absolute;
	float: left;
	margin-left: -330px;
}
#navbar a:hover  {
	color: #B3314E;
	text-decoration: none;
}
#SelectDIV a {
	float: right;
	width: 120px;
	color: #A82E49;
}
.odd {
	background-color: #CDB0B5;
}
#8eyeon {
}
h3 {
	color: #B20F0E;
}
h1 {
	color: #B20F0E;
}
.normaltext {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
}

#left-side { height:222px; width:565px; float:left;}
#right-side { height:222px; width:586px; float:left;}

