* {margin:0px auto; padding:0px auto;}

body {
	font: 13px "Lucida Grande", "Trebuchet MS", "Tahoma", "Helvetica", "Arial", sans-serif;
	color:#333333;
}
a {
	color: #998800;
	text-decoration:underline;
}
a:hover {
	color:#766900;
}


#all {
	width: 776px;
}

#nav {
	height: 25px;
	line-height: 25px;
	background-color: #5f5d51;
	margin-top: 10px;
	color:#FFFFFF;
	padding-left:10px;
}
#nav a {
	color:#FFFFFF;
	text-decoration:none;
}
#nav a:hover {
	color:#766900;
}
#nav ul {
	list-style:none;
}
#nav li {
	float:left;
	margin-right:30px;
}
#header {
	padding: 10px;
}
#header a {
	text-decoration:none;
}
#content {
	padding: 10px;
}
#content h2 {
	font-size:18px;
}
#left {
	float: left;
	width: 500px;
}
#right {
	float: right;
	width: 235px;
	border-left-width: 1px;
	border-left-style: dashed;
	border-left-color: #666666;
	padding-left: 10px;
}
#clear {
	clear: both;
}
#footer {
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #5f5d51;
	text-align:center;
	line-height:25px;
}
