body {
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	background: #788E4E;
}
div#container {
	width: 1004px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	overflow:hidden;
	background: #ffffff;
}
div#banner {
	width: 1004px;
	height: 100px;
	background: #ffffff;
}
div#logo {
	background: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 480px;
	height: 100px;
	margin-left: 60px;
}
div#contacts {
	width: 80px;
	height: 48px;
	float: right;
	margin-right: 30px;
	margin-top: 28px;
	overflow: hidden;
}
div#body {
	width: 1004px;
	background: #ffffff;
	overflow: hidden;
	float:left;
	margin-bottom: 10px;
}
div#left {
	background: url(images/navbase.gif);
	background-repeat: no-repeat;
	width: 258px;
	height: 455px;
	float: left;
}
div#right {
	width: 746px;
	float: left;
	background: #ffffff;
}
div#content {
	width: 737px;
	float: left;
	background: #14417B;
}
div#innertube {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
}
div#navigation {
	width: 155px;
	height: 141px;
	margin-left: 103px;
	margin-top: 161px;
}
div#nav_home a{
	width: 155px;
	height: 37px;
	background: url(images/navigation.gif);
	background-repeat: no-repeat;
	background-position: 0 0;
	float: left;
}
div#nav_home a:hover{
	width: 155px;
	height: 37px;
	background: url(images/navigation.gif);
	background-repeat: no-repeat;
	background-position: -157px 0;
	float: left;
}
div#nav_aboutus a{
	width: 155px;
	height: 37px;
	background: url(images/navigation.gif);
	background-repeat: no-repeat;
	background-position: 0 -37px;
	float: left;
}
div#nav_aboutus a:hover{
	width: 155px;
	height: 37px;
	background: url(images/navigation.gif);
	background-repeat: no-repeat;
	background-position: -157px -37px;
	float: left;
}
div#nav_services a{
	width: 155px;
	height: 37px;
	background: url(images/navigation.gif);
	background-repeat: no-repeat;
	background-position: 0 -74px;
	float: left;
}
div#nav_services a:hover{
	width: 155px;
	height: 37px;
	background: url(images/navigation.gif);
	background-repeat: no-repeat;
	background-position: -157px -74px;
	float: left;
}
div#nav_contactus a{
	width: 155px;
	height: 30px;
	background: url(images/navigation.gif);
	background-repeat: no-repeat;
	background-position: 0 -111px;
	float: left;
}
div#nav_contactus a:hover{
	width: 155px;
	height: 30px;
	background: url(images/navigation.gif);
	background-repeat: no-repeat;
	background-position: -157px -111px;
	float: left;
}

/*styles*/
.headings {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
}
.headings2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.footerlinks {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: none;
}
.footerlinks:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	text-decoration: underline;
}
.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ACD0FF;
}
#contact {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	border: 1px solid #000000;
}
#contact a{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: underline;
}
#contact a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
ul#services {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
	line-height: 20px;
}
ul#home {
	list-style-image: url(images/arrow.jpg);
}