body {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 20px;
	font-size: small;
	line-height: 1.3em;
}
a {
	color: #0066CC;
	text-decoration:none;
}
a:visited {
	color:#6666CC;
}
a:hover {
	color: #FF9900;
	text-decoration:underline;
}
#outer {
	margin-right: auto;
	margin-left: auto;
	width: 720px;
}
#main_image {
	margin: 0px;
	width: 720px;
}
#mainmenu {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 62px;
	width: 720px;
}
#mainmenu li {
	margin: 0px;
	padding: 0px;
	display: inline;
	float:left;
}
#mainmenu img {
	vertical-align:top;
}
#index_left {
	float: left;
	padding: 0px;
	width: 310px;
	margin-right: 10px;
	margin-left: 5px;
	margin-top: 30px;
	margin-bottom: 30px;
}
#index_right {
	width: 370px;
	margin-top: 30px;
	margin-right: 5px;
	margin-bottom: 30px;
	margin-left: 10px;
	float: left;
}
#whatsnew {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
#whatsnew li {
	padding-left: 20px;
	background-image:  url("../image_top/whatsnew_mark.gif");
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 20px;
}
#info {
	clear: both;
	text-align: center;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #336699;
	padding: 15px 0px 0px;
	margin: 0px;
}
.text_big_blue {
	font-size: 1.2em;
	color: #003399;
}
#footer {
	font-size: 0.8em;
	background-image:  url("../image_share/footer_bg.gif");
	margin-top: 15px;
	padding-top: 13px;
	background-repeat: no-repeat;
	background-position: top;
	color: #666666;
	text-align: right;
}
