@charset "UTF-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #ff0000;
	text-decoration: none;
}

body {
	background: url(images/main_bg.gif) repeat-x top;
}

#container {
	margin: 0px auto;
	width: 919px;
}

#header {
	height: 45px;
	padding: 16px 0px 0px 0px;
}	

#header a {
	height: 15px;
}

#header .header_title {
	float: left;
	display: block;
	width: 226px;
	margin-right: 18px;
	background: url(images/header_title.gif) no-repeat top left;
}

.nav a, .nav  {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 13px;
}

.nav a:hover {
	color: #fffc00;
	text-decoration: none;
}

.post {
	padding: 36px 0px 18px 0px;
	border-top: 1px #d9d9d9 solid;
}

.post h2 a.project_title {
	width: 919px;
	height: 63px;
	background: no-repeat top left;
	display: block;
	color: #999999;
}

.post a:hover {
	text-decoration: underline;
}

.post h3  {
	width: 919px;
	height: 24px;
	background: no-repeat top left;
	display: block;
	color: #999999;
}

.post p {
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #666666;
	padding: 9px 0px 0px 0px;
}

.no_border {
	border: none;
}

.active {
	color: #fffc00;
}

.float_left {
	float: left;
	display: block;
}

.displace {
	position: absolute;
	left: -5000px;
}

.clearBoth { clear:both; line-height:0px; height:0px; font-size:0px; margin:0px; }

