body {
	background: #595546;
	color: #FFDEA5;
	font: 12px "Trebuchet MS", Verdana, Arial, sans-serif;
}

a{
	color: #CFE88C;
}

a:hover{
	text-decoration: none;
}

h2{
	color: #CFE88C;
	font-variant: small-caps;
	font-family: Georgia, Times, Serif;
	font-size: 16px;
	margin: 10px;
}

p{
	margin: 0;
	padding: 10px 10px 0 10px;
}

.left{
	float: left;
	margin-right: 10px;
}

.right{
	float: right;
	margin-left: 10px;
}

#container{
	position: relative;
	margin: 0px auto;
	width: 650px;
}

#header{
	background-image: url(/images/header.jpg);
	height: 160px;
}

#body{
	border: 2px solid #FFDEA5;
	border-top: none;
}

#nav{
	float: right;
	width: 175px;
	background: #686E6B;
	border-left: 2px solid #FFDEA5;
	border-bottom: 2px solid #FFDEA5;
	padding-bottom: 12px;
	margin-left: 10px;
}

#nav a{
	display: block;
	color: #E5FFDB;
	font-family: Georgia, Times, Serif;
	font-size: 16px;
	font-weight: bold;
	font-variant: small-caps;
	text-decoration: none;
	padding: 0;
	margin: 12px 0 0 12px;
}

#nav a:hover{
	text-decoration: underline;
}

div.feature{
	background: #686E6B;
	color: #E5FFDB;
	border-bottom: 2px solid #FFDEA5;
	border-top: 2px solid #FFDEA5;
}

div.feature h2{
	color: #E5FFDB;
}