body {
	background:	#ffffff;
	font-family: Trebuchet, "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
  color: #000000;
}

#top {
	width: 100%;
	height: 80px;
	float: left;
	margin: 20px 0 0 20px;
	color: #000000;
}
.active{
	color: = #ff0000;
}
#left {
	width: 200px;
	height: 500px;
	float: left;
	margin: 20px 0 0 20px;
}
#right {
	width: 580px;
	height: 340px;
	float: left;
}
#home {
	width: 100%;
	height: auto;
	position: absolute;
  top: 80px;
  left: 0;
  text-align: left;
	margin: 0 0 0 20px;
  float: left;
}
#content {
	width: 387px;
	margin: 20px 0 0 0;
	float: left;
}
#next {
	width: 580px;
	height: 340px;
	position: absolute;
	top: 100px;
	left: 220px;
}
input.next {
	border: none;
	width: 280px;
	height: 340px;
}
h1 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	color: #000000;
  letter-spacing: 1px;
}
h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 7px 0;
	padding: 0;
	text-transform: uppercase;
	color: #000000;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover{
	color: #ff0000;
}
ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-weight: bold;
	text-transform: uppercase;
}
ul.sub{
	margin: 0 0 10px 10px;
	color: #ff0000;
	font-weight: normal;
	text-transform: none;
}
li {
	margin: 0;
	padding: 0;
}
