body {
	font-family: verdana, sans-serif;
	background: none;
	}

#page {
	width: 685px;
	border: none;
	margin: 0 auto;
	background: url('../images/sidebar.gif') right repeat-y;
	}
	
* html #page {	/* HACK - IE 6 is adding 75 pixels to the right side of #page#D7D7D7 */
	overflow: hidden;
	background-position: 475px;
	}


#header {
	background: #071B4E url('../images/header.jpg') no-repeat bottom right;
	display: block;
	width: 100%;
	height: 160px;
	margin: 0;
	}

#header h1 {
	text-indent: -1000em;
	margin: 0;
	padding: 0;
	}

h1, h2, h3 {
	font-family: Verdana, Arial, Sans-Serif;
	font-weight: normal;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	text-decoration: none;
	color: black !important;
	}

h2 a:hover, h3 a:hover {
	color: #313363 !important;	
	}

h2 {
	font-size: 1.5em;
	margin-top: 17px;
	}

#content {
	margin: 0;
	padding: 0;
	width: 450px;
	float: left;
	}
	
#content p {
	/*font: 1.2em/1.4em verdana, sans-serif !important;*/
	line-height: 1.6em;
	}


#content a {
	color: #2848a1;
	}

small {
	font-family: verdana, sans-serif;
	}

.navigation {
	float: left;
	width: 100%;
	margin: 17px 0;
	}

.post {
	clear: both; /* to clear navigation div */
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccc;
	text-align: left;
	}

.entry {
	margin-top: 1em;
	}

blockquote {
	color: #333;
	border: none;
	}
	
#content .postmetadata {
	text-align: right;
	}

.commentlist {
	text-align: left;
	}

#sidebar {
	margin: 0;
	padding: 25px 0;
	width: 210px;
	float: right;
	background: #D7D7D7 url('../images/sidebar-padding.gif') repeat-x;
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
	}

#sidebar h2 {
	font: bold 1.05em  arial, Sans-Serif;
	color: #2848a1 !important;
	text-transform: uppercase;
	padding: 0 10px;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0 !important;
	padding: 0 !important;
	}

#sidebar ul li li {
	display: inline;
	}

#sidebar ul li li a, #sidebar div.textwidget {
	display: block;
	color: #333;
	padding: 0 0 0 10px;
	}

#sidebar a:hover {
	text-decoration: none;
	color: #071B4E;
	background-color: #C7C9D0;
	}

#sidebar p {
	padding: 0 5px;
	}

#sidebar a {
	color: #2848a1;
	}

