body {
	margin:0px;
	font-family: Verdana;
	font-size: 10px;
	color: black;
	background: #FFFFCC;
}
#title {
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height: 75px;
	background-color:#FFFFCC;
	border:0
}
#leftmenu {
	position:absolute;
	left:0px;
	top:75px;
	width:150px;
	background-color:#C56F54;
	border:0
}

#content {
	padding-top: 70px;
	margin-left:160px;
	margin-right:160px;
	background-color:#C56F54;
}



h1 {	
	font: verdana;
	font-size: 20px;
	color: #C56F54;
	font-weight: bold;
}
p {
	font-family: Arial;
	font-size: 12px;
	color: #C56F54;
}
h3 {
	font-family: Arial;
	font-size: 12px;
	color: black;
	text-align: center
}

h4 {
	font-family: Arial;
	font-size: 16px;
	color: #C56F54;
	text-align: center
}

li {
	font-family: Verdana;
	font-size: 12px;
	color: #C56F54;
}
ul {
		list-style-type: square;
		color: red;
}
hr {
		width:500px;
		color: #C56F54;
		body {
	background-color: #FFFFCC;
}