body {
	padding: 0px;
	margin: 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #fff;
	background-color: #000b17;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;
}

#container {
	width: 871px;
	margin: auto;
	text-align: left;
}

#header {
	width: 871px;
	height:198px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#headerleft {
	width: 179px;
	float: left;
	padding: 0px;
	margin: 0px;
}

#headerright {
	width: 692px;
	float: right;
	padding: 0px;
	margin: 0px;
}

#content {
	width: 871px;
	float: left;
}

#articles {
	width: 474px;
	float: left;
	padding: 25px;
	line-height: 20px;
}

#menu {
	width: 307px;
	float: right;
	background-image: url(../images/menubg.png);
	background-repeat: no-repeat;
	background-position: top !important;
	padding-left: 40px;
	background-position: right;
}

#menu ul {
	list-style: none;
	padding: 0px;
	margin-top: 20px;
}

#menu li {
	padding-top: 10px;
	padding-bottom: 9px;
	margin: 0px;
	display: block;
}

.menublue {
	color: #6b8b94;
	font-size: 18px;
}

.menublue a:link {
	color: #6b8b94;
	text-decoration: none;
}

.menublue a:visited {
	color: #6b8b94;
	text-decoration: none;
}

.typeface-js a:link {
	text-decoration: none;
	color: #fff;
}

.typeface-js a:visited {
	text-decoration: none;
	color: #fff;
}

h1 {
	font-size: 24px;
	color: #6b8b94;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}

a:link, a:visited {
	color: #fff;
	text-decoration: none;
}


