body  {
	margin: 0;
	text-align: center;
	color: #000000;
	font-family: "Times New Roman", Times, serif;
	background: #000 url(images/bg.jpg) repeat-x;
}

#wrapper{
	margin: 0 auto;
	width: 862px;
}


#container {
	width: 838px;
	background: #000;
	border: 6px solid #FFF;
	text-align: left;
	padding: 6px;
} 

#header{
	background: url(images/header.jpg) no-repeat;
	height: 103px;
	width: 838px;	
	}
#navbar{
	background: #e2e1ef no-repeat;
	height: 36px;
	width: 838px;
}

#slideshow{
	height: 165px;
	width: 838px;
}

#maincontent{
	width: 596px;
	float: left;
	padding-bottom: 40px;
}

#rightsidebar{
	float: right;
	width: 242px;
}

#footer{
	height: 108px;
	width: 862px;
}
h1 {
	font-size: 15px;
	font-weight: bold;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 50px;
	margin-left: 25px;
	margin-top: 20px;
	border: 1px solid #000;
	border-right: none;
	border-left: none;
	padding: 5px 0;
	width:500px;
}
h2 {
	text-align: center;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	font-size: 17px;
	padding: 5px;
	border: 1px solid #000;
	width: 190px;	
}

.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;
}
.footer {
	font: 10px/14px Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	margin-top: 26px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.maintext {
	font-size: 13px;
	line-height: 125%;
	margin-right: 50px;
	margin-left: 25px;
}
.featurephoto {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	line-height: 14px;
	width: 200px;
}
.bold {
	font-weight: bold;
}
#maincontentwrapper {
	width: 838px;
	background: url(images/main_bg.gif) repeat-y;
}
.iframe {
	padding-left: 25px;
}
#searchwrapper {
	width: 838px;
	background: #E2E1EF;
}
