
body {
	background-image: url(images/background.jpg);
	background-repeat: repeat-x;
	background-color: #3F6388;
	padding: 0;
	font-family: Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #313131;
	font-size: small;
	margin: 0px auto;
}

#container {
	width: 770px;
	text-align: center;	
	margin: 0px auto;
}

#content{
	text-align: left;
	width: 774px;
	background-image: url(images/content_bg.png);
	margin-top: 15px;
	padding: 0;
	position: relative;
	background-repeat: no-repeat;
}

/* hide following from IE6 */
html>body #content{
	height: 465px;
}

#title{
	width: 100%;
	height: 57px;
	text-align: right;
	margin-right: 100px;
}

#menu {
	width: 770px;
	text-align: right;
}

#main {
	margin-top: 16px;
	padding: 0px;	
	line-height: 1.2em;
}


#mainImage img{
	border: 3px solid white;
margin-bottom: 5px;
}

.mainText{ /* home page */
width: 498px;
float: right;
padding: 0;
margin: 0 12px 0 0;
}

.mainTextWide {
	
	/*padding: 30px 10px 30px 325px;*/
	width: 505px;
	
	
	/* IE */
	position: absolute;
	top: 73px;
	left: 260px;
}

.mainTextScroll{
	overflow: auto; 
	width: 498px;
	margin: 5px 10px 0px 0px;
	height: 340px;
	padding-left: 5px; 
}

html>body .mainTextScroll{ /* hide following from IE6 */
	z-index: 3;
	float: right;	
}

.mainTextScroll img, .mainText img{
	border: 3px solid white;
	margin: 8px;
}

.mainTextScroll div{
	margin: 0px;
	z-index: 2;
}

.mainTextScrollWide {
	margin: 0 10px 0px 0px;
	padding: 10x;
	overflow: auto; 
	height: 345px; 
	width: 740px;
	text-align: center;
	padding-left: 20px; 
}

html>body .mainTextScrollWide { /* hide following from IE6 */
	z-index: 3;
	float: right;	
}


.reel{
	text-align: center;
}

.reel img{
	border: 3px solid black;
}


a:link, a:visited {
	text-decoration: none;
	color:  #3F6388;
}


#mainImage{
	float: left;
	margin: 0 0 0 10px;
	height: 100%;
	
	
}

#sub_main{
	height: 37px;
	clear: both;
}




td{
	border-bottom: 1px solid black;
}

td.reel{
	border: none;
}

.reel p{
	text-align: left;
	padding: 0 5px;
}

.footer{
	text-align: center;
	font-size: 80%;
	color: white;
}

.footer a:link, .footer a:visited{
	color: white;
}

div.caption{
	float: right;
	margin: 5px 10px;
}

div.caption p{
	text-align: center;
	font-size: 90%;
	margin: 0px;
	padding: 0px;
}



#featured{
	background-color: #9A965D;
	border: 1px solid white;
	width: 220px;
	text-align: left;
	color: #000000;
	padding: 3px;
	float: right;
margin-left: 2px;
margin-bottom: 4px;
}


#featured img{
	border: none;
margin: 5px;
}

#featured img.img-thumb{
	border: 5px solid white;

}

#featured p{
	text-align: left;
	width: 210px;
padding: 0px 5px;
font-size: 90%;
}