html {
	scrollbar-3dlight-color:#777777; 
	scrollbar-arrow-color:#00AAFF; 
	scrollbar-base-color:#777777; 
	scrollbar-darkshadow-color:#444444;
	scrollbar-face-color: #333333; 
	scrollbar-highlight-color:#444444; 
	scrollbar-shadow-color:#222222;

}

body {

	width:1000px;
	background-color:#101010;
	color:#00AAFF;
	text-align:center;
	margin:0px;
	font:9pt arial;
}


a:link {
	color:#00AAFF;
	text-decoration:none;
	padding:9px 0px;
}

a:visited {
	color:#00AAFF;
}

a:hover {
	border-bottom:1px solid #00AAFF;
	padding-bottom:6px;
}


#header {
	padding-bottom:200px;
	font-size:12pt;
}

.body {
	position:absolute;
	top:80px;
	left:50%;
	margin-left:-351px;
	width:700px;
	text-align:left;
	opacity:0;
	visibility: hidden;
}

li {
	display: inline;
	padding:0px 35px 0px 35px;
}

#navigation{
	position:relative;
	margin:auto;
	text-align:center;
	border-top:1px solid #00AAFF;
	width:700px;
}

#contact input {
	font-size:20px;
}

#contact input.text {
	background:transparent;
	border:0px;
	border-bottom:1px solid #00AAFF;
	color:#00AAFF;
	margin-top:5px;
}

fieldset {
	margin-top:10px;
	width:335px;
	text-align:center;
	border:1px solid #00AAFF;
	border-radius:10px;
}

legend {
	color:#00AAFF;
}

#contact textarea {
	background:transparent;
	width:330px;
	height:100px;
	border:0px;
	color:#00AAFF;
	font-size:20px;
}


#footer {
	position:fixed;
	bottom:20px;
	text-align:center;
	width:100%;
	color:#333333;
}

#footer a {
	color:#333333;
}

#footer a:hover {
	color:#555555;
	text-decoration:underline;
	border:0px;
}

#bottom {
	position:fixed;
	bottom:0px;
	background-color:#101010;
	width:100%;
	height:159px;
	z-index:100;
}
