/* CSS Document */
*{margin:0; padding:0;}

body  {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: #1e1e1e;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the 
#container selector */
	color: #000000;
}
.singlecol #container { 
	width: 910px;  /* this will create a container 80% of the browser width */
	margin: 100px auto; /* the auto margins (in conjunction with a width) center the page */
	height:auto;
} 
.logo {
    margin:0 100px 50px 10px;
	float:right;
}
.wmap {
   width:850px;
   height:315px;
   margin:0px 50px 0px 50px
   
}
a {
 color:#ccc;
 font-size:9px;
}
#index-nav {
    margin:20px 50px 10px 50px;
	padding:0;
    width:800px;
	height:180px;
	text-align:center;
} 
#index-nav ul {
    list-style:none;
	margin:0;
	padding:0;
	float:left;
}
#index-nav ul {
    position:relative;
}
.nav {
float : left;
padding : 10px;
margin-right : 10px;
margin-bottom:10px;
}
#footer p a:link{
    color:#ccc;
	width:910px;
	height:auto;
	font-size:9px;
}
#footer a:link{
    color:#ccc;
	width:910px;
	height:auto;
	font-size:9px;
}