/* CSS Document */

.splash{
	background-color: #30391e;
}
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #606a26;
}
.subheader{
	background-image: url(../img/subheader_bg.jpg);
	background-repeat: no-repeat;
	height: 43px;
}

.content{
	background-color: #e8ebca;
	padding: 10px;
	width: 570px;
}

.content img{
	margin-right: 10px;
}

.menu{
	padding-left: 20px;
	vertical-align: top;
	text-align: right;
}