		body {
			font: 80% "Lucida Grande", "Lucida Sans Unicode", arial, sans-serif;
			text-align: center;
			margin: 0;
			background: #014397;
		}

    	#agent {
    	padding: 0.5em 0.5em;
		background: #a2a162;
		
		/* widths are important when using floats */
		width: 33%;
		float: left;
		margin: 0 7px 0 0;
    	}
		
		#container {
			width: 750px;
			margin: 0 auto;
			text-align: left;
			border-top: solid 0px #fff;
			border: solid 0px #ffaf20;
			background: #858932;
			/*background: url(bg-fixed.gif) repeat-y 0 0;*/
		}
		

		#content {
    	width: 530px;
		padding: 0 15px;
    	float: right;
		border-top: solid 0px #fff;
		border-right:solid 5px #858932;
		background: #ffb000;
		color:#004498;
    	}
		#content table{
		background: #ffd673;
		}

		#content .contact {
		color:#FFFFFF;
		}
		
		#content .sub .massage {
		color:#66691f;
    	}
		#content .sub .facials {
		color:#930621;
    	}
    	#header {
    		text-transform: uppercase;
    		padding: 0px 0px;
    		color: #fff;
			text-align: right;
    		background: #858932;
    		border-bottom: solid 0px #fff;
			border-bottom: solid 0px #fff;
    		font-size: 0.8em;
    	}
    	#header h1 {
    		margin: 0;
    	}
    	
    	/*#sidebar1{
    		position:absolute;
			top: 0;
			width: 180px;
			float: left;
			padding: 0 0 5px 0;
			background: #333333;
		}*/
		#sidebar {
    		position:absolute;
			top: 162;
			width: 180px;
			float: left;
			padding: 0 0 5px 0;
    	}
    	#sidebar ul {
    		margin: 0;
    		padding: 0;
    	}
		li {
			display: inline;
		}
		#sidebar li a:link, #sidebar li a:visited {
			display: block;
			padding: 10px;
			text-decoration: none;
			color: #ffffff;
			background: #9ca139;
    		border-bottom: solid 1px #fff;
		}
		#sidebar li a:hover {
			background: #bdc07b;
			color: #ffffff;
		}
		#sidebar img{
		background: #9ca139;
		padding: 10px;
		}
    	
    	#footer {
    		clear: both;
    		padding: 0px 0px;
    		background: #014397;
    		border-top: solid 1px #fff;
			color:#ffaf20;
			text-align:center;
			border-top: solid 1px #fff;
			border: solid 1px #ffaf20;
    	}
		#footer a{
		color:#FFFFFF;
		font-size:9px;
		
		}
    	
