body {
	background-image: url(images/background.gif);
	background-repeat: repeat-y;
	background-position: center;
}
.header {
	height: 254px;
	width: 772px;
	margin-left: -386px;
	position: absolute;
	left: 50%;
	top: 0px;
	background-image: url(images/header.jpg);
	background-color: #DAEDFB;
	background-repeat: no-repeat;
}
.container {
	position: absolute;
	top: 254px;
	margin-left: -386px;
	left: 50%;
	width: 772px;
	background-image: url(images/content_background.gif);
	background-repeat: repeat-y;
}
.navigation {
	width: 171px;
	float: left;
	position: relative;
	text-align: right;
	margin-top: 10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 8px;
	color: #526167;
}

.content {
	margin-right: 30px;
	margin-left: 30px;
	position: relative;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #526167;
	width: 541px;
	float: left;
	margin-top: 0px;
	line-height: 24px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.content h6 {
	font-size: 16px;
	line-height: 16px;
	font-weight: bold;
}

.footer {
	background-image: url(images/footer.jpg);
	clear: both;
	height: 104px;
	width: 772px;
	position: relative;
	float: left;
}
.project_item {
	width: 541px;
	margin-bottom: 40px;
	clear: both;
	position: relative;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #F8751A;
	border-right-color: #F8751A;
	border-bottom-color: #F8751A;
	border-left-color: #F8751A;
}
.project_item_image {
	float: left;
	width: 117px;
	position: relative;
	text-align: center;
}
.project_item_description {
	width: 404px;
	margin-left: 20px;
	position: relative;
	float: left;
}



.navigation a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #666666;
	margin-right: 10px;
	text-decoration: none;
}
.navigation a:hover {
	font-family: "Times New Roman", Times, serif;
	margin-left: 10px;
	color: #F5711E;
	text-decoration: underline;
	font-size: 16px;
}
.content h1 {
	font-size: 26px;
	font-weight: normal;
}
.content h2 {
	font-size: 20px;
	font-weight: normal;
}
.content h3 {
	font-size: 18px;
	font-weight: bold;
}
.content h4 {
	font-size: 16px;
	font-weight: normal;
}
.content h5 {
	font-size: 12px;
	line-height: 14px;
}

.content a {
	color: #333333;
}
.content h6 {
	font-size: 12px;
	line-height: 14px;
	margin-top: 0px;
}
.address {
	font-size: 12px;
	margin-left: 23px;
}
.footer_text {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #526167;
	margin-top: 30px;
	margin-left: 171px;
}
#orange {
	color:#F3732C;
}
.content a:hover {

	color: #F3731C;
}
