/* Layout Stylesheet */ 

body {
 margin:20px;
 background:#691A00;
 text-align:center;
 padding:0;
 }

#outer {
	text-align:left;
	width:90%;
	margin:auto;
	background-color: #000000;

 }

#hdr {
 height:148px;
 background:url(../structure_img/header1.jpg) repeat-x;
 color: #333333;
 }

#bar {
	background:#691A00;
	color: #000000;
	vertical-align: middle;
	text-align: center;
	height: 15px;
	width: 100%;



 }

#bodyblock {
 position:relative;
 background: #000000;
 color: #333333;
 width:100%;
 padding:0;
 }

#l-col {
 float:left;
 background:#000000;
 color: #006600;
 width:15%;
 }

#cont {
	background:#837c51;
	color: #000000;
	text-align:left;
	border-top: 1 solid #000000;
	border-right: 1 solid #000000;
	border-bottom: 1 solid #000000;
	border-left: 1 solid #000000;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 10px;
	width: 80%;




 }

#ftr {
 height:25px;
 background:#000000;
 color: #006600;
 border:solid black;
 border-width:1px 0 0 0;
 margin:0;
 }
#menuitem {
	float: left;
	width: 20%;
	position: relative;
	margin: 0px;
	padding: 0px;
	clip:  rect(0px auto auto auto);







}
