body  {
	margin:0;
	padding:0;
	font-family:arial,helvetica,sans-serif;
	/*font-family: Georgia, "Times New Roman", Times, serif;.*/
	color:#888;
	background:#333;
	text-align:center;
}

a {
	color:#3382D5;
	text-decoration:none;
}

a:hover {
	color:#30649D;
	text-decoration:underline;
}

p {
	font-size:12px;
	color:#888;
}
s {
	font-size:11px;
	color:#888;
	}
	

img.left {
	float:left;
	padding:4px;
	background:#fff;
	margin-right:6px;
	border:1px solid #c4c4c4;
}

img.right {
	float:right;
	padding:3px;
	margin-right:6px;
	border:1px solid #c4c4c4;
}

img:hover 
	border:1px solid #30649D;

ul {
	list-style-image:url(bullet.gif);
	margin-left:-10px !important;
	margin-left:15px;
}	

li {
	margin-bottom:1em;
}	

#wrapper {  
	width:95%;
	background:#fff;
	margin-left:auto;   
	margin-right:auto;
	text-align:left;  
}

#nav {
	text-align:center;
	background:url(navbutton.gif) repeat-x;
	height:30px;
	padding-top:5px;
}

#nav a  {
	padding:0 11px;
	color:#000;
	margin-left:-6px;
}

#nav a:hover {
	padding:5px 11px 7px 11px; 
	background:url(navbarhover.gif) repeat-x;
	text-decoration:none;
}	

#top {
	background:url(header.gif) repeat-x;
	height:104px;
}

#top h1 {
	font-family:Century Gothic, georgia, helvetica, times, sans-serif;
	font-weight:normal;
	font-size:35px;
	text-transform:uppercase;
	text-align:center;
	margin:0;
	color:#fff;
}

#middle h1, #right h1, #left h1 {
	font-size:17px;
	font-family:georgia, arial, georgia, times, sans-serif;
	font-weight:normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c4c4c4;
}

#right h1 {
	color:#316FB2;
	font-weight:normal;
	font-size:28px;
	text-transform:uppercase;
	font-family:Century Gothic;
	}
	
#left {
	float:left;
	width:21%;
	margin-left:9px;
	font-size:11px;
}

#middle {
	float:left;
	font-size:11px;
	width:21%;
	margin-left:14px;
}

#middle h1 {
	color:#316FB2;
	}
	
#sidepost h1 {
	color:#316FB2;
	}

#right {
	float:left;
	left:0px;
	margin-left:20px;
	width:45%;
}

.post {
	background-color:#f8f8f8;
	padding:10px;
	padding-top:1px;
	display:block;
}

.sidepost {
	border:1px solid #ccc;
	padding:5px;
	margin-bottom:10px;
}

.links {
	font-size:11px;
	text-align:right;
}

.links a {
	margin-right:10px;
}
.sidepost h1 {
	color:#316FB2;
	}
	

#footer {
	border-top:1px solid #c4c4c4;
	text-align:center;
	width:100%;
	clear:both;
	padding-bottom:1px;

}
#logo {
	position:absolute;
	left:50px;
	top:15px;
	z-index:1;
	float: left;
	height: 84px;
	width: 209px;
}
