@charset "utf-8";
body {
	font-family: "Lucida Sans";
	color: #FFFFFF;
	background-image: url(../images/bg-main.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
.seo {
	font-size: 10px;
}
.copyright {
	font-size: 10px;
}
.lower-menu {
	font-size: 10px;
	font-family: Tahoma;
}
a {
	color: #FFFFFF;
}
.header {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bold;
	color: #B7B94B;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	margin-right: 10px;
	margin-left: 10px;
}
.subheader {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #B7B94B;
	
}
.content {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}
