#title {
	width: 290px;
	height: 80px;
	margin: 0 10px 0 28px;
	padding: 0;
	float: left;
	text-align: center;
}

#main	{ 
	width:290px; 
	height: 410px;
	margin: 0 10px 0 28px;
	overflow: auto;
	float: left;
	color: #000;
	font: 1em/1.3em Georgia, "Times New Roman", Times, serif;
	padding-right: 5px;
}

#main p {
	color: #000;
	font: 1em/1.3em Georgia, "Times New Roman", Times, serif;
}

#main h1 {
	color: #c61d23;
	font: bold 1.3em/1.3em Arial, Helvetica, Geneva, sans-serif;
	margin-top: 0;
}

#main h2 {
	color: #c61d23;
	font: italic 1.2em/1.3em Georgia, "Times New Roman", Times, serif;
}

#main h3 {
	color: #000;
	font: bold 1em/1.3em Georgia, "Times New Roman", Times, serif;
}

#main a {
	color: #c61d23;
	text-decoration: none;
	font: normal 1em/1.3em Georgia, "Times New Roman", Times, serif;
}

#main a:hover {
	text-decoration: underline;
} 