body {
background-image: url('bg.gif');
	margin: 0 auto;
	width:1000px;
    font: 11px tahoma;
	color: #000;
}

a img { border:none;}

.logo {
	float:left;
	width:488px;
	height:141px;
}

.logo-right {
	float: right;
	width:512px;
	height:141px;
	background: url(images/logo_right.gif) no-repeat;
}

.topbtns {
   float: right;
   width: 169px;
   position: top right;
   margin-top: 10px;
 }

#homebut {
    float:left;
	border-style: none;
}

#contactbut {
    float:right;
	border-style: none;
}

#logo {
  border-style: none;
  }

.menu {
float:left;
width:1000px;
height:45px;
text-align: center;
background-color: #fff;
}



.menuimgs {
   width:1000px;
   text-align: center;
   margin-left: 75px;
   margin-top: 15px;
 }

.menuimg{
   float:left;
   border-style: none;
 }

.header {
	float:left;
	width:1000px;
	height:195px;
}

#headerimg {
    float:left;
}

.content-cont {
float:left;
width:1000px;
padding-bottom: 50px;
background-color: #fff;
}

.bottom-menu {
	float: left;
	width:1000px;
	height:118px;
	margin-top:5px;
	background: url(images/bottom-menu.gif) top center no-repeat;
}

.bottom-menu ul {
   list-style-type: none;
   margin:25px 0 0 125px;
   padding:0;
}

.bottom-menu li {
   float:left;
   font: 11px lucida sans;
   color: #000;
   font-weight: bold;
   padding-left: 15px;
   padding-right: 15px;
 }

.bottom-menu li a {
   color: #000;
   text-decoration: none;
 }

.bottom-menu li a:hover {
   color: #229122;
  }

.footer {
	float:left;
	width:1000px;
	height:24px;
	text-align: center;
}

.foottextleft {
    float:left;
	font: 11px tahoma;
	color: #000;
	padding:0;
	margin: 40px 0 0 0;
}

.foottextleft a {
   color: #000;
 }

 .foottextleft a:hover {
   text-decoration:none;
  }

.foottextright {
    float:right;
	margin:40px 0 0 0;
	padding:0;
}

 .foottextright a {
   color: #000;
   font: 11px tahoma;
   padding:0;
   margin:0;
   text-decoration: none;
 }
