@charset "utf-8";
/* CSS Document */

body{
	width:100%;
	background-color:#000;
	color:#CCC;
	font-family:"Gill Sans MT", "Gill Sans", "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:80%;
	margin:0px;
	padding:0px;	
}

html{
	width:100%;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0px;
	margin-top:10px;
	padding:0;
	width:760px;
	height:auto;
}

.content{	
	position:relative;
	width:760px;
	height:auto;
	margin:0px;
	padding:0px;
	border-bottom:#DDD 1px solid;
}

.content2{	
	position:relative;
	width:760px;
	height:auto;
	margin:0px;
	padding:0px;
}

a {
	color:#999;
	text-decoration:none;
}

a:hover, .menu a:hover {
	text-decoration:underline;
	color:#F90;
}

a img{
	border:none;
}
.header{
	background-color:#333;
	width:760px;
	margin:0px;
	padding-top:5px;
	height:auto;
	padding-bottom:5px;
	border-bottom:#FFF 1px solid;
	background-image:url(../images/g_bg_gns4.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.menu{
	float:right;
	padding-right:10px;
	color:#CCC;
	font-size:11px;
}

.menu, .menu a {
	color:#CCC;
}

.footer{
	text-align:center;
	margin:0px;
	padding:0px;
	padding-top:2px;
	font-size:11px;
	color:#999;
}

h1 {
	font-size:1.3em;
	color:#F90;
}


