@charset "UTF-8";
/* CSS Document */
body {
	margin-top: 0px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}
a:visited {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #999999;
	text-decoration: none;
}
a:link {
	color: #999999;	text-decoration: none;

}
a:active {
	color: #666666;
	text-decoration: none;
}
#mainbox {
	height: 585px;
	width: 900px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}
#headbox {
	height: 80px;
	width: 900px;
	background-image: url(../images/header02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#centerbox {
	height: 320px;
	width: 900px;
	background-color: #FFFFFF;
	background-position: center center;
}
#topimage  {
	height: 300px;
	width: 900px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#mtbox {
	text-align: left;
	text-indent: 30px;
	height: 100px;
	width: 900px;
	overflow-y: scroll;
}
#navibox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	background-color: #FFFFFF;
	height: 20px;
	width: 900px;
	line-height: 18px;
	text-indent: 30px;
	letter-spacing: 5px;
}
#bottombox {
	height: 65px;
	width: 900px;
	background-image: url(../images/bottom02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
#copylight {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-indent: 30px;
	line-height: 300%;
	width: 900px;
	text-align: center;
}
#mtbox2 {
	text-align: left;
	height: 400px;
	width: 400px;
	margin: 0px;
	padding: 10px;
	line-height: 120%;
	background-color: #FFFFFF;
}
