* {
	font-family: Verdana, Arial, "MS Trebuchet", sans-serif;
}
#top {
	color: red;
	width: 750px;
	padding: 10px;
	margin: auto;
}
img.logo {
	display: block;
	margin: auto;
}
#nav {
	width: 715px;
	height: 78px;
	float: left;
	background: url("/images/blue.jpg") repeat-x;
}
#nav-wrap {
	width: 756px;
	height: 78px;
	margin: auto;	
}
#nav-left {
	width: 18px;
	height: 78px;
	float: left;
	margin: auto;
	background: url("/images/nav_blue_left.jpg") no-repeat;	
}
#nav-right {
	width: 23px;
	height: 78px;
	float: left;
	margin: auto;
	background: url("/images/nav_blue_right.jpg") no-repeat;	
}

#nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#nav ul li {
	display: inline;
}
#nav ul li a {
	font-size: 0.7em;
	color: white;
	float: left;
	text-align: center;
	text-decoration: none;
	width: 133px;
	margin-top: 40px;
	height: 19px;
	padding: 5px;
}
#nav ul li a:hover {
	background: orange;
}
.current {
	background: orange;
}
#content {
	width: 720px;
	height: 78px;
	padding-top: 10px;
	margin: auto;	
}
#description {
	width: 420px;
	margin-left: 300px;
}