body {
	font: 12px/1.5em Geneva, Arial, Helvetica, sans-serif;
	background: #4d5639;
	text-align: center;
}

#outerwrapper {
	background: #FFFFFF url(../images/bg-shadow.jpg) repeat-y;
	text-align: left;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}
#wrapper {
	text-align: left;
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}
#content {
	width: 515px;
	padding: 15px;
}
#rightbar {
	background: #dbdac5;
	float: right;
	width: 225px;
	color: #979684;
	
}
#footer {
	color: #FFFFFF;
	background: #000000;
	text-align: center;
	padding: 10px;
	clear: both;
	font: 11px Georgia, "Times New Roman", Times, serif;
}
a:link, a:visited {
	color: #92393d;
	text-decoration: none;
}
a:hover {
	color: #000000;
}
#nav {
	color: #FFFFFF;
	background: #000000;
	width: 100%;
	height: 29px;
}
#header {
	height: 250px;
}
h1, h2, h3, h4 {
color: #3E2947;
}
h1 {
	font-size: 18px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 14px;
}
#rightbar h1 {
	font-size: 16px;
	color: #979684;
	padding-left: 15px;
}
.news {
	background: #ecece4;
	padding: 10px;
}
.news h1 {
	font-size: 16px;
	color: #979684;
}
.news a:link, .news a:visited {
	color: #81261D;
	border-bottom: 1px dashed #81261D;
}
