/* mac hide\*/
html, body {/*height:100%*/}
/* end hide */
html {
overflow-Y: scroll;
}
body 
	{
	padding:0;
	margin:0;
	text-align:center;
	min-width:900px;/* for mozilla*/
	background-color: #33261B;
	color: #818286;
	}
#outer
	{
	/*height:100%;
	min-height:100%;*/
	width:900px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	background-color: #FFFFFF;
	background:  url(../graphics/content-bg.jpg) repeat-y center center;
    margin-top:10px;
    border:4px solid #82644C;
    margin-bottom:10px;
	} 
html>body #outer{} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap 
	{/* enables content first */
	float:left;
	width:600px;
	}
#header
	{
	position:absolute;
	top:0;
	left:0px;
	width:900px;
	height:162px;
	overflow:hidden;
	color: #000000;
	background-repeat: no-repeat;
	z-index:100;
    border-bottom:4px solid #82644C;
	}
#left 
	{
	position:relative;/*ie needs this to show float */
	width:151px;
	float:left;
	padding-top:195px;/*needed to make room for header*/
	padding-bottom:35px;/* needed to make room for footer */
	padding-left:10px;	
	}


#right
	{
	position:relative;/*ie needs this to show float */
	width:266px;
	float:right;
	padding-top:195px;/*needed to make room for header*/
	padding-bottom:10px;/* needed to make room for footer */
	padding-left:5px;	
	}
#footer
	{
	width:900px;
	height:120px;
	text-align:center;
	background-color:#ffffff;
    margin:0 auto;
	}

* html #footer 
	{/*only ie gets this style*/
	\height:120px;/* for ie5 */
	he\ight:122px;/* for ie6 */
	}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent 
	{	
	width:400px;
	float:right;
	padding-top:195px;
	padding-bottom:10px;/* needed to make room for footer */
		
	}
#centrecontent p {padding-left:0px; line-height:1.8em;}
#clearfooter {width:100%;height:1px;clear:both} /* to clear footer */

#address{
	clear:both;
    padding-top:8px;
}

#address span{
    color:#000;
    font-weight:normal;
}

#address p{
    font-size:80%;
    text-align:center;
}
div.images_right{
    display:block;
    position:relative;
    right:65px;
}
.header_td{
    border-bottom:4px solid #82644C;
}
.header_td_left{
   /* border-left:4px solid #82644C;*/
}
.header_td_right{
    /*border-right:4px solid #82644C;*/
}
#nav{
    padding-left:24px;
}