html, body{
margin:0;
padding:0;
width:100%;
height:100%;
background-color: #000;
font-family : trebuchet ms, trebushet, arial;
cursor:default;
}
img{border:0;}
h1{
font-size: 17pt;
word-spacing:4px;
color: #737373;
margin-bottom: 30px;
}
a{
	font-size: 9pt;
	color: #aaa;
	text-decoration: none;
}
a:hover{
color: #fff;
}
ul {
margin:0;
padding:0;
list-style: none;
}
li {
display: inline;
padding: 0 51px;
}
#active a{
color: #555;
cursor: default;
}
#wrap{
height:100%;
margin-bottom:-50px;
width:100%;
position:relative;
}
#container{
height:90%;
width:900px;
position:relative;
margin:0px auto;
background-color: #000;
}
#top-dummy{
height:10%;
}
#top{
position: relative;
width:100%;
height:20%;
min-height:95px;
}
#content{
height:60%;
color: #737373;
padding:40px;
text-indent:20px;
}


#left-col{
display:block;
float:left;
text-align:right;
width:350px;
text-indent:0px;
}
#right-col{
display:block;
float:right;
width:350px;
background-color: #555;
padding: 10px 15px 10px 20px;
text-indent:0px;
}
form{
color: #fff;
}

form{
color: #fff;
}

#main-menu{
position:relative;
margin:0px auto;
width:900px;
border-top: 0px solid #aa0000;
background-color: #000;
cursor:default;
}
