@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-size: 16px;
	color: #5493c6;
	text-decoration: none;
}
#wrapper {
	text-align: left;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-decoration: none;
	font-family: Garamond, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #666;
}
#header {
	margin-top: 12px;
	margin-bottom: 12px;
		}
#content {
	margin-top: 0px;
	padding-top: 0px;
}
#left_column {
	float: left;
	width: 527px;
}
#footer {
	margin-top: 12px;
	margin-bottom: 12px;
	clear: both;
	color: #5493c6;
	text-align: justify;
	border: thin solid #CCCCCC;
}
#logo {
	height: 127px;
	padding-bottom: 6px;
}
#navi {
	height: 28px;
	width: 800px;
	position: relative;
}
#banner {
	height: 163px;
}
#right_column {
	float: right;
	width: 243px;
}

