.menuleft ul {
	font-family: Arial, helvetica, sans-serif;
	list-style: none;
	position: absolute;
	top: 100px;
	left: 0px;
	width: 150px;
	margin: 0px;
	padding: 0px;
}

.menuleft li {
	font-size: 16px;
	line-height: 50px;
	color: white;
	font-weight: bolder;
	text-align: center;
	width: 150px;
	height: 50px;
	background-image: url(woodmenu.jpg);
	margin: 0px;
	padding: 0px;
}

.menuleft a:link, a:visited {
	color: white;
	text-decoration: none;
}

.menuleft a:hover {
	color: yellow;
	font-weight: bolder;
}



.header {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 800px;
}

.header img {
	margin-right: auto;
	margin-left: auto;
	display: block;
}




.content {
	position: absolute;
	top: 0px;
	left: 200px;
	width: 700px;
	text-align: center;
	font-family: Arial, helvetica, sans-serif;
}




.cont_left {
	width: 350px;
	float: left;
}




.cont_right {
	width: 350px;
	float: right;	
}

.clearall {
	clear: both;
}


