body  {
	margin:0;
	padding:0;
	font-family: Georgia, "Times New Roman", Times, serif, Century Gothic;
	background:#333;
	text-align:center;
}

a {
	color:#3382D5;
	text-decoration:none;
}

a:hover {
	color:#30649D;
	text-decoration:underline;
}

p {
	font-size:11px;
	color:#404040;
}

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(images/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(images/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(images/navbarhover.gif) repeat-x;
	text-decoration:none;
}	

#top {
	background:url(images/top-img.jpg) repeat-x;
	height:200px;
}

#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;
	border-bottom:1px solid #c4c4c4;
	font-weight:normal;
}

#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;
}

#right {
	float:left;
	left:0px;
	margin-left:20px;
	width:51%;
}

.post {
	background-color:#f8f8f8;
	padding:10px;
	padding-top:1px;
	display:block;
      font-family:Century Gothic;
	font-weight:normal;
	font-size:10px;

}

.post2 {
       background-color:#f8f8f8;
       padding:10px;
       padding-top:1px;
       width:725px;
}

.sidepost {
	border:0px solid #ccc;
	padding:5px;
	margin-bottom:10px;
}

.links {
	font-size:11px;
	text-align:right;
}

.links a {
	margin-right:10px;
}

#footer {
	border-top:1px solid #c4c4c4;
	text-align:center;
	width:100%;
	clear:both;
	padding-bottom:1px;
      font-size:1px;
	font-family:Century Gothic;

}