﻿body{
    text-align:center;
    height:100%;
	margin:0;
	padding:0;
	border:0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:.8em;
	background-color: #666699;
	color:white;
}
html{
	height:100%;
	scrollbar-base-color:orange;
	scrollbar-3dlight-color:white;
	scrollbar-arrow-color:white;
}
#header a{
	text-decoration:none;
	font-size:1em;
	color:lime;
}
#header a:active{
	text-decoration:none;
	font-size:1em;
	color:lime;
}

#header a:link{
	text-decoration:none;
	font-size:1em;
	color:lime;
}
#header a:visited{
	text-decoration:none;
	font-size:1em;
	color:lime;
}
img{
	border:0;
	margin:0;
	padding:0;
	text-decoration:none;
}
img a:visited{
	text-decoration:none;
}
#container{
	min-height: 100%;
	margin: 0 auto;
	width: 715px;
	background-color: black;
	border-left: 1px solid #a9a9a9;
	border-right: 1px solid #a9a9a9;
    text-align:left;
}
#header{
    padding-top:15px;
    margin-left:150px;
}
#menu{
	float:left;
	width:155px;
	text-align:center;
	margin-top:100px;
	line-height:50px;
}
#Main{
    margin-left:150px;
    margin-right:-2px;
	border-bottom:10px orange solid;
	border-left:10px orange solid;
	border-top:10px orange solid;
}
#footer{
	text-align:right;
	clear:both;
	width:698px;
	font-size:.8em;
	height:45px;
}
#menu a {
	text-decoration: none;
}
#menu a:hover {
	text-decoration: none;
}
#footer a{
	color:silver;
}
#footer a:hover{
	color:orange;
}
.spanstyle {
COLOR: orange;
FONT-FAMILY: Verdana;
FONT-SIZE: 9pt;
FONT-WEIGHT: bold;
POSITION: absolute;
TOP: -50px;
VISIBILITY: visible
}

