@charset "utf-8";
/* CSS Document */
body { background:#2c1b03; }
#wrap { width:1150px; margin-left:auto; margin-right:auto; }
	#bgLeft { float:left; background:url(i/bgLeft.jpg) no-repeat center top; width:200px; height:1200px; }
	#bgCentWrap { float:left; }
		#bgCent { background:url(i/bgCent.jpg) no-repeat center top; width:750px; height:1000px; }
		#bgCentTop { background:url(i/bgCentTop.jpg) no-repeat center top; width:750px; height:200px; }
	#bgRight { float:left; background:url(i/bgRight.jpg) no-repeat center top; width:200px; height:1200px; }

#headTop { height:350px; background:url(i/header.jpg) no-repeat; }
#headBottom { height:90px; background:url(i/headBottom2.jpg) no-repeat; }
#headImage { background:url(i/preview.jpg) center no-repeat; }

/* NAVIGATION */
.navigation {
	background:url(i/nav.jpg) repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	float: left;
	width: 685px;
	color:#000;
	margin-left:0px;
	font-weight:normal;
	margin-left:30px;
	
	
}
.navigation ul {margin: 0; padding: 0;}
.navigation li {
	list-style: none;
	float:left;
	margin:5px 5px 5px 5px;
	
}
.navigation li a {
	color: #000;
	display: block;
	padding:7px 5px 7px 5px;
	text-decoration: none;
	font-size: 0.9em;
	opacity:1;filter:alpha(opacity=100);

}
.navigation li a:hover {
	background:url(i/hover1.jpg) repeat-x;
	opacity:1;filter:alpha(opacity=100);
	color: #FFF;
}
/* END OF NAVIGATION */
#content { position:relative; top:-70px;}
#cL { float:left; margin-left:20px; }
#cM { float:left; margin-left:20px; width:237px;}
#cR { float:left; margin-left:20px; width:209px;}

#welcome { height:164px; background:url(i/welcome1.jpg) no-repeat; padding:35px 15px 0px 15px; font-family:Arial, Helvetica, sans-serif; font-size:0.9em; width:209px; margin-top:20px; }
#welcome2 { height:130px; background:url(i/welcome3.jpg) no-repeat; padding:10px 10px 0px 10px; font-family:Arial, Helvetica, sans-serif; font-size:0.8em; width:209px; }
#welcomeImage2 {margin-top:22px; width:209px; }

#welcome3 { font-family:Arial, Helvetica, sans-serif; font-size:0.8em; width:190px; }
#welcomeImage3 {margin-top:22px; }

#footer { text-align:center; margin:-30px;; padding:0; }
/* Additional */
.clr {clear:both;}