@charset "UTF-8";
/* CSS Document */

html {
	margin: 0px;
	padding: 0px;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #D3E5E7;
	background-color: #000;
	margin: 0px;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 150px;
	padding-left: 0px;
	text-align: center;
	font-size: .8em;
}
h2 {
	margin: 0px;
	padding: 0px;
}

:focus {
	outline: 0;
}


#container {
	padding: 0px;
	width: 950px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
}
h1#masthead {
	margin: 0px;
	padding: 0px;
}

h1#masthead a {
	padding: 0px;
	background-image: url(../images/header_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	height: 22px;
	width: 217px;
	text-decoration: none;
	font-size: 10px;
	color: #000;
	text-indent: -999em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}


#left {
	height: 382px;
	width: 620px;
	float: left;
	margin-left: 10px;
}
#right {
	width: 300px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 640px;
}

*div#right {margin-left:638px;}

#navcontainer {
	width: 300px;
}

#footer {
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: 0px !important;
	width: 950px;
	font-size: 0.8em;
	color: #333;
}

ul.aposts {
	list-style-type: none !important;
	margin-left: 5px;
	font-size:.8em !important;
}

ul.aposts li {}
ul.aposts li a {
	display:block;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #131313;
	padding-top: 4px !important;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	background-image: url(../images/bullet-grey_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	margin-bottom:0px !important;
}
ul.aposts li a:hover {
	text-decoration: none !important;
	color: #000 !important;
	background-color: #A7C3DC;
}
