@charset "utf-8";
.defalut {
}
#wrapper {											
	width:1024px;
	position:absolute;
    left:50%; 
	 margin-left: -512px;

}#topbanner {
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 264px;
	width: 1024px;
}
#body {
	background-image: url(../images/Body.jpg);
	background-repeat: repeat;
	float: left;
	height: auto;
	width: 1024px;
}
#navbar {
	background-image: url(../images/navbar.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 116px;
	width: 1024px;
}
#footer {
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 57px;
	width: 1024px;
}
#navbarcontainer {
	float: left;
	height: auto;
	width: 1014px;
	margin-top: 0px;
	margin-left: 10px;
}
#Lefttxtcontainer {
	padding: 5px;
	float: left;
	height: auto;
	width: 340px;
	margin-left: 10px;
}
.Picbox {
	background-color: #C5F1FE;
	float: left;
	height: auto;
	width: 330px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-left: 5px;
	background-repeat: repeat;
}
#middletxtcontainer {
	padding: 5px;
	float: left;
	height: auto;
	width: 300px;
}
#righttxtcontainer {
	padding: 5px;
	float: left;
	height: auto;
	width: 330px;
}
.picboxright {
	padding: 5px;
	float: right;
	height: auto;
	width: 330px;
	background-color: #B6EFFC;
}




#navcontainer
{
margin: 0;
padding: 0;
height:40px;
font: 16px Verdana, sans-serif;
width: 100%;
border-bottom: 0px solid #bbb;
list-style-type: none;
/*background: #d93349;*/
}

#navlist li
{
float: left;
margin: 0;
padding: 0;
width: auto;
display: block;
}

#navlist li a, #navlist li a:link
{
background: d93349;
color: #555;
text-decoration: none;
padding: 3px 5px 3px 5px;
display: block;
}

#navlist li a:hover
{
color: #039;
border-bottom: 3px solid #bbb;
cursor: pointer;
background: #eee;
}

#navlist li a#current, #navlist li a#current:link
{
color: #000;
cursor: default;
font-weight: bold;
border-bottom: 3px solid #999;
}

#navlist li a#current:hover
{
border-bottom: 3px solid #f90;
background: #eee;
}

.copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	float: left;
	height: auto;
	width: 400px;
	margin-left: 5px;
}
.links {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	float: right;
	height: auto;
	width: 200px;
	margin-right: 10px;
}
.advert {
	float: left;
	height: auto;
	width: 300px;
}
.address {
	padding: 5px;
	float: left;
	height: auto;
	width: 300px;
	margin-left: 15px;
}
.entersitebox {
	float: right;
	height: auto;
	width: 220px;
	margin-top: 40px;
	margin-right: 20px;
}
