@charset "utf-8";
#container {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}
.menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F7F4EB;
	font-size: medium;
	font-weight: bold;
	text-decoration: none;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.75em;
	font-style: italic;
	color: #8D1717;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #932120;
	margin-top: 0px;
	padding-top: 5px;
	background-color: #F7F4EB;
	padding-bottom: 10px;
}
#footer a {
	color: #666666;
	text-decoration: none;
}

#main_content p {
	padding-right: 10px;
	padding-left: 10px;
}
.text_1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #F7F4EB;
	font-size: small;
	padding-bottom: 20px;
}
h1 {
	color: #F7F4EB;
	padding-right: 40px;
	padding-left: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: xx-large;
	line-height: 2em;
}
.menu a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.text_2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #2E368B;
	padding-bottom: 20px;
	
}


