body {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/background_blue-white.jpg);
	background-repeat: repeat-x;
}

a.menu-links:link, a.menu-links:visited {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	font-size: 14px;
}
a.menu-links:hover {
	font-weight: bold;
	color: #FFFFFF;
	font-size: 14px;
}


a.footer-links:link, a.footer-links:visited {
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	font-size: small;
}
a.footer-links:hover {
	font-weight: normal;
	color: #000000;
	text-decoration: underline;
	font-size: small;
}

a.blacklinks:link, a.blacklinks:visited {
	color: #000000;
	text-decoration: none;
}

a.splash-links:link, a.splash-links:visited {
	color: #FFFFFF;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.clear {
	clear: both;	
}

#wrapper {
	width: 800px;
	margin-left: -400px;
	position: relative;
	left: 50%;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFFF;


	-moz-box-shadow: 0px 0px 5px 5px #333333;
	-webkit-box-shadow: 0px 0px 5px 5px #333333;
	-o-box-shadow: 0px 0px 5px 5px #333333;
	box-shadow: 0px 0px 5px 5px #333333;
	
}

#top-bar {
	background-color: #999999;
	height: 42px;
	width: 800px;
	float: left;
}
#banner {
	width: 800px;
	float: left;
}


#subheader {
	background-color: #999999;
	text-align: center;
	height: 20px;
	width: 780px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #FFFFFF;
	float: left;
}

#main {
	width: 800px;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}




#menu {
	width: 160px;
	float: left;
	margin-left: 10px;
	padding-top: 4px;
	padding-left: 0px;
	background-image: url(../images/menuBGa.jpg);
	background-repeat: no-repeat;
}
#main-content {
	float: left;
	width: 610px;
	margin-left: 10px;
	font-size: small;
	padding-right: 10px;
}
#main-content-jp {
	font-size: 14px;
	float: left;
	width: 610px;
	margin-left: 10px;
	padding-right: 10px;
}

#footer {
	background-color: #999999;
	float: left;
	width: 800px;
	padding-top: 8px;
	padding-bottom: 4px;
	text-align: center;
}
.leftcol {
	float: left;
	padding-right: 5px;
}
.rightcol {
	overflow: hidden;
}
.nanigo {
	text-align: right;
	float: right;
}

.centeredtext {
	text-align: center;
}
.gray-title {
	font-size: large;
	color: #FFFFFF;
	background-color: #999999;
	clear: both;
	height: 20px;
	width: 595px;
	margin-left: 9px;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 3px;
}
#splash {
	background-image: url(../images/splashBG.jpg);
	background-repeat: repeat-x;
	height: 800px;
	width: 800px;
	text-align: center;
}
#splash-left {
	float: left;
	width: 50px;
}
#splash-right {
	float: right;
	width: 50px;
}
