@charset "utf-8";
/* CSS Document */

body {
	margin: 0 auto;
	margin-bottom: 0;
	padding-bottom: 0;
	text-align: center;
	background: #d6d6d6 url('/images/background.gif') repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img {
	border:0;
}
#wrapper{
	width: 960px;
	margin: 0 auto;
	position:relative;
}

#logo{
	width: 296px;
	height: 77px;
	background: url('/images/logo.png');
	position:absolute;
	top:30px;
	left:1px;
}
#navigation{
	position:absolute;
	right: 0;
	top:115px;
}
ul.nav {
	list-style:none;
	margin:0;
	padding:0;
}
.nav li {
	float:left;
	width:100px;
	margin:0;
	padding:0;
	text-align:center;
	height: 20px;
}
.nav a {
	display:block;
	padding:5px 10px;
	height:100%;
	color:#333;
	font-weight: bold;
	font-size: 14px;
	text-decoration:none;
	
}
.nav a {
	background:url(bg5.gif) repeat 0 0;
}
.nav a:hover, .nav a:focus, .nav a:active {
	background-position:-150px 0;
}
.nav a {
	background:url(images/bg5.gif) repeat -20px 35px;
	margin: 2px;
}


#pagetitle{
	width: 247px;
	height: 46px;
	position:absolute;
	top: 200px;
	left: 20px;
}

#pageblurb{
	width:600px;
	height: 100px;
	position: absolute;
	top:190px;
	right: 15px;
	text-align: justify;
	font-size: 14px;
	font-weight: bold;
	color:#5b0256;

}
#content{
	background: url('abbronzarespa.net/images/content_bg.gif') no-repeat;
	width: 100%;
	position: absolute;
	min-height:600px;
	height:auto !important;
	height:600px;
	top: 304px;
	left: 0;
	text-align: left;
	padding-top:10px;
	padding-bottom:30px;
}
#footer{
	width: 100%;
	height: 20px;
	position:absolute;
	bottom:0;
	left:0;
	text-align:center;
	font-size:10px;
	color:#999999;
}
h1 {
	color:#333333;
	font-size:20px;

}
div.contactform {
	width:600px;
}
.contactform label{
	display:inline-block;
	width:150px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:right;
}
.contactform input{
	width:200px;
}
.contactform textarea{
	width:300px;
	height:100px;
}
.gallery img{
	border: 4px solid #fff;
	margin:2px;
}	
a,a:visited {
	color:#5b0256;
	text-decoration:none;
	
}
a:hover{
	text-decoration:underline;
}
