* {

}
body {
	background-color: #FFFFFF;
	color: #000000;
	font: 14px Verdana, Arial, Helvetica, sans-serif;
}
.menu {
	background: #000000;
	position: absolute;
	width: 150px;
	left: 0px;
	top: 0px;
	bottom: 0px;
	padding-top: 200px;
	padding-right: 0px;
	padding-left: 0px;
	z-index: 5;
}
.menu a {
	color: #666666;
	font: 600 16px/20px "Trebuchet MS", Tahoma, Arial, sans-serif;
	text-decoration: none;
	display:block;
	text-align: right;
	padding: 5px 15px 5px 5px;
	border-top: 0px solid #000000;
	border-right: 0px solid #000000;
	border-bottom: 2px solid #000000;
	border-left: 2px solid #000000;
}
.menu a:hover {
	border-top: 0px solid #F16022;
	border-right: 0px solid #F16022;
	border-bottom: 2px solid #F16022;
	border-left: 2px solid #F16022;	
}

#header {
	position:absolute;
	left: 60px;
	top: 10px;
	height: 115px;
	width: 250px;
	z-index: 10;
}
#title {
position:absolute;
left: 490px;
top: 110px;
}
#title h1 {
	color: #333333;
	font: normal 24px "Trebuchet MS", Tahoma, Arial, sans-serif;
	border-top: 0px solid #F16022;
	border-right: 0px solid #F16022;
	border-bottom: 2px solid #F16022;
	border-left: 2px solid #F16022;
	width: 340px;
	padding: 6px;
}
#footer {
	left: 0px;
	bottom: 10px;
	height: 55px;
	position: absolute;
	text-align: left;
	border-top: 2px solid #F16022;
	border-right: 0px solid #F16022;
	border-bottom: 0px solid #F16022;
	border-left: 0px solid #F16022;
	color: #666666;
	font: 12px/20px "Trebuchet MS", Tahoma, Arial, sans-serif;
	padding: 0px 10px 0px 170px;
	right: 0px;
	z-index: 1;	
}

#content {
	position:absolute;
	text-align:left;
	left: 150px;
	top: 160px;
	right: 0px;
	overflow: auto;
	bottom: 80px;
	padding: 15px 10px 5px;
}
input, button, textarea {
	font-size: 12px;
	border: 1px inset #999999;
}
