@CHARSET "ISO-8859-1";
#banner {
	margin-bottom: 12px;
}
#category_box {
	float: left;
	margin: 0 0 0 -23px;
}

a img {
	border: 0;
}

#projects {
	float: left;
	width: 680px;
	margin-left: 28px;
	padding-top: 2em;
}
#projects li {
	float: left;
	clear: both;
	width: 100%;
	margin-bottom: 14px;
}
.project_thumb {
	float: left;
	width: 164px;
	height: 123px;
	position: relative;
}
.project_thumb img {
	position: absolute;
	left: 0;
	bottom: 0;
}
.list_box {
	float: left;
	width: 494px;
	margin-left: 18px;
}
.top_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/tl_wit.png);
}
.top_center {
	float: left;
	width: 436px;
	height: 23px;
	background: #fff;
}
.top_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/tr_wit.png);
}
.center {
	float: left;
	width: 436px;
	padding: 0 23px;
	background: #fff;
	height: 77px;
	max-height: 77px;
}
.bottom_left {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/bl_wit.png);
}
.bottom_center {
	float: left;
	width: 436px;
	height: 23px;
	background: #fff;
}
.bottom_right {
	float: left;
	width: 23px;
	height: 23px;
	background: url(../images/br_wit.png);
}

#searchbox {
	width: 590px;
	height: 178px;
	float: left;
	margin: -134px 0 0 299px;
}
#searchbox .search {
	float: left;
	width: auto;
	margin-right: 15px;
}
#searchbox label {
	float: left;
}
#searchbox select {
	clear: both;
	float: left;
}
.center .phase {
	display: block;
	float: left;
	width: auto;
	color: #f18e00;
	margin-left: 25px;
}
.center a {
	display: block;
	float: right;
	width: auto;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
}
p {
	margin-bottom: .5em;
}

