/* CSS Document */
*{
	margin: 0px;
	padding: 0px;
}*
a, a:visited{
	color: #ffffff;
	text-decoration: none;
	font-weight: none;
}
a:hover{
	color: #CCCCCC;
	font-weight: none;
}

body {
	background-color: #141311;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #a4a39f;
}
#wrapper {
	width: 800px;
	background: url(images/background.gif) repeat-y;
	margin: 0px auto;
}
#banner {
	text-align: center;
	height: 223px;
}
#navigation {
	background: url(images/nav-background.gif) repeat-x;
	height: 36px;
	width: 750px;
	margin: 0px auto;
	font-size: 12px;
}
#navigation ul {
	list-style-type: none;
	text-align: center;
	padding: 10px 5px 0px 5px;
}
#navigation li {
	Display: inline;
	text-align: center;
	padding: 0px 5px 0px 5px;
}
#body {
	float: left;
}
#left-bar {
	float: left;
	width: 195px;
	margin: 3px 0px 3px 25px;
	padding: 5px;
	border-right: 2px #1a1a18 solid;
	background: #2a2926;
}
#content {
	float: left;
	width: 520px;
	padding: 10px;
}
#sub-content {
	float: left;
	width: 715px;
	margin: 10px 40px 10px 40px;
}
#footer {
	clear: left;
	width: 750px;
	height: 20px;
	background: #282724;
	font-size: 10px;
	text-align: center;
	margin: 0px auto;
	padding-top: 5px;
}
.left-box {
	color: #ffffff;
	padding: 5px 0px 10px 0px;
 }
.left-box h6 {
	color: #dad6b7;
	font-size: 12px;
	width: 190px;
	border-bottom: 1px solid #dad6b7;
}
.left-box ul{
	margin: 10px 0px 0px 20px;
}
