body{
	padding:0px;
	margin:10px 0px;
	color: #222;
	font-family: Arial, Helvetica, sans-serif;
}

h2 {
	color: #375DA7;
	margin: 0px 0px 20px 0px;
}

a:active {
	text-decoration: underline;
	color: #375DA7;
}

a:link {
	text-decoration: underline;
	color: #375DA7;
}

a:visited {
	text-decoration: underline;
	color: #375DA7;
}

a:hover {
	text-decoration: none;
	color: #C3071F;
}

#container {
	margin: 0px auto;
	position: relative;
/*	background:#fff url(../images/body-bg.gif) no-repeat top left;*/
	width: 948px;
	overflow: auto;
}

#header {
	overflow: auto;
}

#right_logo {
	position: absolute;
	top: 40px;
	right: 30px;
	height: 38px;
	width: 425 px;
}

#left_nav {
	font-family: Helvetica, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 32px;
	text-transform: uppercase;
	margin: 30px 20px 0px 12px;
	width: 230px;
	float: left;
}

#left_nav a:active,
#left_nav a:link,
#left_nav a:visited {
	color: #000;
	text-decoration: none;
}

#left_nav a:hover {
	color: #9FA6D1;
}

#left_nav a#highlight {
	color: #375DA7;
}

#main_content {
	width: 640px;
	float: left;
	text-align: left;
	margin: 26px 0px;
	overflow: auto;
}

#footer {
	background: #fff url(../images/footer.gif) no-repeat top left;
	margin: 30px auto;
	width: 948px;
	height: 85px;
}

#footer_text {
	float: right;
	width: 210px;
	font-size: 10px;
	color: #666;
	text-align: left;
}

#proj_list {
	width: 210px;
	height: 460px;
	float: left;
	overflow: scroll;
	background-color: #fff;
}

#proj_list img {
	margin: 0px 20px 20px 20px;
	border: 0px;
}

#proj_details {
	width: 400px;
	text-align: left;
	float: left;
	padding: 0px 10px 0px 20px;
	text-align: center;
	background-color: #fff;
}

#proj_description {
	padding-top: 10px;
	text-align: left;
}