body {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/bg_body.jpg);
	background-repeat: repeat;
}
#wrapper {
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 0px;
}
#header {
	position: absolute;
	height: 100px;
	width: 900px;
	left: 0px;
	top: 0px;
}
#flashcontent {
	position: absolute;
	height: 360px;
	width: 640px;
}
#navigation {
	height: 35px;
	width: 900px;
	position: absolute;
	left: 0px;
	top: 100px;
	background-image: url(../images/bg_navigation.jpg);
	background-repeat: no-repeat;
}
#navigation ul {
	text-align: left;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#navigation ul li {
	display: inline;
}
#navigation ul li a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006044;
	text-decoration: none;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
	border: 0px none;
	line-height: 35px;
}
#navigation ul li a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #006044;
	text-decoration: underline;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 25px;
	margin: 0px;
	border: 0px none;
	line-height: 35px;
}
#maincontent {
	width: 500px;
	padding-top: 25px;
	padding-right: 375px;
	padding-bottom: 25px;
	padding-left: 25px;
	position: absolute;
	left: 0px;
	top: 135px;
	background-color: #FFFFFF;
	background-image: url(../images/bg_maincontent.jpg);
	background-repeat: repeat-y;
}
#maincontent_commercial {
	width: 850px;
	position: absolute;
	left: 0px;
	top: 135px;
	background-color: #FFFFFF;
	padding: 25px;
	text-align: left;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #006044;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 21px;
	color: #333333;
}
#project_wrapper {
	background-color: #FFFFFF;
	background-image: url(../images/bg_projects.jpg);
	background-repeat: no-repeat;
	height: 250px;
	width: 900px;
	position: absolute;
	left: 0px;
	bottom: -250px;
}
#sidebar {
	width: 350px;
	position: absolute;
	left: 550px;
	top: 135px;
}
#sidebar p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #006044;
	margin: 0px 20px 0px 25px;
	padding: 0px;
}
#project_one {
	position: absolute;
	width: 250px;
	left: 25px;
	top: 50px;
}
#project_two {
	position: absolute;
	width: 250px;
	left: 325px;
	top: 50px;
}
#project_three {
	position: absolute;
	width: 250px;
	left: 625px;
	top: 50px;
}
#project_wrapper p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #006044;
	margin: 0px;
	padding: 0px;
	line-height: 25px;
}
#project_wrapper a {
	color: #006044;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	position: absolute;
	height: 75px;
	width: 900px;
	left: 0px;
	bottom: -100px;
	text-align: center;
	padding-top: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
}
#footer a {
	color: #FFCC00;
	text-decoration: underline;
}
.headlines {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #006044;
	text-decoration: underline;
}
a {
	color: #006044;
	text-decoration: underline;
}
