
	img {border:0;
	}

	body {
		color:#fff;
		background-color:#000;
		text-align:center;

		margin:0;
	}


	#container {

		background-image:url(img/bg.jpg);
		background-repeat:no-repeat;
		width:900px;
		height:auto;
		margin-left:auto;
		margin-right:auto;
		position:relative;

}
#main {
	height:300px;
	padding-top:120px;
}

#myImageFlow {
	margin-left:auto;
	margin-right:auto;

}
#menu {
	width:723px;
	height:27px;
	position:relative;
	background-image:url(menu/menu.jpg);
	background-repeat:no-repeat;

	margin-left:auto;
	margin-right:auto;
}
.menuItem {
	height:auto;
	width:auto;
	margin-left:30px;
	float:left;

}

#mission {
	position:relative;
	padding-top:10px;
	margin-top:-40px;
	background-image:url(img/mission.gif);
	background-repeat:no-repeat;
	width:900px;
	height:80px;
	}
	


.home {
	width:62px;
	height:21px;
	float:left;
	background-image:url(menu/home.jpg);
	margin-left:11px;
}

.currentMenuItem a{
	width:62px;
	height:21px;
	float:left;

}
.home a{
	width:62px;
	height:21px;
	float:left;
	background-image:url(menu/home.jpg);
}
.home a:hover{
	width:62px;
	height:21px;
	float:left;
	background-image:url(menu/home_f2.jpg);
}
.services {
	width:72px;
	height:21px;
	float:left;
	background-image:url(menu/services.jpg);
	margin-left:43px;
}
.services a{
	width:72px;
	height:21px;
	float:left;
	background-image:url(menu/services.jpg);
}
.services a:hover{
	width:72px;
	height:21px;
	float:left;
	background-image:url(menu/services_f2.jpg);
}
.properties {
	width:83px;
	height:21px;
	float:left;
	background-image:url(menu/properties.jpg);
	margin-left:49px;
}
.properties a{
	width:83px;
	height:21px;
	float:left;
	background-image:url(menu/properties.jpg);
}
.properties a:hover{width:83px;
	height:21px;
	float:left;
	background-image:url(menu/properties_f2.jpg);
}


.company {
	width:83px;
	height:21px;
	float:left;
	background-image:url(menu/company.jpg);
	margin-left:50px;
}
.company a{
	width:83px;
	height:21px;
	float:left;
	background-image:url(menu/company.jpg);
}
.company a:hover{
	width:83px;
	height:21px;
	float:left;
	background-image:url(menu/company_f2.jpg);
}
.projects {
	width:71px;
	height:21px;
	float:left;
	background-image:url(menu/projects.jpg);
	margin-left:47px;
	vertical-align:top;
}
.projects a{
	width:71px;
	height:21px;
	float:left;
	background-image:url(menu/projects.jpg);
}
.projects a:hover{
	width:71px;
	height:21px;
	float:left;
	background-image:url(menu/projects_f2.jpg);
}
.contact {
	width:90px;
	height:21px;
	float:left;
	background-image:url(menu/contact.jpg);
	margin-left:50px;
}
.contact a{
	width:90px;
	height:21px;
	float:left;
	background-image:url(menu/contact.jpg);
}
.contact a:hover{
	width:90px;
	height:21px;
	float:left;
	background-image:url(menu/contact_f2.jpg);
}

