@charset "utf-8";
.contact {
}
#wrapper {											
	width:1024px;
	position:absolute;
    left:50%; 
	 margin-left: -512px; 

}#con-header {
	background-image: url(../images/con-theader.jpg);
	background-repeat: repeat;
	float: right;
	height: 81px;
	width: 1024px;
}
#con-navbarleft {
	background-image: url(../images/contactnavbarleft.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 355px;
}
#con-homebut {
	background-image: url(../images/con-Homebut_up.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 96px;
}
#con-aboutbut {
	background-image: url(../images/con-aboutbut_up.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 99px;
}
#con-contactbut {
	background-image: url(../images/con-contactbut_up.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 101px;
}
#con-navbarright {
	background-image: url(../images/con-navbarright.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 37px;
	width: 373px;
}
#con-mainbanner {
	background-image: url(../images/con-mainbanner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 202px;
	width: 1024px;
}
#con-mainbody {
	background-image: url(../images/con-body.jpg);
	background-repeat: inherit;
	float: left;
	height: 460px;
	width: 1024px;
}
#con-footer {
	background-image: url(../images/con-footer.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 40px;
	width: 1024px;
}
.mainbodybox {
	padding: 10px;
	float: right;
	height: auto;
	width: 600px;
	margin-left: 0px;
	margin-right: 60px;
}
.lefttxtbox {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	padding: 10px;
	float: left;
	height: auto;
	width: 230px;
	margin-left: 90px;
}




.copyright {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	float: left;
	height: auto;
	width: 500px;
	margin-left: 90px;
}
.links {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 10px;
	color: #FFF;
	float: right;
	height: auto;
	width: 350px;
	margin-right: 70px;
}

a:link {
	color: #F60;
}
a:visited {
	color: #F60;
}
a:hover {
	color: #F60;
}
