body {
	background: #FFFFFF;
	font-family: "Trebuchet MS", Verdana, serif;
	line-height: 150%;

}
#container {
	margin: 0 auto;
	width: 750px
}

#main_content {
	margin: 0 auto;
	width: 100%;
	background: #FFFFFF;
	background-repeat: repeat-y
} 
#main_content_bottom {
	height: 30px;
	background: #FFFFFF;
}
#footer {
	text-align: center;
	font-size: 12px;
	margin: 10px auto
}
.content {
	float: left;
	width: 650px;
	text-align: justify;
	padding: 0 30px 0 30px;
	font-size: 24px;
}
h1 {
	margin-top: 0px;
	font-size: 12px;
	font-weight: bold;
	color: #A40008
}
h2 {
	margin-top: 0px;
	font-size: 32px;
	font-weight: bold;
	color: #A40008
}
#clear {
	display: block;
	clear: both;
	width: 100%;
	height:1px;
	overflow:hidden;
}
a {
	color: #A40008;
	font-weight: bold;
	text-decoration: none
}
a:hover {
	color: #A40008;
	font-weight: bold;
	text-decoration: underline
}
