body {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	background: url('images/bodyback.jpg') repeat-y top right #6dcbef;
	font-family: arial;
	font-size: 1em;;
}

#wrapper {
	width: 800px;
	margin: 0px auto;
}



#header {
	width: 100%;
	float: left;
	height: 13p0x;
	background: url('images/logo2.gif') no-repeat top left;
}

#nav {
	border-top: 1px solid #000000;
	
	float: left;
	width: 100%;
}

.home {
	float: left;
	width: 74px;
	height: 20px;
	margin: 0px 5px 0px 5px;
	background: url('images/nav/homed.png') no-repeat top left;
}
.home:hover {
	background: url('images/nav/homeo.png') no-repeat top left;
}

.contactus {
	float: left;
	width: 90px;
	height: 20px;
	margin: 0px 5px 0px 5px;
	background: url('images/nav/contactd.png') no-repeat top left;
}
.contactus:hover {
	background: url('images/nav/contacto.png') no-repeat top left;
}

.wp {
	float: left;
	width: 140px;
	height: 20px;
	margin: 0px 5px 0px 5px;
	background: url('images/nav/wspd.png') no-repeat top left;
}
.wp:hover {
	background: url('images/nav/wspo.png') no-repeat top left;
}

.stf {
	float: left;
	width: 140px;
	height: 20px;
	margin: 0px 5px 0px 5px;
	background: url('images/nav/stfd.png') no-repeat top left;
}
.stf:hover {
	background: url('images/nav/stfo.png') no-repeat top left;
}

#text {
	height: 55px;
	float: right;
	font-size: 1.3em;
	width: 400px;
	font-weight: bold;
	margin: 15px 60px 15px 15px;
}



#content {
	width: 100%;
	float: left;

}

#footer {
	height: 30px;
	float: left;
	margin: 10px;
	border-top: 3px solid #000000;
	width: 100%;
}

#footer a {
	float: left;
	padding: 5px;
	color: black;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
}

#footer a:hover {
	text-decoration: underline;
}

#footer2 {
	width: 100%;
	float: left;
	text-align: center;
}


