html {
	overflow: scroll;
	}

body {
    background-image: url(navimages/bg.gif);
	background-color: #333333;
	background-repeat:repeat;
	background-attachment: fixed;
}
	
#BORDER {
	position: absolute;
	width: 700px;
    min-width: 700px;
	height: 100%;
	min-height: 645px;
    left: 50%;
	margin-left: -350px;
	top: 0px;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #444444;
	border-right-color: #444444;
	border-bottom-color: #444444;
	border-left-color: #444444;
	background-color:#333333;
}

#HEADER {
	position: absolute;
	width: 345px;
	height: 100px;
	top: 11px;
	left: 50%;
	margin-left: -350px;
	text-align: center;
	background-color: #333333;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	color: #666666;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#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;
	color:#666666;
	vertical-align: middle;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
}

#ROTATE{
	position: absolute;
	width: 463px;
	height: 350px;
	top: 148px;
	left: 50%;
	margin-left: -350px;
	background-color: #333333;
	color:#CCCCCC;
	vertical-align: top;
	text-align: left;
}

#TEXT {
	position: absolute;
	width: 215px;
	height: 405px;
	top: 148px;
	left: 50%;
	margin-left: 114px;
	background-color: #333333;
	color:#CCCC99;
	vertical-align: top;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	text-align: justify;
}

#NAV2 {
	position: absolute;
	width: 700px;
	height: 21px;
	top: 431px;
	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;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
}

#FOOTER {
	position: absolute;
	width: 700px;
	height: 25px;
	top: 454px;
	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;
}
