	

/*****************/
/* Layout Styles */
/*****************/

#BackgroundLayer {
	position:relative;
	width:950px;
	min-height:600px;
	background-image:url(../images/background.jpg);
	background-position:top right;
	background-repeat:no-repeat;
	padding:0px;
	margin: 0px auto 0px auto;
}

	#HeaderLayer {
		position:relative;
		width:860px;
		height:115px;
		padding: 0px;
		margin: 0px;
		overflow:hidden;
	}

	#LogoLayer {
		float:left;
		padding:0px;
		margin:0px;
	}
	

	#MenuLayer {
		float:right;
		padding:75px 0px 0px 0px;
		margin:0px;
	}

	#SnavLayer {
		position:relative;
		width:860px;
		height:20px;
		padding: 0px;
		margin: 0px;
		background-color:#B32500;
		overflow:hidden;
		border-bottom:5px solid #EC7739;
	}

	#ImageLayer {
		position:relative;
		width:860px;
		height:289px;
		padding: 0px;
		margin: 0px;
		overflow:hidden;
		border-top:5px solid #FF9D1F;
		border-bottom:15px solid #321B19;
	}

	#HomepageContentLayer {
			clear:both;
			padding:10px 0px;
			border: 1px solid #321B19;
			width: 858px;
	}
	
	#HomepageTextContent {
		float:left;
		width:830px;
		text-align:left;
		padding:0px 10px 0px 10px;
	}
	
	#HomepageImageContent {
		float:right;
		width:330px;
		padding:0px 10px 0px 10px;
	}

	#FooterLayer {
		clear:both;
		position:relative;
		width:853px;
		height:24px;
		overflow:auto;
		padding:2px 5px 2px 2px;
		text-align:right;
		background-color:#321B19;
		font-size:10px;
		margin-bottom:10px;
	}


/* misc */

#faqbox {
	background: #B32500 url('../images/faq_bg.gif') repeat-y;
}
	#faqbox a, #faqbox a:visited, #faqbox a:hover {
		padding: 2px 2px 2px 20px;
		display: block;
		
		color: #FFF;
	}
	#faqbox div{
		background: #EEE;
		border: 2px solid #B32500;
		padding: 5px;
	}

#contact_details {
	float: right;
	width: 250px;
	padding: 5px;
	
	background: #FF9D1F;
	border: 1px solid #000;
}

#cleardiv {
	clear: both;
	height: 1px;
	overflow: hidden;
}

/*
#divname, .classname {
	display properties(margin, width, z-index, etc...)
	
	font styles (font-width, color, text-alignment, etc...)
	
	theme related (border, background, etc...)
}
*/


