/*
-----------------------------------------------------------------------------
Null Browser Defaults
-----------------------------------------------------------------------------*/
* {
	margin: 0px;
	padding: 0px;
}
/*
-----------------------------------------------------------------------------
Global Default Elements
-----------------------------------------------------------------------------*/
p {
	padding:12px;
}
h1 {
	padding:12px;
	font-size:16px;
}
h1 span {
	font-weight:normal;
}
h2 {
	padding:12px;
	font-size:14px;
}
body {
	text-align:center;
	background-color:#6E0000;
	background-image:url(../images/backgrounds/body.png);
	background-repeat:no-repeat;
	background-position:center top;
	font-family:"Century Gothic", Arial, Verdana, sans-serif;
	font-size:12px;
}
ul, ol {
	margin-left:25px;
}
li {
	padding:3px;
}
.error, .label {
	font-style:italic;
}
table {
	margin:8px;
}
table tr td {
	padding:3px;
}
/*
-----------------------------------------------------------------------------
Header
-----------------------------------------------------------------------------*/
#header {
	position:relative;
	margin:0px auto;
	width:625px;
	height:300px;
}
#header a {
	color:#BAFC5D;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
	padding:4px;
}
#header a:hover {
	color:#DAFF7D;
}
#home {
	position:absolute;
	width:194px;
	height:295px;
	left:217px;
	top:8px;
	background-image:url(../images/backgrounds/home.png);
}
#lefttopmenu {
	position:absolute;
	left:32px;
	top:250px;
	width:180px;
	height:25px;
}
#righttopmenu {
	position:absolute;
	right:27px;
	top:250px;
	width:180px;
	height:25px;
}
/*
-----------------------------------------------------------------------------
Page
-----------------------------------------------------------------------------*/
#page {
	position:relative;
	margin:0px auto;
	width:800px;
}
#logo {
	position:absolute;
	top:30px;
	left:212px;
	font-family:"Century Gothic", Arial, Verdana, sans-serif;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
}
#leftmenu {
	position:absolute;
	top:96px;
	left:10px;
	text-align:left;
}
#leftmenu a {
	color:#E4A95A;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}
#leftmenu ul li {
	list-style:none;
	padding:6px;
}
#leftmenu a:hover {
	color:#F4C97A;
}
#content {
	position:relative;
	text-align:left;
	margin-left:200px;
	padding-top:70px;
	width:550px;
	min-height:330px;
	color:#FFF;
}
#content a {
	color:#FFF;
	font-weight:bold;
}
.serviceheading {
	width:550px;
	height:40px;
	background-position:left center;
	background-repeat:no-repeat;
	font-size:18px;
	padding-top:3px;
	text-align:left;
	margin:12px 0px 8px 6px;
}
.serviceheading span {
	text-align:right;
}
#serviceheading-goddess {
	background-image:url(../images/services/goddess.png);
}
#serviceheading-organic-aromatherapy-facial {
	background-image:url(../images/services/organic-aromatherapy-facial.png);
}
#serviceheading-intuitive-healing {
	background-image:url(../images/services/intuitive-healing.png);
}
#serviceheading-reiki {
	background-image:url(../images/services/reiki.png);
}
#serviceheading-aromatherapy-massage {
	background-image:url(../images/services/aromatherapy-massage.png);
}
#serviceheading-pregnancy-massage {
	background-image:url(../images/services/pregnancy-massage.png);
}
/*
-----------------------------------------------------------------------------
Footer
-----------------------------------------------------------------------------*/
#footer {
	position:relative;
	margin:0px auto;
	width:1000px;
	height:200px;
	background-image:url(../images/backgrounds/footer.png);
	background-repeat:no-repeat;
}