﻿#content {
	margin: 15px 10px 10px auto;
	width: 999px;
	
	background-color: #F4F2EA;
	overflow: hidden;
}
#content h2 {
	font-family: 'aleoregular', "Times New Roman", Times, serif;
	font-size: 22px;
	padding: 10px 0 10px 10px;
	color: #990000;
	font-weight: bold;
}
#content h3 {
	font-family: 'aleoregular', "Times New Roman", Times, serif;
	text-align: center;
	color: #333333;
	font-size: 30px;
	padding-top: 30px;
}
.content { 
	margin: 10px auto;
	width: 800px;
	border: 1px #000 solid;
	overflow: hidden;
	background: #ffffff;
}
.content h4 {
	
	text-align: center;
	color: #990000;
	font-size: 24px;
	padding: 5px 0;
}
.content p {
	font-family:'droid_serifregular', "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
	padding:0 20px 10px 0;
}
.content a {
	text-decoration: none;
}
.content a:link, a:visited, a:active, a:focus		{ color: #990000; }
.content a:hover { color:#FC3A1F; }
.left {
	width: 190px;
	float: left;
}
.left img {
	margin: 20px 20px;
	width: 150px;
	height: 150px;
}
.right {
	float: right;
	width: 605px;
}
