html, body {
	height: 100%;
}

body {
	background-color: #000000;
	margin: 10px;
	padding: 0px;
}

.footer {
	color: #666666;
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 20px;
}

.leftside {
	background-image: url(images/left_bg.gif);
	background-position: top left;
	background-repeat: repeat-y;
}

.mainbody {
	background-image: url(images/group3_bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
	height: 324px;
	width: 554px;
}

.mainbody img {
	display: block;
}

.bodyfooter {
	height: 44px;
	width: 554px;
}

.bodyfooter img {
	display: block;
}

#peoplenamearea {
	 height: 44px;
	 width: 554px;
	 color: #999999;
	 font-family: Arial, Helvetica, sans-serif;
	 font-size: 12px;
	 font-weight: bold;
	 background-image: url(images/footer_people.jpg); 
	 background-position: top center; 
	 background-repeat: no-repeat; 
	 letter-spacing: 0.2em;
}

#peoplename {
	 padding-left: 37px;
	 padding-top: 21px;
}

.mission, .company {
	background-image: url(images/mission_bg.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
	height: 100%;
}

.company {
	background-image: url(images/company_bg.gif);
}

.contact {
	height: 100%;
}

.contact_content {
	color: #666666;
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 42px 0px 0px 89px;
}

a, a:link, a:visited {
	color: #FF9900;
}

a:active {
	color: #FF3300;
}

a:hover {
	color: #FF6600;
}