.clear
{
	clear: both;
}

a {
	color: #FF0000;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

body 
{
	font-family: verdana;
	font-size: 12px;
	background-color: #aa0000;
}

.holder
{
	margin: 0 auto;
	width: 750px;
}

.banner
{
	height: 200px;
	background-image: url('images/banner.png');
	border: 1px solid #000000;
}

.body
{
	background-color: #ffffff;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

.footer
{
	height: 30px;
	background-color: #cc0000;
	text-align: center;
	color: #ffffff;
	border: 1px solid #000000;
	font-size: 11px;
}

.footer a {color: #FFFFFF; }

.menu
{
	float: left;
	width: 30px;
	border-right: 1px solid #cccccc;
}

.main_body
{
	float: right;
	width: 700px;
	padding: 5px 5px 5px 5px;
}

.main_body p
{
	line-height: 25px;
}

.map
{
	text-align: center;
}

.right_pic
{
	float: right;
	margin-left: 5px;
}

.pic
{
	padding: 2px 2px 2px 2px;
	border: 1px solid #000000;
	background-color: #ffffff;
}

.flatstyle
{
	border: 1px solid #006600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.enlarge
{
	font-size: 14px;
	list-style: square;
}

h1
{
	font-size: 14px;
	font-weight: bold;
}