/* Jensen's Central Layout */ 

body {
	margin:0px;
	background:#000000;
	color: #333333;
	text-align:center;
	padding:0;
	width: 800px;
	height: auto;

 }

#outer {
	text-align:left;
	border:1px none #000000;
	width:800px;
	margin:auto;
	background-repeat: repeat;
	background-color: #000000;
	background-image: url();
}

#hdr {
	height:145px;
	background:#FFFFFF url(../images/css_template/jensen_header.jpg) no-repeat center top;
	color: #333333;
	width: 800px;

 }

#bar {
	height:25px;
	color: #333333;
	border-top: 1px none #000000;
	border-right: 0 none #000000;
	border-bottom: 1px none #000000;
	border-left: 0 none #000000;
	background-color: #FFFFFF;


 }

#bodyblock {
	background: #FFFFFF url() repeat-y;
	color: #FFFFFF;
	width:800px;
	padding:0;
	margin: 0px;



 }

#l-col {
	float:left;
	color: #333333;
	width:200px;
	border-right-width: 1px;
	border-right-style: dashed;
	border-right-color: #CCCCCC;
	padding: 0px 7px;
	height: 800px;
	margin: 30px 7px 0px;









 }

#cont {
	width:500px;
	color: #333333;
	text-align:left;
	border-top: 0 none;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 0px none;
	padding: 0px 10px 10px 5px;
	margin: 0px 10px 0px 5px;
	float: right;








 }

#ftr {
	height:auto;
	width: 800px;
	background-color: #FFFFFF;
	padding: 25px;
	border-top-width: thin;
	border-top-style: dashed;
	border-top-color: #000000;



	
 }
#header {
	background-color: #FFFFFF;
	height: auto;
	width: 500px;
	margin-top: 35px;
	margin-bottom: 0px;
	padding-bottom: 10px;
	margin-right: 15px;
	background-position: bottom;








}
.leftimage {
	margin-right: 20px;
	margin-bottom: 40px;


}
#content {
	height: auto;
	width: 500px;
	clear: both;
	float: right;


}

