@charset "utf-8";
body {
	background: url(images/background.gif);
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
#outerwrapper {
	width:1000px;
	margin: auto;
}
#innerwrapper {
	width: 800px;
	background: url(images/mainbg.gif);
	margin:auto;
}
#banner {
    width: 800px;
	height: 202px;
	background: url(images/banner.jpg);
}
#logo {
	position:absolute;
	width: 389px;
	height: 305px;
	background:url(images/logo.png);
	z-index:5;
}
#footer {
    width: 100%;
	height: 20px;
	text-align: center;
	background: #000000;
	color:#999999;
	font-size:10px;
	padding-top: 2px;
}
#featured {
	width: 640px;
	height: 140px;
	float: left;
	background:#91ace1 url(images/bggradient.jpg);
}
#navigation {
    width: 160px;
	float:right;
	color:#FFFFFF;
	text-align: right;
}
#navigation ul {
text-align:left;
list-style-image:url(images/listmark.gif);
width:100%;
padding-left:30px;
margin-left: 0px;
}
#navigation li a {
color:#FFFFFF;
text-decoration:none;
}
#navigation li:hover {
list-style:url(images/listmark_hover.gif);
font-weight:bold;
}
#content {
	float: left;
	width: 630px;
	padding: 5px;
	background: #ffffff;
}
.navigationbar {
    width:158px;
	height:21px;
	background: url(images/navigationbar.gif);
	font-weight:bold;
	border: 1px solid #53575e;
	padding-top: 4px;
}
.clear {
	clear:both;
}
.feature {
float:right;
width: 500px;
height: 140px;
border-left:2px dashed #999999;
padding: 2px;
text-align:center;
z-index:10;
position:relative;
}
.featuretitle {
font-weight: bold;
font-size: 14px;
}
.author {
font-size:9px;
font-weight:bold;
}
.quote {
background: #ffffff;
border: 2px dashed #000000;
}

.featimage {
border:#3d4f7f 6px solid;
}

.postcontainer {
background:#d3def2 url('images/newsbg.gif') repeat-x;
}

.postheader {
background: url('images/newsheader.gif');
height:27px;
border: 1px solid #516896;
}

.posttitle {
padding-left:10px;
padding-top:3px;
font-size:16px;
color:#ffffff;
}

.postdate {
font-size:12px;
color:#9d9d9d
}

.postspacer {
clear:both;
height:4px;
}

.postbody {
margin:5px;
font-size:11px;
overflow:hidden;
}

.postername {
text-align:right;
font-size:10px;
}

a {
color: #ffffff;
}

.postername a,
.postbody a{
color: #000000;
}

