@charset "utf-8";
body {
	background-color: #F2eecf;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
* {
	margin: 0px;
	padding: 0px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 29px;
	font-weight: normal;
	color: #660000;
	margin-bottom: 10px;
}
h2 {
	color: #333333;
	margin-bottom: 0px;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
}
h3 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	margin-left: 10px;
	margin-bottom: 20px;
}
h4 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #800000;
	text-decoration: none;
	font-weight: bold;
	margin-bottom: 10px;
}
