body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: verdana;
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-x;
}
#wrap {
	margin: 0px auto;
	padding: 0px;
	width: 750px;
	background-color: #FFFFFF;
	border: 1px solid #999999;
}
.menu {
	margin: 0px;
	width: 106px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 8px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-bottom-color: #CCCCCC;
	border-left-color: #00086B;
	height: 30px;
	font-size: 14px;
	color: #333333;
	border-right-color: #CCCCCC;
	background-image: url(images/menu_bg.jpg);
	padding: 6px 5px 2px;
	border-top-color: #CCCCCC;
}
#top_link {
	text-align: right;
	margin: 10px auto 5px;
	padding: 0px;
	width: 730px;
	font-size: 9px;
	color: #FFFFFF;
}
#contents {
	margin: 0px;
	padding: 0px 30px 0px 0px;
	width: 527px;
	text-align: justify;
	font-size: 12px;
	line-height: 16px;
	color: #333333;
}
#right_topimage {
	padding: 0px;
	width: 597px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#footer {
	color: #FFFFFF;
	background-color: #999999;
	width: 750px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-family: verdana;
	font-size: 9px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	border: 1px solid #999999;
}
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #3366FF;
	text-decoration: underline;
}
#top_link a:link {
	color: #333333;
	text-decoration: none;
}
#top_link a:visited {
	color: #333333;
	text-decoration: none;
}
#top_link a:hover {
	color: #3366FF;
	text-decoration: underline;
}
