body, html {
background-color: #5E4633;
background-image:   url(../images/BG.jpg);
background-repeat: repeat-y;
background-position: center center;
font: 100% Georgia, "Times New Roman", Times, serif;
height: 100%;
}

* {
margin: 0px;
padding: 0px;
}

#wrapper {
margin-left: auto;
margin-right: auto;
width: 697px;
}

#main {
background-image: url(../images/mainBG2.jpg);
background-repeat: no-repeat;
height: 587px;
background-position: center;
}

#contactus {
float:right;
padding: 5px 10px 0px 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
}
#contactus a:link {
color: #ffffff;
text-decoration: none;
word-spacing: 0.18ex;
}

#contactus a:visited {
color: #ffffff;
text-decoration: none;
}

#texthome {
padding-top: 150px;
padding-left: 22px;
width: 244px;
}

#texthome p {
font-size: 90%;
margin: 5px 0px 5px 0px;
word-spacing: 0.20ex;
}
#menu ul {
	padding-top: 15px;
	}

#menu li {
	list-style:none;
	padding-left: 4px;
}

#menu a {
	display:block;
	width: 269px;
	height: 38px;
	text-indent: -9000px;
}

#menu a {
	display:block;
	width: 269px;
	height: 38px;
	text-indent: -9000px;
}

a.research{
background:  url(../images/home_research.jpg);
height: 38px;
width: 269px;
}
a.research:hover {
background:  url(../images/home_researchON.jpg);
}

a.business{
background:  url(../images/home_business.jpg);
height: 38px;
width: 269px;
}
a.business:hover {
background:  url(../images/home_businessON.jpg);
}

a.training{
background:  url(../images/home_training.jpg);
height: 38px;
width: 269px;
}
a.training:hover {
background:  url(../images/home_trainingON.jpg);
}

#footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0px 0px 0px 20px;
	color: #EBEBEB;
	word-spacing: 0.18ex;
	padding-top: 10px;
	line-height: 16px;
}
#footer a:link, #footer a:visited {
	text-decoration: none;
	color: #EBEBEB;

	}

