body {
	background-color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin-top: 0px;
}
.tel_text {
	color: #9EC54D;
}
a:link {
	color: #FFFFFF;
	text-decoration: underline;
}
a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
a:hover {
	color: #9FC04F;
	text-decoration: underline;
}
a:active {
	color: #9FC04F;
	text-decoration: none;
}
#container {
	width:800px;
	margin: 0 auto;
}
#header {
	width:800px;
	height:208px;
}
#navigation {
	width:800px;
	margin-top:-4px;
}
#body {
	width:670px;
	margin-right:65px;
	margin-left:65px;
	padding-top: 15px;
}
#footer {
	width:800px;
	height:56px;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../img/design/footer_bar.jpg);
	font-size: 9px;
}
#footercontent_left {
	width:335px;
	height:56px;
	margin-left:65px;
	float:left;
	text-align:left;
}
#footercontent_right {
	width:335px;
	height:56px;
	margin-right:65px;
	float:right;
	text-align:right;
}
#subfooter {
	width:800px;
	font-size:9px;
	text-align:center;
}
