* {
	margin: 0;
	padding: 0;
}
body {
text-align:center; /* Required for pesky IE */
background: url(../images/background.gif)  repeat-x top #245377;
font-family: Arial, Helvetica, sans-serif;
padding-top: 20px;
}
#wrapper {
margin-left:auto;
margin-right:auto;
color: #222;
width:700px;/* Change value to suit*/
text-align:left; /* Overrides the previously set center alignment that older IE versions reqd */
}
/* END centering size CSS */

/* START font size CSS */
body {font-size:62.5%} /* for IE/Win */
html>body {font-size:10px} /* for everything else */
/* Set other elements using ems 
(where 1em = 10px, 2em = 20px */
/* END font size CSS */
a {
	color: #085c9c;
}
#header {
	width: 780px;
	height: 130px;
	background: url(../images/header.gif) no-repeat top;
}
#header ul {
	display: block;
	width: 780px;
	list-style: none;
}
#header ul li {
	float: left;
	display: block;
}
#header ul li a {
	float: left;
	display: block;
	width: 138px;
	height: 34px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 8px;
	font-size: 16px;
	margin: 0 3px;
	color: #fff;
	background: url(../images/NAV.gif) no-repeat top;
}
#header ul li a:hover {
	background: url(../images/NAV-hover.gif) no-repeat top;
}
#header h1 {
	color: #fff;
	padding:  20px 0 0 10px;
	font-size: 28px;
	letter-spacing: -1px;
	display: block;
}
#header h2 {
	color: #fff;
	padding: 0 10px;
	font-weight: lighter;
	margin-bottom: 25px;
}
#content {
	width: 780px;
	background: url(../images/content.gif) repeat-x top #fff;
	padding: 10px 0;
}
#content div.post {
	width: 580px;
	float: left;
	padding-bottom: 20px;
}
#content div.post strong.date {
	color: #999;
	padding: 5px 20px;
	font-size: 13px;
}
#content div.post h2 {
	text-align: left;
	font-size: 21px;
	color: #333;
	padding: 0 20px;
}
#content h2.headline {
	padding: 20px;
	text-align: center;
	font-size: 28px;
	color: #c32b2d;
	line-height: 1.3em;
	letter-spacing: -1px;
	text-transform: capitalize;
}
#content h2  strong {
	background: #416f98;
	color: #fff;
	padding: 0 5px;
}
#content  p {
	padding: 10px 20px;
	font-size: 13px;
	line-height: 1.4em;
	font-family: Verdana;
}
#content  p strong {
	background: #efeb71;
}
div.sidebar {
	width: 200px;
	float: right;
}
div.sidebar h2 {
	color: #313131;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	padding-bottom: 10px;
}
div.sidebar li h2 {
	color: #313131;
	font-size: 18px;
	font-weight: bold;
	padding: 0;
	padding-bottom: 10px;
}
div.sidebar li {
	list-style: none;
}
div.sidebar ul {
	list-style: none;
}
div.sidebar ul li {
	font-size: 12px;
}
div.sidebar ul li a {
	text-decoration: none;
	padding: 5px 5px;
	display: block;
	font-weight: bold;
}
div.sidebar ul li a:hover {
	background: #245377;
	color: #fff;
}
#footer {
	clear: both;
	width: 780px;
	background: #426e97;
	padding: 5px 0;
	color: #fff;
	text-align: center;
}
#content h3.subheadline {
	padding: 5px 20px;
	text-align: left;
	color: #333;
	line-height: .9em;
	letter-spacing: -1px;
	font-size: 18px;
	margin: 0px;
}
