body {
	background-image: url(images/bg-main.gif);
	background-repeat: repeat-x;
	background-color: #f3eedc;
	margin: 0px;
}
.header {
	text-align: center;
	padding-top: 8px;
	padding-bottom: 7px;
}
.menu {
	text-align: center;
	vertical-align: middle;
	padding-top: 1px;
	margin-bottom: 1px;
}
.menu a img{
	padding-top: 17px;
	background-image: url(images/menu/divider.gif);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 13px;
	padding-bottom: 13px;
}
.content {
	width: 618px;
	background-color: #ffffff;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #98917e;
	border-left-color: #98917e;
	background-image: url(images/bg-content.gif);
	background-repeat: repeat-x;
	color: #687257;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 14px;
	padding-right: 35px;
	padding-left: 35px;
	padding-bottom: 14px;
}
.content a{
	color: #687257;
	font-weight: bold;
}
.content a:hover{
	color: #c5bfad;
}
.footer {
	background-image: url(images/bg-footer.gif);
	background-repeat: no-repeat;
	height: 65px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-align: center;
	padding-top: 12px;
	vertical-align: top;
	color: #98917e;
}
.footer a{
	color: #98917e;
	text-decoration: none;
}
.footer a:hover{
	color: #687257;
	text-decoration: underline;
}
.copyright {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #c5bfad;
}
.copyright a{
	color: #c5bfad;
}
.copyright a:hover{
	color: #687257;
}
.sidePic {
	border: 2px solid #545e4d;
	margin-bottom: 5px;
	margin-left: 10px;
}