﻿#Headercontainer {
	position: relative;
	width: 900px;
	height: 176px;
	background-color: #000;
} 
#bodytext {
	position: relative;
	color:#000;
	top: 0px;
	left: 0px;
	height: auto;
} 
#footercontainer {
	width: 900px;
	height: 152px;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: inline-block;
} 
.header {
	color: #000;
	height: 110px;
	width: 900px;
}
.bodywrapper {
	overflow: hidden;
	width: auto;
	clear: both;
	visibility: hidden;
	background-image: url(images/mainbody1.jpg);
	display: inline;
	height: auto;
	left:	inherit;
}
.footer {
	color: #FFF;
	position: relative;
	top: 710px
	width: 900px;
}
#footercontainer div p {
	color: #FFF;
}
img
{  border-style: none;
}
a { 
    text-decoration:none;
}
a:hover, a:focus {
    text-decoration:underline;
}
#footer ul
{
    list-style: none;
}
div#footerWrap
{
    width: 900px;
    height: auto;
    margin: 0;
    padding: 5px 0;
    border: none;
}
.footertext {
	color: #FFF;
}
