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

/* blue #6dcff6 
/  gray #a7a9ac
/  red  #c61c1e
*/

* {
	font-family: 'lucida grande',Verdana,Helvetica,'san serif';
	font-size: 11px;
	letter-spacing: .5px;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color:#a7a9ac;
	font-weight: bold;
}
a:hover {
	color: #c61c1e;
}
#wrapper {
	width: 948px;
	height: 700px;
	margin:20px auto;
	/*position: absolute;
	top:50%;
	left:50%;
	margin-top:-350px;
	margin-left:-474px;*/
}

#header {
	width:948px;
	height:15px;
	position: relative;
	border-bottom: 1px solid #6dcff6;
	padding:0 0 3px;
}
#header ul {
	list-style: none;
	position: absolute;
	right:0px;
	
}
#header ul li {
	float: left;
	margin:0 0 0 15px;
}
#header ul li a {
	font-weight: normal;
}
#logo {
	float: left;
	color: #6dcff6;
	width: 320px;
}
#logo a {
	color:black;
}
#logo a:hover {
	color: #c61c1e;
}
span#title {
	
}

#maincontent {
	text-align: center;
	width: 948px;
	border-bottom: 1px solid #6dcff6;
}