/* CSS Document */

body {
	background-color:#979B9D;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#F1E6EE;

}	

a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#e3e3ed;
}

#wrapper	{
	width:901px; 
	margin: 0 auto; 
	padding:0; 
	text-align:left; 
	border:white solid 1px;
}

#content {
	background-image:url(images/bg.jpg);
	width:901px;
	height:431px;
	border:0px solid red;
}

#leftshot{
float:left;
width:150px;
border-right:1px solid white;
}

#bodytext{
	float:right;
	text-align:left;
	width:744px;
	border:0px #FF0000 solid;
	overflow:auto;
	height:431px;
}

#bodytext div{
	margin: 16px 16px 16px 16px;
	float:none;
}

.header{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	color:#F5E9F1;
	text-align:left;
	border:0px #FF0000 solid;
	font-weight:bold;
}

#rightimage {
	border:solid white 1px;
	float:right;
	margin: 16px 16px 16px 16px;
}

#nav {
	background-image:url(images/navbg.jpg); 
	width:901px;
	height:38px;
	position:relative;
}

#nav div {
	border:0px solid red;
	float:left;
	width:140px;
	position:relative;
	top:10px;
}

#nav div a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	color:#545861;
	text-decoration:none;
}

#nav #home {
width:140px;
}

#nav #massage {
width:140px;
}

#nav #yoga {
width:140px;
}
#nav #about{
width:140px;
}

#nav #contact{
position:relative;
top:2px;
float:right;
font-weight:normal;
	color:#000000;
	margin: 0px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
}

#nav #spacer {
	width:75px;
}

#best_of_bay_positioner {
	position: relative;
}	
#best_of_bay_button {
	position: absolute;
	top: 20px;
	left: 20px;
}	
