@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	padding: 0px;
	text-align: center;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#title {
	text-align: center;
	height: 100px;
	position: relative;
}
#nav {
	text-align: center;
	position: relative;
	font-size: 24px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	height: 40px;
	width: 900px;
	color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-color: #0099FF;
	padding-top: 10px;
}
#page {
	background-color: #0099FF;
	height: 500px;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-top: 50px;
	padding-bottom: 10px;
	margin-top: 10px;
}
#siteinfo {
	font-size: 12px;
	text-align: center;
	margin-top: 10px;
}
.style1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 16px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}
.tl {
	background-image: url(../images/corner.jpg);
	background-position: 0px 0px;
	height:10px;
	width: 10px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.tr {
	background-image: url(../images/corner.jpg);
	background-position: 10px 0px;
	height:10px;
	width: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
}
.bl {
	background-image: url(../images/corner.jpg);
	background-position: 0px 10px;
	height:10px;
	width: 10px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.br {
	background-image: url(../images/corner.jpg);
	background-position: 10px 10px;
	height:10px;
	width: 10px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}
