/* 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: 900px;  /* this will create a container 80% of the browser width */
	margin: 0px auto; /* the auto margins (in conjunction with a width) center the page */
	height:auto;
} 
a:link {
    color:#ccc;
	text-decoration:none;
}
a:hover {
    color:#FC7604;
	text-decoration:underline;
}
a:visited {
    color:#ccc;
	text-decoration:none;
}
.logo {
    margin:0 100px 50px 10px;
	float:right;
}
.wmap {
   width:850px;
   height:315px;
   margin:0px 50px 0px 50px;
   text-align:center;
}
#index-nav {
    margin:20px 65px 10px 65px;
	padding:0;
    width:830px;
	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{
    width:910px;
	height:auto;
	font-size:9px;
	color:#ccc;
	text-align:center
}
#footer a:link{
    color:#ccc;
	font-size:9px;
	text-decoration:none;
}
#footer a:hover{
    color:#FC7604;
	font-size:9px;
	text-decoration:underline;
}