body {
 background:#FFFFFF;
 color: #333333;
 text-align:center;
 padding:0;
 line-height: 1.5em;
 font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
 }

#outer {
 text-align:left;
 border:1px solid #000000;
 width:800px;
 height:auto;
 margin:auto;
 }

#hdr {
 height:94px;
 }

#bodyblock
{
	position: relative;
	padding: 0;
	margin: 0;
}

#l-col
{
	margin: 0;
	float: left;
	width: 220px;
	height: auto;
}

#cont {
 width:600px;
 height:auto;
 text-align:left;
 margin:20px 10px 0px 10px;
 }

#ftr {
 height:auto;
 margin:0;
 }
 
#contact{
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 80%;
color: #996633;
text-align: left;
margin: 0px 0px 0px 20px;

}

 #menu{
width: 200px;
padding: 0px 0 0 0;
font-family: 'Trebuchet MS', 'Lucida Grande', Arial, sans-serif;
font-size: 90%;
color: #996633;
}

* html #menu{ /*IE 6 only */
width: 147px; /*Box model bug: 180px minus all left and right paddings for #menu */
}

#menu ul{
list-style: none;
margin: 0;
padding: 0;
border: none;
}

#menu li {
margin: 0;
}

#menu li a
{
	display: block;
	padding: 5px 20px 5px 8px;
	color: #996633;
	text-decoration: none;
	text-shadow: 3px 3px 5px black
	width: 100%;
	text-indent: 10px;
	text-transform: uppercase;
}

html>body #menu li a{ /*Non IE6 width*/
width: auto;
}

#menu li a:hover{
background-color: #996633;
color: #000000;
}

h3 {
	color: #996633;
	text-decoration: none;
	text-shadow: 3px 3px 5px black
	width: 100%;
	text-transform: uppercase;
}

.co_name {
	color: #996633;
}

li {
margin: 0 0 0 20px;
}