@charset "UTF-8";
/* CSS Document */

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	color: #EEEEEE;
	background-color: #000000;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}



div#main {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

div#top {
	margin: 0px;
	height: 760px;
	width: 1000px;
}

div#foot {
	margin: 0px;
	height: 140px;
	width: 1000px;
	padding-top: 10px;
}

div#foot_1 {
	margin-top: 8px;
	margin-bottom: 3px;
	margin-left: 20px;
	font-size: 110%;
	font-weight: bold;
	text-decoration: none;
	width: 1000px;
	text-align: center;
}

div#foot_2 {
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 20px;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	width: 1000px;
	text-align: center;
}

div#foot_3 {
	margin-top: 5px;
	margin-bottom: 3px;
	margin-left: 20px;
	font-size: 100%;
	text-decoration: none;
	font-weight: bold;
	width: 1000px;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 4px;
}

div#foot_b {
	height: 50px;
	width: 1000px;
	color: #FFFFFF;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
}

.ppoint {
	font-size: 115%;
	font-weight: bold;
}


a,a:link,a:visited,a:active {
	font-weight: bold;
	color: #0066CC;
	text-decoration: none;
}

a:hover {
	font-weight: bold;
	color: #00CCFF;
	text-decoration: none;
}

