/************************/
/*   Layout Styles      */
/*  by Hazlitt Eastman  */
/*  hazlitt@manta9.com  */
/************************/

* {
    padding: 0;
    margin: 0;
	border: 0;
}

body {
	font-family: georgia, arial;
	font-size: 62.5%;
    color: #643200;
	background-color: #fff;
}

#page
{
	margin-top: 20px;
	margin-right:auto;
	margin-bottom: 40px;
	margin-left:auto;
	width: 980px;
	background-color: #fff;
	height: 100%;
}

.clearfix
{
	clear: both;
}

/************/
/*  Header  */
/************/

#header
{
	width: 980px;
	height: 485px;
}

.header_home
{
	background: url('../_images/header_home.jpg');
}

.header_about
{
	background: url('../_images/header_about.jpg');
}

.header_treatments
{
	background: url('../_images/header_treatments.jpg');
}

.header_massage
{
	background: url('../_images/header_massage.jpg');
}

.header_wraps
{
	background: url('../_images/header_wraps.jpg');
}

.header_aromatherapy
{
	background: url('../_images/header_aromatherapy.jpg');
}

.header_skincare
{
	background: url('../_images/header_skincare.jpg');
}

.header_hair
{
	background: url('../_images/header_hair.jpg');
}

.header_hand
{
	background: url('../_images/header_hand.jpg');
}

.header_half
{
	background-image: url('../_images/header_half.jpg');
}
.header_eye
{
	background-image: url('../_images/header_eye.jpg');
}

.header_enquiries
{
	background: url('../_images/header_enquiries.jpg');
}

.header_news
{
	background: url('../_images/header_news.jpg');
}

.header_offers
{
	background: url('../_images/header_offers.jpg');
}

.header_press
{
	background: url('../_images/header_press.jpg');
}

.header_contact
{
	background: url('../_images/header_contact.jpg');
}

.header_products
{
	background: url('../_images/header_products.jpg');
}

#header_top
{
	width: 980px;
	height: 200px;
}

#logo
{
	float: left;
	margin-top: 26px;
	margin-left: 52px;
}

#address
{
	float: right;
	margin-top: 155px;
	margin-right: 55px;
}

#header_left
{
	width: 200px;
	height: 285px;
	float: left;
	margin-left: 52px;
}

/*************/
/*  Content  */
/*************/

#content
{
	margin-top: 7px;
	height: 100%;
	background: url('../_images/background.jpg');
	background-repeat: repeat-y;
}

#content_left
{
	float:left;
	width: 259px;
	height: 100%;
	padding-top: 20px;
}

.separator_left
{
	margin-left: 39px;
}

.social_icon
{
	margin-left: 52px;
	margin-top: 5px;
	margin-bottom: 0;
	float: left;
}

.good_spa
{
	margin-left: 52px;
	margin-top: 130px;
	z-index: 2;
}

.good_spa_treatments
{
	margin-left: 52px;
	margin-top: 450px;
	z-index: 2;
}

#content_right
{
	float: right;
	display: inline;
	min-height: 485px;
	width: 721px;
	padding-top: 20px;
}

.content_nav
{
	width: 721px;
	height: 170px;
	margin-top: 20px;
}

.news_item
{
	width: 480px;
}

.content_separator
{
	height: 3px;
	width: 600px;
	background-color: #6f2e00;
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.content_nav_list
{
	float: left;
	display: inline;
	margin-right: 30px;
}

#content_about
{
	float: left;
	width: 450px;
}

#shop_online
{
	float: right;
	display: inline;
	margin-right: 45px;
	margin-top: 120px;
}

.column1
{
	width: 235px;
	float: left;
	margin-top: 10px;
}

.column2
{
	width: 235px;
	display: inline;
	float: left;
	margin-top: 10px;
}

.column3
{
	width: 235px;
	float: right;
	margin-top: 10px;
}

.column-left
{
	width: 360px;
	float:left;
	margin-top: 10px;
}

.column-right
{
	width: 360px;
	display: inline;
	float:left;	
	margin-top: 10px;
}

.item-left
{
	width: 250px;
	float: left; 
}

.item-right
{
	width: 90px;
	padding-left: 15px;
	display: inline;
	float: left;
}

#contact_left
{
	width: 250px;
	clear: left;
	float: left;
}

#contact_right
{
	width: 400px;
	margin-left: 15px;
	display: inline-block;
	float:left;
}

/*************/
/*  Footer  */
/*************/

#footer
{
	clear: both;
	width: 980px;
	height: 80px;
	background: url('../_images/background.jpg') repeat-y;
}

#footer_left
{
	width: 259px;
	padding-top: 20px;
	float: left;
}

#footer_right
{
	width: 721px;
	padding-top: 20px;
	float: right;
	display: inline;
}


/*************/
/*  General  */
/*************/



