@charset "UTF-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FFFFFF;
}
#container {
	background-color: #CCCCCC;
	width: 850px;
	margin-left: -425px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-image: url(../images/mainbanner_02.jpg);
	background-repeat: repeat-y;
	background-position: center top;
}
#container #right {
	background-color: #FFFFFF;
	clear: right;
	float: right;
	width: 300px;
	margin-right: 35px;
	margin-left: 10px;
	padding-bottom: 10px;
	text-align: center;
}
#container #right a {
	font-weight: bold;
	color: #aa0000;
	text-decoration: none;	
}
#container #right a:hover {
	font-weight: bold;
	color: #aa0000;
	text-decoration: underline;
}
#container #left {
	clear: left;
	float: left;
	width: 450px;
	margin-right: 9px;
	margin-left: 35px;
	background-color: #FFFFFF;
	padding-right: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #dddddd;
	padding-bottom: 10px;
}
#container #left a {
	font-weight: bold;
	color: #aa0000;
	text-decoration: none;	
}
#container #left a:hover {
	font-weight: bold;
	color: #aa0000;
	text-decoration: underline;
}
#container #banner {
	background-image: url(../images/mainbanner_01.jpg);
	clear: both;
	height: 250px;
	width: 850px;
	background-repeat: no-repeat;
	background-position: center top;
}
#container #footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	clear: both;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	position: relative;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #dddddd;
	padding-top: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #dddddd;
	padding-bottom: 5px;
}
#container #footer a {
	font-weight: bold;
	color: #aa0000;
	text-decoration: none;
}
#container #footer a:hover {
	font-weight: bold;
	color: #aa0000;
	text-decoration: underline;
}
h3 {
	font-size: 14px;
	color: #aa0000;
}

