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

#main	{ 
	width:280px; 
	margin: 40px 10px 0 28px;
	float: left;
	padding: 0;
}

#main_top	{ 
	width:280px; 
	margin: 0;
	height: 10px;
	background: url(../images/border_top.jpg) no-repeat;
}

#main_bottom	{ 
	width:280px; 
	margin: 0;
	height: 10px;
	background: url(../images/border_bottom.jpg) no-repeat;
}

#main_copy	{ 
	width:238px; 
	margin: 0;
	padding: 20px;
	color: #000;
	font: 1em/1.3em Georgia, "Times New Roman", Times, serif;
	border-left: 1px solid #c61d23;
	border-right: 1px solid #c61d23;
}

#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 h4 {
	color: #000;
	font: 1.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;
} 