body {
	background-color:#FEFCCD;
	color:#2E2C25;
	font-family:"Tahoma" Verdana, Arial, Helvetica, sans-serif; 
	font-size: 14px;
	margin:0px;
	padding: 0px;
}
.clear{clear:both;}
* {
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
	text-align: left;
	width: 100%;
}
a{
	color:#2E2C25;
}
p{
	margin: 15px 0px;
}
/********************** Header ***************************/
#header {
	margin: 0px 0px 0px 0px;
	background : url(images/headback.png) left no-repeat;
	width:100%;
	height:62px;

}
/********************** Logo ***************************/
#logo {
	background : url(images/spavirgologo.png) no-repeat;
	width:308px;
	height:96px;
    
	
}

/********************** Content ***************************/
#content {
	width:850px;
}
img{
	border-width:0px;
}
h1{
	color:#CC5A05;
	font-size:30px;
	text-align:center;
	letter-spacing: 3px;
	text-decoration:underline;
	width: 500px;
}

h2{
	color:#D45D2C;
	font-size:16px;
	text-align:center;
	width:200px;
	margin: 10px 0px 15px 0px;
}
#left {
	float:left;
	width:240px;
	height:414px;
	background : url(images/navback.png) left no-repeat;
	margin-left:27px;
	padding: 0px 10px 0px 0px;
	
	
}
#left p{ 
	padding: 46px 46px 30px 30px;
	text-align: center;
	font-size: 16px;
	line-height: 37px;
	font-weight: bold;
	color: #FEFCCD;
}
#left a{color:#FEFCCD; text-decoration: none;}
#left a:hover{color:#D45D2C;}
#photos a{
	margin-right:14px;
}
#right {
	float:right;
	width:500px;
	padding: 0px 10px 10px 10px;
	margin-top:10px;
	

}
#right a{
	color:#c77e0c;
}
#right a:hover{
	color:#85a157;
}
#right table {
	margin-top: 20px;
	font-size: 16px;
}
/********************** Footer ***************************/

#footer {

	height: 100px;
	background: url(images/radiant.png) top center no-repeat;
	text-align:center;
    padding-top: 75px;
	
	
}
