/* CSS Document */

body {
	margin:0;
	padding:0;
}

#bodyWrap {
	margin:auto;
	margin-top:50px;
	width:100%;
	height:100%;
	background-image:url(bg.jpg);
	background-repeat:no-repeat;
}

#body {
	margin:auto;
	width:1000px;
	height:500px;
}

.font {
	font-family:Verdana;
	font-size:11px;
	color:#666666;
}

#bottomNav {
	margin:auto;
	padding-top:5px;
}

#bottomNav ul {
	margin:0;
	padding:0;
	list-style-type:none;
}

#bottomNav li {
	margin:0;
	display:inline;
	padding:1px;
}

#bottomNav li a {
	text-decoration:none;
	color:#666666;
}

#bottomNav li a:hover {
	text-decoration:none;
	color:#0066FF;
}

.lighter {
	color:#CCCCCC;
}