/* CSS Document */
/*Design by Nick Kask for Infinite Solutions
http://www.yourimageis.com
CSS by Leyh Solutions
*/
body, html{ margin:0; background-color:#282828; }

#container{ 
	width:800px;
	height:100%; 
	background-image:url(images/containerbg.jpg); 
	background-repeat:repeat-y; 
	margin-left:auto;
	margin-right:auto;
}
#topbanner{
	width:800px;
	height:167px;
	background-color:#820024;
	background-image:url(images/topbannerbg.jpg);
	background-repeat:no-repeat;
	color:#fff;
	font-size:12px;

}
#topbanner-left{
	float:left;
	width:300px;
	padding-left:28px;
	padding-top:29px;
}
#topbanner-mid{
	float:left;
	padding-top:55px;
}
#topbanner-right{
	float:left;
	padding-top:55px;
	padding-left:20px;
}
#topbanner-3{
	float:left;
	padding-top:55px;
	padding-left:20px;
}
#midphoto{
	width:800px;
	height:190px;
	background-image:url(images/midphotobg.jpg);
	background-repeat:no-repeat;
	text-align:center;
}
#content{
	width:800px;
	float:left;
		background-image:url(images/containerbg.jpg);
	background-repeat:repeat-y;
	padding-bottom:50px;
}
#content-left{
	width:555px;
	float:left;
	/*background-color:#9e672e;*/
}
#content-left-left{ width:275px; float:left; color:#fff; font-size:14px; line-height: 20px; margin-top:30px; margin-left:45px; text-align:right; }
.content-left-welcome, h1{
	font-size:18px;
	font-weight:normal;
}
#content-left-right{ width:180px; float:left; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:14px; line-height: 18px; margin-top:36px; margin-left:20px; }
#content-left-right a:link, a:visited { color: #fff; text-decoration: none; }
#content-left-right a:hover { color: #fff; text-decoration: underline; }
#content-right{ width:245px; float:left; margin-top:20px; }
#rightlink{
	width:190px;
	height:30px;
	background-image:url(images/rightlinkbg.jpg);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#fff;
	margin-left:25px;
}
#rightlink a:link, #rightlink a:visited{
	color:#fff;
	width:190px;
	text-decoration:none;
	float:left;
}
#rightlink a:hover{
	color:#D4B89B;
	text-decoration:none;
	width:190px;
	height:30px;
	float:left;
	background-image:url(images/rightlinkbgover.jpg);
	background-repeat:no-repeat;

}
#bottombar{
	width:800px;
	float:left;
	border-top:1px solid white;
	height:125px;
	background-color:#000;
	background-image:url(images/bottombarbg.jpg);
	background-repeat:no-repeat;
}
#bottombar-left{
	width:535px;
	margin-top:90px;
	text-align:right;
	padding-right:20px;	
	float:left;
	color:#9e672e;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}
#bottombar-right{
	margin-top:20px;
	width:225px;
	float:left;
	padding-left:10px;
	color:#ffffff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:10px;
}