
/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#C8A786;
 color: #000000;
 text-align:center;
 padding:0;
 }
	body {font:small/122% arial,helvetica,clean,terminal,sans-serif;font:x-small;}
	body * {line-height:122%;}
	table {font-size:inherit;font:x-small;}
	html>body {font:86.75%/122% arial,helvetica,clean,sans-serif;}
	table, pre, code, select, input {font-size:100%} 
	textarea {font-size:107%;}
	html>body textarea {font-size:auto}
	big {font-size:122%}
	small {font:77% verdana;}
	a:link {text-decoration: none;color:#BB2F1B;}
	a:visited {text-decoration: none;color:#BB2F1B;}
	a:active {text-decoration: none;color:#BB2F1B;}
	a:hover {text-decoration: underline; color:#BB2F1B;}


#outer {
 text-align:left;
 border:0.0px solid purple;
 width:900px;
 margin:auto;
 }

#hdr {
 height:110px;
 color: #333333;
 margin:0px;
 padding:0px;
 }

#bar {
 height:30px;
 color: #333333;
 margin:0px;
 padding:0px;
 vertical-align:top;
 }

#bodyblock {
 position:relative;
 width:900px;
 padding:0;
 background-image: url(/images/body_back_bot.jpg);
 background-repeat: no-repeat;
 background-position: bottom center;
 border:0.0px solid white;
 }

* html #bodyblock { /** IE FIX **/
 	top:-3px;
 }


#l-col {
 float:left;
 width:258px;
 height:397px;
 background-image: url(/images/nav_bg.jpg);
 background-repeat: no-repeat;
 background-position: top right;
 margin: 0px;
 padding: 0px;
 border:0.0px solid brown;
 }

#l-col_hp {
 float:left;
 width:258px;
 height:382px;
 background-image: url(/images/nav_bg_hp.jpg);
 background-repeat: no-repeat;
 background-position: top right;
 margin: 0px;
 padding: 0px;
 border:0.0px solid brown;
 }


* html .cont { /** IE FIX **/
 	width:631px;
 }

.cont {
 width:642px;
 text-align:left;
 border:0.0px solid yellow;
 
 margin: 0px;
 padding: 0px;
 }
 
 
.cont_elbow{
	width: 900px;
	color: #333333;
	text-align: left;
	border:0.0px solid orange;
	float: left;
}
 
* html #plug_outer { /** IE FIX **/
 	width:631px;
 	position:relative;
 	left:-9px;
 	background-position: top 28% !important;
 }

 #plug_outer {
 width:642px;
 height:382px;
 color: #333333;
 text-align:left;
 margin: 0px;
 padding: 1px;
 border:0px solid red;
 background-position: top 50% !important; 
 }

 #plug_inner {
 width:490px;
 height:277px;
 color: #333333;
 text-align:left;
 margin: 30px 0px 0px 35px;
 padding: 0px;
 border:0px solid blue;
 }

 #plug_inner_hp {
 width:440px;
 height:360px;
 color: #333333;
 text-align:left;
 margin: 0px 0px 0px 0px;
 padding: 0px;
 border:0px solid blue;
 position:relative;
 right:1px;
 top:3px;
 float:left;
 }


 #plug_col_hp {
 width:130px;
 height:277px;
 color: #333333;
 text-align:left;
 margin: 20px 0px 0px 0px;
 padding: 0px;
 border:0px solid blue;
 float:left;
 text-align:left;
 font-size:11px;
 font-weight:bold;
 line-height:16px;
 }

 #nav_cooler {
	 text-align:right;
	 position:relative;
	 margin: 0px 0px 0px 0px;
	 padding: 0px;
	 border:0px solid blue;
 }


* html #ftr { /** IE FIX **/
 	position:relative;
 	top:-3px;
    border:0px solid blue;
 }

#ftr {
 height:71px;
 color: #333333;
 margin:0;
 }