* {
	margin: 0;
	padding: 0;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
body {
	font-family: "Tahoma","Helvetica","Arial", sans-serif;
	font-size: 12px;
	background: url("../images/background.gif") repeat-x top #125d7d
}
a {
	color: #125d7d;
	font-weight: bold;
}
	a:hover {
		color: #444;
	}
#container {
	width: 864px;
	margin: 0 auto;
}
#header {
	height: 110px;
	padding-bottom: 20px;
}
#logo {
	width: 500px;
	padding: 20px 0;
	padding-bottom: 33px;
}
#logo h2 a {
	color: #275b7e;
	font-size: 24px;
	letter-spacing: -1px;
	text-decoration: none;
}
#logo h3 {
	color: #8d8e8e;
	font-size: 12px;
}
#header ul.navigation {
	list-style: none;
}
#header ul.navigation li {
	float: left;
	display: block;
}
#header ul.navigation li a {
	float: left;
	display: block;
	width: 101px;
	height: 27px;
	text-decoration: none;
	text-align: center;
	padding-top: 7px;
	color: #275b7e;
	font-weight: bold;
	background: url("../images/nav.gif") no-repeat top;
}
	#header ul.navigation li a:hover {
		background: url("../images/nav-hover.gif") no-repeat top;
		color: #fff;
	}
#content {
	clear: both;
	width: 864px;
	padding-bottom: 20px;
	margin-top: 10px;
	background: url("../images/content-top.gif") no-repeat top #f8f8f8;
}
div.post {
	width: 570px;
	padding: 20px;
	padding-bottom: 0;
	float: left;
}
div.post h1 {
	font-weight: lighter;
	color: #275b7e;
	padding-top: 10px;
	font-size:22px;
	letter-spacing: -1px;
}
div.post  p {
	line-height: 1.6em;
	font-size: 13px;
	color: #333;
	padding-bottom: 10px;
}
div.post span.info {
	background: #e5e4e4;
	border: 1px solid #c2bebe;
	padding: 3px;
	width: 580px;
	display: block;
	color: #444;
	font-size: 11px;
}
#sidebar {
	width: 240px;
	float: right;
	padding-top: 20px;
}
#sidebar h2 {
	width: 225px;
	height: 43px;
	padding-top: 10px;
	text-align: center;
	color: #777;
	font-weight: bold;
	letter-spacing: -1px;
	background: url("../images/sidebar-header.gif") no-repeat top;
}
#sidebar ul {
	list-style: none;
}
#sidebar ul li {
	display: block;
	width: 240px;
}
#sidebar ul li a {
	display: block;
	width: 210px;
	padding: 5px 0;
	padding-left: 15px;
	border-top: #fff 1px solid;
	border-bottom: #e6e4e4 1px solid;
	text-decoration: none;
	color: #5eb3d7;
	font-weight: bold;
	background: url("../images/arrow.gif") no-repeat left;
}
	#sidebar ul li a:hover {
		background: url("../images/arrow.gif") no-repeat left #5eb3d7;
		color: #fff;
	}
#footer {
	background: url("../images/content-bottom.gif") no-repeat top;
	width: 864px;
	padding: 30px 0;
	padding-bottom: 10px;
	text-align: center;
	font-size: 11px;
	color: #fff;
}
	#footer a {
		color: #fff;
	}
