body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	margin: 0px;
	padding: 0px;
}
#header {
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#content {
	background-color: #F4F4F4;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FF3300;
	border-bottom-color: #999999;
	position: absolute;
	border-top-width: 15px;
	border-bottom-width: 1px;
	left: 180px;
	top: 135px;
	padding: 5px 10px;
	right: 0px;
}
h1 {
	font-size: 12px;
	font-weight: bold;
	color: #666666;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: #666666;
}

 
#nav {
	background-color: #FFE3BB;
	width: 130px;
	border-top-width: 15px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #999999;
	border-bottom-color: #999999;
	float: left;
	position: absolute;
	top: 135px;
	padding: 15px;
}
#nav ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 120px;
}

li a:link, a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
	font-size: 11px;
	display: block;
	padding: 2px;
	margin-bottom: 3px;
}
li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FF6600;
}
