body{
	margin-top: 0;
	text-align: center;
	background-color: #1e1e1e;
	color: #fff;
}

img {
	border: 0;
}

#container {
	position: relative;
	width: 875px;
	margin:0 auto;
}

#header {
	position: relative;
	width: 884px;
	float: top;
}

#header_top {
	position: relative;
	width: 884px;
	height: 41px;
}

#header_mid {
	position: relative;
	width: 730px;
	height: 159px;
	margin: auto;
}

#menu {
	position: relative;
	width: 730px;
	height: 46px;
	margin-left: 77px;
}

#content {
	position: relative;
	width: 729px;
	height: 455px;
	margin-left: 77px;
	background-color: #444242;
	border-left: 1px #2f2f2f solid;
	border-top: 1px #2f2f2f solid;
}

#content_center {
	position: relative;
	float: left;
	height: 313px;
	width: 502px;
}

#content_right {
	position: relative;
	float: right;
	width: 225px;
	background-color: #2a2a2a;
	border-left: 2px #4b4b4b solid;
}

#news_right {
	position: relative;
	width: 225px;
	height: 313px;
	border-bottom: 1px #4b4b4b solid;
}

.news_article {
	position: relative;
	
	height: 150px;
	width: 200px;
	text-align: left;
	margin-left: 1em;
	top: 3em;
	font-size: 10px;
	font-family: verdana;

}

#news_img {
	position: relative;
	float: left;
}

#services_right {
	position: relative;
	width: 225px;
	height: 141px;
	background-color: #222222;
}

#content_bottom {
	position: relative;
	margin-top: 313px;
	width: 502px;
	height: 141px;
	background-color: #333333;
	border-top: 1px #4b4b4b solid;
}

#search {
	position: relative;
	float: left;
	height: 141px;
	width: 220px;
	background-color: #2d2d2d;
	border-right: 1px #4b4b4b solid;
}

#search_img {
	position: relative;
	float: left;
}

#searchbox {
	position: relative;
	margin-top: 55px;
}

.search_field{
	height: 10px;
}

.search_button {
}

#portfolio_prev {
	position: relative;
	float: right;
	height: 141px;
	width: 281px;
	background-color: #333333;
}

#portfolio_img {
	position: relative;
	float: left;
}

#footer {
	position: relative;
	height: 45px;
}