body{
	margin: 0;
	text-align: center;
	font-family: "MS UI Gothic";
	background: url(img/back.jpg) repeat-x center top fixed;
	color: #000000;
}
div#container{
	width: 780px;
	_width: 782px;
	margin: 0 auto;
	text-align: left;
}
div#header1{
	width: 780px;
	_width: 782px;
	height: 30px;
	border-left: 1px solid #0000ff;
	border-right: 1px solid #0000ff;
	background: #0000ff;
}
div#header1 h1{
	position: absolute;
	margin: 7px 0 0 16px;
	font-size: 9pt;
	color: #ffffff;
}
div#header2{
	position: absolute;
	top: 30px;
	width: 780px;
	_width: 782px;
	height: 100px;
	text-align: left;
	background: url(img/head.jpg);
	border-left: 1px solid #0000ff;
	border-right: 1px solid #0000ff;
}

p#des{
	position: absolute;
	top: 65px;
	left: 18px;
	font-size: 10pt;
	font-weight: bold;
}
div#adlink{
	position: absolute;
	top: 130px;
	width: 780px;
	_width: 782px;
	height: 30px;
	background: #ffffff;
	text-align: center;
	border-left: 1px solid #0000ff;
	border-right: 1px solid #0000ff;
	padding: 10px 0 0 0;
}

div#main{
	overflow: hidden;
	position: absolute;
	top: 160px;
	width: 780px;
	_width: 782px;
	text-align: left;
	background: #ffffff;
	border-left: 1px solid #0000ff;
	border-right: 1px solid #0000ff;
}

div#leftbox{
	overflow: hidden;
	float: left;
	width: 220px;
	background: #ffffff;
}
div#leftbox .menu{
	margin: 10px 0 10px 10px;
	width: 198px;
	border: 1px solid #0000ff;
}

div#leftbox .links {
	background: #ffffff;
}
div#leftbox .links p{
	margin: 0 10px 0 10px;
	padding: 5px 0 5px 0;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
	border-bottom: 1px solid #0000ff;
}
div#leftbox ul{
	margin: 5px 15px 5px 15px;
	padding: 5px 0 5px 0;
}
div#leftbox li{
	list-style-type: none;
	list-style-position: outside;
	margin: 15px 0;
	font-size: 11pt;
	line-height: 15pt;
}
div#leftbox a:visited {
	text-decoration: none; 
	color: #000000;
} 
div#leftbox a:link{
	 text-decoration: none; 
	 color: #000000;
}
div#leftbox a:hover{
	 color: #000080;
	 background: #ffffff;
	 font-weight: bold;
}

div#leftbox .ads p{
	text-align: center;
}

div#rightbox{
	overflow: hidden;
	float: right;
	padding: 0 10px 0 10px;
	width: 540px;
	_width: 548px;
	background: #ffffff;
}
div#rightbox h2{
	clear: both;
	margin: 10px 0px 10px 0px;
	padding-left: 7px;
	background: url(img/h2back.jpg) repeat-x;
	font-size: 13pt;
	font-weight: bold;
	line-height: 22pt;
	color: #000000;
}
div#rightbox .content{
	clear: both;
	margin: 20px 20px 40px 20px;
	font-size: 11pt;
}

div#rightbox .topads{
	clear: both;
	margin: 10px 0px 10px 0px;
	border: 1px solid #0000ff;
}

div#rightbox .topads p{
	margin: 0 10px 0 10px;
	padding: 5px 0 5px 0;
	font-size: 11pt;
	font-weight: bold;
	color: #000000;
}

div#foot{
	clear: both;
	margin-top: 15px;
	padding: 15px 0 15px 0;
	width: 780px;
	_width: 782px;
	font-size: 10pt;
	line-height: 14pt;
	text-align: center;
	background: #0000ff;
	color: #ffffff;
}
