html {
	overflow: scroll;
	}

body {
	background-color: #333333;
}
	
#BORDER {
	position: absolute;
	width: 700px;
    min-width: 700px;
	height: 123px;
	min-height: 565px;
    left: 0;
	margin-left: 0px;
	top: 2px;
	background-color:#333333;
}

#HEADER {
	position: absolute;
	width: 345px;
	height: 100px;
	top: 11px;
	left: 50%;
	margin-left: -350px;
	text-align: center;
	background-color: #333333;
}

#IMAGE{
	position: absolute;
	width: 354px;
	height: 100px;
	top: 11px;
	left: 50%;
	margin-left: -4px;
	text-align: center;
	background-color: #333333;
}

#NAV1{
	position: absolute;
	width: 700px;
	height: 25px;
	top: 117px;
	left: 0px;
	text-align: left;
	background-color: #333333;
	vertical-align: middle;
}

#ROTATE{
	position: absolute;
	width: 788px;
	height: 350px;
	top: 123px;
	left: 358px;
	margin-left: -350px;
	background-color: #333333;
	color:#CCCCCC;
	vertical-align: top;
	text-align: left;
}

#TEXT {
	position: absolute;
	width: 215px;
	height: 330px;
	top: 135px;
	left: 349px;
	margin-left: 114px;
	background-color: #333333;
	color:#CCCC99;
	vertical-align: top;
	padding: 10px;
	border-left-width: thin;
	text-align: justify;
}

#NAV2 {
	position: absolute;
	width: 700px;
	height: 32px;
	top: 365px;
	margin-left: -475px;
	text-align: center;
	background-color: #333333;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: normal;
	left: 12px;
}

#FOOTER {
	position: absolute;
	width: 700px;
	height: 25px;
	top: 411px;
	margin-left: -475px;
	text-align: left;
	vertical-align: middle;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: normal;
	background-color: #333333;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	font-weight: normal;
}

h4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	letter-spacing: 2px;
	text-align: left;
	color: #999999;
}

.style1 {
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	font-style: italic;
	color: #CCCCCC;
	text-align: center;
	background-position: center;
}

.style2 {color: #CCCCCC}
.style3 {color: #999999}
.style4 {color: #666666}

a:link {
	color: #CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCCCCC;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
