body {
	background-color: #1B1B1B;
	padding: 0px;
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	margin-top: 0px;
	margin-right: 100px;
	margin-bottom: 0px;
	margin-left: 100px;
}

#wrapper {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 800px;
	border-right-width: medium;
	border-left-width: medium;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #999999;
	border-left-color: #999999;
	background-color: #000000;
	border-top-style: none;
	border-bottom-style: none;
}

#wrapper #header_top {
	margin: 0px;
	padding: 0px;
	height: 85px;
	width: 800px;
	text-align: left;
	background-image: url(../img/headerback.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#wrapper #main #rightcontents .textarea td {
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}


#wrapper #main {
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 800px;
	text-align: center;
}
#wrapper #copy {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 30px;
	width: 800px;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
	color: #FFFFFF;
}

#wrapper #main #leftcontents {
	height: 500px;
	width: 200px;
	float: left;
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #000000;
}

#leftcontents ul {
	text-align: center;
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	background-color: #000000;
	color: #FFFFFF;
}

#leftcontents ul li {
	display: block;
	height: 40px;
	width: 180px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-repeat: no-repeat;
	font-family: "lr SVbN", "Osaka|";
	font-size: 18px;
	line-height: 40px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: right;
	text-decoration: none;
	padding: 0px;
	letter-spacing: 0.1em;
}

#wrapper #main #rightcontents {
	padding: 0px;
	float: right;
	height: auto;
	width: 580px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	text-align: center;
}

#wrapper #main #rightcontents #infomation {
	padding: 0px;
	height: 150px;
	overflow: auto;
	font-size: 12px;
	line-height: 25px;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#wrapper #footer {
	margin: 0px;
	padding: 0px;
	width: 100%;
	background-color: #333333;
	height: 50px;
	float: left;
}
#wrapper #footer a {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	line-height: 20px;
}


