* {
	margin: 0px;
	padding: 0px;
	}

body {
	margin: 0px ;
	padding: 0px;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 11px;
	font-weight: normal;
	background: url(images/background.jpg) top center repeat-x;
	background-color: #251a08;
	color: #000000;
	}

a:link,
a:visited {
	color: #207030;
	text-decoration: none;
	}
a:hover,
a:active {
	color: #207030;
	text-decoration: underline;
	}

.menu {
	width: 771px;
	height: 45px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background: url(images/menu_bg.jpg) top center no-repeat;
	}
		
.main {
	width: 771px;
	height: 380px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/main_bg.jpg) top center no-repeat;
	}

.logo {
	width: 771px;
	height: 77px;
	margin-top: 32px;
	margin-left: auto;
	margin-right: auto;
	}
.logo a {
	display: block;
	width: 390px;
	overflow: hidden;
}	
.flash {
	width: 745px;
	height: 364px;
	margin: 13px 0px 0px 13px;
	}	
.about {
	width: 745px;
	height: 364px;
	margin: 13px 0px 0px 13px;
	background: url(images/bg_about.jpg) top left no-repeat;
	}
.textAbout {
	position: relative;
	top: 40px;
	left: 10px;
	width: 450px;
	}
.textAbout p {
	margin-top: 0px;
	margin-bottom: 15px;
	}
.people {
	width: 745px;
	height: 364px;
	margin: 13px 0px 0px 13px;
	background: url(images/bg_people.jpg) top left no-repeat;
	}
.textPeople {
	position: relative;
	top: 28px;
	left: 10px;
	width: 450px;
	height: 335px;
	overflow: auto;
	}
.textPeople p {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	}
.contact {
	width: 745px;
	height: 364px;
	margin: 13px 0px 0px 13px;
	background: url(images/bg_contact.jpg) top left no-repeat;
	}
.textContact {
	position: relative;
	top: 40px;
	left: 10px;
	width: 450px;
	height: 311px;
	overflow: auto;
	}
.textContact p {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	}
.textContact p.message {
	font-size: 15px;
	font-weight: bold;
	color: #207030;
	}
.projects {
	width: 745px;
	height: 364px;
	margin: 13px 0px 0px 13px;
	}
.textProjects {
	position: relative;
	top: 28px;
	left: 10px;
	width: 420px;
	height: 333px;
	overflow: auto;
	float: left;
	}
.textProjects p {
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	}
.textProjects h2 {
	font-size: 14px;
	font-weight: bold;
	color: #207030;
	}
.projectsImages {
	background-color: #C6C8AA;
	margin-top: 28px;
	float:right;
	height:335px;
	width:300px;
	padding: 0px;
	overflow:auto;
	}
.projectsImages h3 {
	background-color: #A8AA91;
	height: 25px;
	line-height: 25px;
	padding-left: 15px;
	font-weight: normal;
	color: #333333;
	font-size: 14px;
	}
