html, body {
	margin:0;
	padding:0;
	background-position:top center;
	background-color: #000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-y;
	font-size: 11px;
	font-family: arial;
	}
		h1 {
		font-size: 26px;
		color: #ba97eb;
		font-family: 'Arial', sans-serif;
		letter-spacing: 0px;
		font-weight: normal;
		line-height: 1.0em;
		}
		h2 {
		font-family: 'Arial', sans-serif;
		font-size: 20px;
		color: #ba97eb;
		font-weight: normal;
		}
		h3 {
		font-family: 'Arial', sans-serif;
		font-size: 16px;
		color: #ba97eb;
		font-weight: normal;
		}
		p {
		font-family: 'Varela', sans-serif;
		font-size: 14px;
		color: #ba97eb;
		text-align: justify;
		}
		
#container {
	margin: 0 auto;
	min-height: 100%;
	width: 960px;
	background-image: url(images/main.jpg);
	background-repeat: no-repeat;
	margin-bottom: -145px;
	position: relative;
	}

#header {
	margin: 0 auto;
	height: 170px;
	width: 960px;
}
#logo {
	display: block;
	width: 566px;
	height: 85px;
	float: left;
	position: relative; top: 10px; left: 25px;
	background: url(images/logo.png) no-repeat 0 0;
	}
#socialbuttons {
	float: right;
	position: relative; top: 10px; right: 45px;
	}
	
#navigation {
	width:900px;
	list-style: none;
	padding-top: 10px;
	position: relative; left: 55px;
	float: left;
	}
	
#navigation a {
	display: inline;
	margin: 0 auto;
	list-style: none;
	margin-right: 38px;
	outline: 0;
	}
	
#btn-about {
	display: block;
	width: 126px;
	height: 70px;
	float: left;
	background: url(images/btn-about.png) no-repeat 0 0;
	}

#btn-about:hover { 
	background-position: 0 -70px;
	}

#btn-about span {
  position: absolute;
  top: -999em;
	}
	
#btn-readings {
	display: block;
	width: 95px;
	height: 70px;
	float: left;
	background: url(images/btn-readings.png) no-repeat 0 0;
	}

#btn-readings:hover { 
	background-position: 0 -70px;
	}

#btn-readings span {
  position: absolute;
  top: -999em;
	}
	
#btn-soulgardening {
	display: block;
	width: 105px;
	height: 70px;
	float: left;
	background: url(images/btn-soulgardening.png) no-repeat 0 0;
	}

#btn-soulgardening:hover { 
	background-position: 0 -70px;
	}

#btn-soulgardening span {
  position: absolute;
  top: -999em;
	}
	
#btn-clients {
	display: block;
	width: 148px;
	height: 70px;
	float: left;
	background: url(images/btn-clients.png) no-repeat 0 0;
	}

#btn-clients:hover { 
	background-position: 0 -70px;
	}

#btn-clients span {
  position: absolute;
  top: -999em;
	}
	
#btn-events{
	display: block;
	width: 95px;
	height: 70px;
	float: left;
	background: url(images/btn-events.png) no-repeat 0 0;
	}

#btn-events:hover { 
	background-position: 0 -70px;
	}

#btn-events span {
  position: absolute;
  top: -999em;
	}
	
#btn-blog{
	display: block;
	width: 80px;
	height: 70px;
	float: left;
	background: url(images/btn-blog.png) no-repeat 0 0;
	}

#btn-blog:hover { 
	background-position: 0 -70px;
	}

#btn-blog span {
  position: absolute;
  top: -999em;
	}
	
#btn-contact {
	display: block;
	width: 85px;
	height: 70px;
	float: left;
	background: url(images/btn-contact.png) no-repeat 0 0;
	}

#btn-contact:hover { 
	background-position: 0 -70px;
	}

#btn-contact span {
  position: absolute;
  top: -999em;
	}
	
	#austyn-pic {
	position: relative; top: 15px; left: 1px;
	}

#content {
	margin: 0 auto;
	float: right;
	width: 500px;
	min-height: 450px;
	height: 100%;
	position: relative; right: 10px;
	padding: 25px;
	margin-top: 247px;
	}
	
	#content a {
	font-family: 'Varela', sans-serif;
	font-size: 14px;
	color: #ba97eb;
	text-decoration: underline;
	}
	
	#content a:hover, #content a:active {
		color: #fff;
	}

#sidebar {
	float: left;
	width: 367px;
	min-height: 500px;
	position: relative; left: 25px;
	margin-bottom: 25px;
	}
	
	#sidebar h2 {
	margin-left: 13px;
	}
	
	#sidebar img {
	margin-top: 20px;
	}
	
.clearfooter {
   height: 145px;
   clear: both;
}
	
#footer {
	margin: 0 auto;
	height: 145px;
	width: 960px;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
}

#footer_content {
	margin: 0 auto;
	position: relative;top: 80px; left: 25px;
	}
	
#footer p {
	font-family: arial;
	font-size: 12px;
	color: #000;
		}
		
#footer_links {
	float: left;
	width: 850px;
	font-size: 12px;
	color: #000;
	
	}
	
	#footer li {
	display: inline;
	}
	
	#footer a {
	margin: auto;
	color: #000;
	margin-right: 10px;
	font-family: arial;
	font-weight: bold;
	font-size: 14;
	}
	
	#footer a:hover, #footer a:active {
		color: #442939;
	}
	
#designlink {
	float: right;
	position: relative; right: 20px; top: 65px;
	}
	
#ghm{
	display: block;
	width: 74px;
	height: 67px;
	background: url(images/ghm.png) no-repeat 0 0;
	outline: none;
	}

#ghm:hover { 
	background-position: 0 -67px;
	}

#ghm span {
  position: absolute;
  top: -999em;
	}
	
#copyright {
	margin: auto;
	position: relative; left: 37px; top: 22px;
	float: left;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	}
