body 
{
	background-color:#53230c;
}

#container
{
	width:849px;
	margin:10px auto 20px;
}
#header {
	background: #fff url(../images/header.gif) no-repeat;
	height:86px;
	}
	#header h2, #header h1{display:none;}
	
#under_header{
	background: #fff url(../images/under_header.gif) no-repeat;
	height:55px;
	}	
#idx_img{
	background: #fff url(../images/idximg.jpg) no-repeat;
	height:331px;
	position:relative;
	}
	#idx_img p{
		position:absolute;
		top:130px;
		left:575px;
		width:190px;
		padding:0px 4px 0px 4px;
		font-size:1em;
		color:#fff;
		}
	#idx_img a{
		font-weight:bold;
		color:#bb852f;
		font-size:1.3em;	
		text-decoration:none;
		}	
	#idx_img a:hover{
		text-decoration:underline;
		}	
#ibottom{
	color:#210e00;
	background:url(../images/ibottom_M.jpg) top left repeat-y;
	}
	#ibottom h3{
		padding-bottom:15px;
		text-transform:uppercase;
		color:#210e00;
		font-weight:bold;
		}
	#ibottom #ileft{
		float:left;
		width:500px;
		padding:0px 15px 0px 20px;
		border-right: solid 1px #53230c;
		}
	#ibottom #iright{
		float:left;
		width:255px;
		padding:0px 20px 0px 20px;
		}
		#ibottom #iright img{padding-right:6px;}
		#ibottom #iright a{
			color:#bb6313;
			text-decoration:none;
			font-weight:bold;
			font-size:1.2em;
			}
		#ibottom #iright a:hover{
			text-decoration:underline;
			}	
		
#main1 {background:  url(../images/ibottom_M.jpg) repeat-y;}
#main_in {background:transparent url(../images/ibottom_B.jpg) no-repeat bottom right;}

#colLeft {
	float:left;
	width:160px;
	margin:0; padding:0;
	background:#a38e6c;
	}

#colRight {
	float:right;
	width:150px;
	margin:0; padding:0;
	background-color:#09f;
	}
#content {
	margin:0px 150px 0px 160px;
	background:transparent url(../images/ibottom_T.jpg) no-repeat top right;
	}
	
	#content .padding {padding:20px 20px 30px 20px;}
	
	#content .floatfix { display: table; height: 1%; width: 100%; margin: 0; padding: 0; }
	
body.idx #content .padding {padding:0px;}

#seconds{padding:20px 20px 20px 30px;}
	#seconds h1{text-transform:capitalize;padding-bottom:20px;}
	
#footer {background-color:#53230c;margin:0 auto 20px; padding-top: 10px; text-align:center;}

	#footer ul{list-style:none outside;text-transform:uppercase;margin:0px;}
	#footer ul li{
		color:#bb6313;
		float:left;
		padding:0px 4px 0px 4px;
		font-size:.9em;
		}
	#footer ul li a{
		color:#bb6313;
		text-decoration:none;
		}	
	#footer .credit{
		color:#fff;
		margin:0px 5px 0px -15px;
		text-transform:none;
		
		}	

body.noRight #main2 { background-image:none; }
body.noRight #colRight { display:none; }
body.noRight #content { margin-right:0; }

body.noLeft #main1 { background-image:none; }
body.noLeft #colLeft { display:none; }
body.noLeft #content { margin-left:0; }

body.noStructure {}
body.noStructure #colLeft,
body.noStructure #colRight,
body.noStructure #main1,
body.noStructure #main2,
body.noStructure #content,
body.noStructure #header,
body.noStructure #footer,
body.noStructure #menu
{
	display:none;
}

