a img{
border:0;
} 

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}
a {
	text-decoration: none;
	color: #324B32;
}
a:hover {
	text-decoration: underline;
	color: #000000;
}
#container {
	background-color: #E2ECE2;
	width: 750px;
	height: 500px;
	padding: 2px;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
}
#container1 {
/* index.html */
	background-color: #E2ECE2;
	width: 750px;
	height: 935px;
	padding: 2px;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
}
#container2 {
/* recruiters.html */
	background-color: #E2ECE2;
	width: 750px;
	height: 750px;
	padding: 2px;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
}
#container3 {
	/* contact.html */
	background-color: #E2ECE2;
	width: 750px;
	height: 775px;
	padding: 2px;
	font-size: 11px;
	margin-right: auto;
	margin-left: auto;
}
#header {
}
#top {
	color: #679966;
	font-size: 13px;
	padding-top: 2px;
}
#top a {
	text-decoration: none;
	color: #000000;
}
#top a:hover {
	text-decoration: underline;
	color: #000000;
}
#topmenuactive {
	float: left;
	width: 150px;
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
}
#topmenuactive a {
	text-decoration: none;
	color: #FFFFFF;
}
#topmenuactive a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
#main {
	width: 750px;
	text-align: justify;
}
#left {
	width: 135px;
	float: left;
	
	padding-right: 10px;
	padding-left: 5px;
	font-size: 9px;
	color: #999999;

}
#leftbox {
	width: 135px;
	background-position: center;
	text-align: center;
}
#centre {
	width: 435px;
	float: left;
	padding-right: 10px;
	padding-left: 5px;
}
#right {
	width: 140px;
	float: left;
	padding-right: 5px;
	padding-left: 5px;
	font-size: 9px;
	color: #999999;
}
#rightbox {
	width: 135px;
	background-position: center;
	text-align: center;
}
#copyright {
	font-size: 11px;
	font-style: italic;
	clear: both;
	color: #CCCCCC;
	width: 750px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
}
.topmenu {
	float: left;
	width: 150px;
	background-color: #679966;
	font-weight: bold;
}
.link {
	color: #CCCCCC;
}
.title {
	color: #666666;
	font-style: italic;
}

