body {
	margin: 0px;
	padding: 0px;
	font: 14px Georgia, Times, serif;
	background: black;
	text-align: center;
	color: white;
}

#content .item h2 {
	margin: 0 0 0.6em 0;
}

a {
	color: #d0c5a5;
	text-decoration: none;
	-webkit-transition: color 0.3s ease-out;
	outline: none;
}a:hover {
	color: black;
}

#main_wrapper {
	background: url(images/godhelp_tile_1.jpg) 0 0 repeat-y;
	width: 100%;
	float: left;
}

#main a:hover {
	color: white;
}

#container {
	width: 970px;
	margin: auto;
}

#main {
	/*background: url(images/godhelp_background_1_repeat.png);*/
	float: left;
	clear: both;
	width: 100%;
	background: url(images/home_back_new.jpg) 0 0 no-repeat;
}

#header {
	height: 50px;
	position: relative;
	background: url(images/top_new.png) top left no-repeat;
}

#mp3player {
	position: absolute;
	top: 15px;
	right: 0px;
	text-indent: 0px;
}

#header p{
	margin: 0px;
	padding: 0px;
	text-indent: -5000em;
}

#signup {
	position: absolute;
	top: 13px;
	left: 190px;
	width: 110px;
	background: transparent;
	border: transparent;
	font: italic 12px Georgia, Times, serif;
	color: white;
}

#submit {
	position: absolute;
	top: 10px;
	right: 0px;
	width: 30px;
	height: 23px;
	background: transparent;
	border: transparent;
	cursor: pointer;
	color: transparent;
	text-indent: -5000em;
}

* html #submit {
	background: white;
}

#nav {
	width: 160px;
	padding: 20px 0 0 20px;
	float: left;
}

#introlink {
	position: absolute;
	left: 50px;
	top: 500px;
	width: 125px;
	height: 30px;
	text-indent: -5000em;
	display: block;
}

#introlink:hover {
	border-bottom: 2px solid #d0c5a5;
}


#nav h1{
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #cfc5a5;
}

#nav h1 a {
	text-indent: -5000em;
	width: 150px;
	height: 270px;
	background: url(images/home_logo_new.jpg) 0px 0px no-repeat;
	display: block;
}

#nav h1 a:hover {
	background: url(images/home_logo_over_new.jpg) 0px 0px no-repeat;
	border: none;
}

#nav ul, #nav ol {
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin: 3px 0 0 20px;
	z-index: 20;
	color: #cfc5a5;
}

#nav li a {
	display: block;	
	width: 190px;
	height: 20px;
	color: #cfc5a5;
}


#content {
	color: white;
	padding: 0;
	text-align: left;
	position: relative;
	z-index: 10;
	margin: 0 420px 20px 220px;
	top: 0px;
}

#content h2 {
	text-align: left;
	text-transform: none;
}

#content p {
	margin: 0 0 1em 0;
}

/*------------------------------------------------
	about section
------------------------------------------------*/

#about_section #content {
	margin: 450px 30px 20px 20px;
}

#about_section #main {
	background: url(images/godhelp_back_1.jpg) 0 0 no-repeat;
	width: 100%;
}

#about_section #main_wrapper {
	background: url(images/godhelp_tile_1.jpg) 0 0 repeat-y;
}

#about_section #nav {
	height: 320px;
}

#about_section #nav ul, #about_section #nav ol {
	position: relative;
	top: -250px;
}

#about_section #nav h1 {
	position: relative;
	top: 30px;
	left: 200px;
	border-bottom: none;
}

#about_section #nav h1 a {
	background: url(images/godhelp_about_logo.jpg) 0px 0px no-repeat;
}

#about_section #nav h1 a:hover {
	background: url(images/godhelp_about_logo_over.jpg) 0px 0px no-repeat;
}

/*------------------------------------------------
	people section
------------------------------------------------*/

#people_section #content {
	margin: 0 30px 20px 20px;
}

#people_section #main {
	background: url(images/godhelp_back_2.jpg) top left no-repeat;
}

#people_section #nav ul, #people_section #nav ol {
	position: relative;
	top: -250px;
}

#people_section #nav h1 {
	position: relative;
	top: 30px;
	left: 200px;
	border-bottom: none;
}

#people_section #nav h1 a {
	background: url(images/godhelp_about_logo.jpg) 0px 0px no-repeat;
}

#people_section #nav h1 a:hover {
	background: url(images/godhelp_about_logo_over.jpg) 0px 0px no-repeat;
}

#people_section .people_detail #main {
	background-image: none;
}

#people_section .people_detail #nav h1{
	position: normal;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #cfc5a5;
}

#people_section .people_detail #nav h1 a {
	text-indent: -5000em;
	width: 150px;
	height: 270px;
	background: url(images/godhelp_about_logo.jpg) 0px 0px no-repeat;
	display: block;
}

#people_section .people_detail #nav h1 a:hover {
	background: url(images/godhelp_about_logo_over.jpg) 0px 0px no-repeat;
	border: none;
}

#people_section .people_detail #nav ul, #people_section .people_detail #nav ol {
	position: normal;
	top: 0;
	bottom: 0;
	margin: 0px;
	padding: 0px;
	text-align: left;
	margin: 3px 0 0 20px;
	z-index: 20;
	color: #cfc5a5;
}

#people_section .people_detail #nav li a {
	display: block;	
	width: 190px;
	height: 20px;
	color: #cfc5a5;
}

#people_section .people_detail #content {
	color: white;
	padding: 0;
	text-align: left;
	margin: -420px 420px 0 250px;
	float: left;
}

#people_section .people_detail #main {
	height: 1280px;
}

/*------------------------------------------------
	music section
------------------------------------------------*/

#music_section #content {
	margin: 450px 30px 20px 20px;
}

#music_section #main {
	background: url(images/godhelp_back_3.jpg) top left no-repeat;
}

#music_section #nav {
	height: 320px;
}

#music_section #nav ul, #music_section #nav ol {
	position: relative;
	top: -250px;
}

#music_section #nav h1 {
	position: relative;
	top: 30px;
	left: 200px;
	border-bottom: none;
}

#music_section #nav h1 a {
	background: url(images/godhelp_about_logo.jpg) 0px 0px no-repeat;
}

#music_section #nav h1 a:hover {
	background: url(images/godhelp_about_logo_over.jpg) 0px 0px no-repeat;
}


/*------------------------------------------------
	video section
------------------------------------------------*/

#video_section #content {
	margin: 450px 30px 20px 20px;
}

#video_section #nav {
	height: 320px;
}

#video_section #main {
	background: url(images/godhelp_back_4.jpg) top left no-repeat;
}

#video_section #nav ul, #video_section #nav ol {
	position: relative;
	top: -270px;
}

#video_section #nav h1 {
	position: relative;
	top: 12px;
	left: 180px;
	border-bottom: none;
}

#video_section #nav h1 a {
	background: url(images/godhelp_about_logo.jpg) 0px 0px no-repeat;
}

#video_section #nav h1 a:hover {
	background: url(images/godhelp_about_logo_over.jpg) 0px 0px no-repeat;
}

/*------------------------------------------------
	qanda section
------------------------------------------------*/

#qanda_section #content {
	margin: 350px 30px 20px 20px;
}

#qanda_section #nav {
	height: 320px;
}

#qanda_section #main {
	background: url(images/godhelp_back_5.jpg) top left no-repeat;
}

#qanda_section #nav ul, #qanda_section #nav ol {
	position: relative;
	top: -270px;
}

#qanda_section #nav h1 {
	position: relative;
	top: 12px;
	left: 180px;
	border-bottom: none;
}

#qanda_section #nav h1 a {
	background: url(images/godhelp_about_logo.jpg) 0px 0px no-repeat;
}

#qanda_section #nav h1 a:hover {
	background: url(images/godhelp_about_logo_over.jpg) 0px 0px no-repeat;
}


/*------------------------------------------------
	journals section
------------------------------------------------*/

#journals_section #main {
	background: url(images/godhelp_tile_1.jpg) top left repeat-y;
	width: 100%;
}

#journals_section #nav {
	background: none;
}

#journals_section #nav h1 a {
	background: url(images/godhelp_about_logo.jpg) 0px 0px no-repeat;
}

#journals_section #nav h1 a:hover {
	background: url(images/godhelp_about_logo_over.jpg) 0px 0px no-repeat;
}

#stuart_journals {
	margin: 30px 0 0 -20px;
	background: url(images/stuart_back_center.jpg) left top repeat-y;
	color: #000;
	width: 740px;
	float: left;
}

#stuart_journals_center {
	padding: 0;
	margin 0;
	width: 740px;
	background: url(images/stuart_back_top.jpg) 0 0 no-repeat;
	float: left;
}

#stuart_journals_bottom_individual {
	width: 850px;
	height: 140px;
	margin: 0 0 0 -22px;
	background: url(images/stuart_back_bottom.jpg) left bottom no-repeat;
	float: left;
	clear: both;
}

#stuart_journals_bottom {
	width: 1000px;
	height: 140px;
	margin: 0;
	background: url(images/stuart_back_bottom.jpg) 195px bottom no-repeat;
	float: left;
	clear: both;
}

#stuart_journals h2 {
	margin: 0;
	padding: 0;
}

#stuart_journals h2 a {
	color: #000;
}

#journals_left {
	width: 290px;
	float: left;
	margin: 160px 20px 0 50px;
}

#journals_right {
	width: 290px;
	padding: 0 0 0 0;
	float: right;
	margin: 280px 0 0 0;
	border-left: 1px dashed #ccc;
	padding: 10px;
}

#journals_wrapper {
	float: left;
	margin: 0 30px;
}

#journal_entry {
	margin: 220px 0px 0 60px;
	width: 620px;
}

.journals_older {
	width: 740px;
	float: left;
	padding: 0 0 0 50px;
	font-size: 1.2em;
	font-weight: bold;
}


/*------------------------------------------------
	photo section
------------------------------------------------*/

#photos_section #content {
	margin: 450px 30px 20px 20px;
}

#photos_section #nav {
	height: 320px;
}

#photos_section #main {
	background: url(images/godhelp_back_6.jpg) top left no-repeat;
}

#photos_section #nav ul, #photos_section #nav ol {
	position: relative;
	top: -270px;
}

#photos_section #nav h1 {
	position: relative;
	top: 12px;
	left: 180px;
	border-bottom: none;
}

#photos_section #nav h1 a {
	background: url(images/godhelp_about_logo.jpg) 0px 0px no-repeat;
}

#photos_section #nav h1 a:hover {
	background: url(images/godhelp_about_logo_over.jpg) 0px 0px no-repeat;
}


/*------------------------------------------------
	news section
------------------------------------------------*/

#news_section #content {
	margin: 450px 30px 20px 20px;
}

#news_section #nav {
	height: 320px;
}

#news_section #main {
	background: url(images/godhelp_back_7.jpg) top left no-repeat;
}

#news_section #nav ul, #news_section #nav ol {
	position: relative;
	top: -270px;
}

#news_section #nav h1 {
	position: relative;
	top: 12px;
	left: 180px;
	border-bottom: none;
}

#news_section #nav h1 a {
	background: url(images/news_logo.jpg) 0px 0px no-repeat;
}

#news_section #nav h1 a:hover {
	background: url(images/news_logo_over.jpg) 0px 0px no-repeat;
}


.item_text {
	-webkit-column-count : 2; 
	-webkit-column-gap : 40px; 
	-moz-column-count : 2; 
	-moz-column-gap : 40px;
	text-align: justify;
}

.item {
	border-bottom: 2px solid #d0c5a5;
	padding-bottom: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}

.packshot {
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
	border: 2px solid white;
}

#introtext {
	text-align: justify;
}

.question, .answer {
	float: left;
	width: 400px;
}

.question {
	margin-right: 40px;
}

.question, .answer {
	margin-top: -10px;
}

h4 {
	font-weight: normal;
	font-size: 16px;
	font-style: italic;
}

* html #introtext {
	zoom: 1;
}

#introtext p{
	line-height: 12px;
}

#news_summary .date {
	font-size: 75%;
	font-style: italic;
	margin-left: 8px;
}

#news_summary p, #news_summary a {
	margin: 0;
	padding: 0;
}

#content p, #content li {
	line-height: 20px;
}

#content h1, #content h2, #content h3 {
	font-weight: normal;
	color: #d0c5a5;
	margin: 0.6em 0 0.6em 0;
	padding: 0px;
}

#content h3 {
	color: white;
	margin: 20px 0px;
}

#frontvideo {
	background: url(images/divider.jpg) bottom left no-repeat;
	padding-bottom: 50px;
	margin-bottom: 35px;
	padding-top: 0px;
}

#video_section #content object, #video_section #content embed, #frontvideo object, #frontvideo embed{
	background: rgba(255,255,255,0.5);
	padding: 2px;
	width: 661px;
	height: 505px;
}

#music_section #content object, #music_section #content embed{
	width: 300px;
	height: 90px;
	padding: 0px;
}

#footer {
	height: 35px;
	padding-top: 20px;
	font-size: 16px;
	color: #d0c5a5;
	clear: both;
}

#footer a:hover{
	color: white;
}

#subscription_buy {
	background: #d0c5a5;
	-webkit-box-shadow: 3px 0px 10px rgba(0,0,0,0.3);
	box-shadow: 3px 0px 10px rgba(0,0,0,0.2);
	position: relative;
	overflow: hidden;
	margin-left: -25px;
	width: 715px;
	height: 65px;
	margin-top: 50px;
}

#subscription_buy select{
	color: #48453a;
	border: 1px solid #6e6858;
	background: #d0c5a5;
	font: 14px Georgia, Times, serif;
}

#subscription_buy input{
	color: white;
	background: #a49c84;
	font: 16px Georgia, Times, serif;
	border: none;
	cursor: pointer;
	-webkit-transition: background 0.3s ease-out, -webkit-transform 1s ease-out, -webkit-box-shadow 1s ease-out;
	margin-left: 15px;
}#subscription_buy input:hover{
	background: #48453a;
	-webkit-transition: background 0.3s ease-out, -webkit-transform 0.3s ease-out, -webkit-box-shadow 0.3s ease-out;
	-webkit-transform: scale(1.2);
	z-index: 300;
}

#format {
	float: left;
	padding: 20px;
	background: #a49c84;
	overflow: hidden;
	font-style: italic;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	height: 25px;
}

#buy_uk, #buy_us {
	float: left;
	padding: 20px;
	overflow: hidden;
	font-style: italic;
	text-shadow: 0px 0px 1px rgba(0,0,0,0.1);
	color: #48453a;
}

#gallery {
	line-height: 0px;
	text-align: center;
	text-align: justify;
}

.singlePhoto {
	margin: auto;
	display: block;
	border: 2px solid white;
	margin-bottom: 50px;
}

#gallery a img {
	border: 2px solid white;
	margin-right: 3px;
	margin-bottom: 3px;
	-webkit-transition: border 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 1s ease-out, -webkit-box-shadow 1s ease-out;
	position: relative;
}#gallery a:hover img {
	border: 2px solid #a49c84;
	-webkit-transform: scale(1.4);
	-webkit-box-shadow: 0px 2px 5px rgba(0,0,0,0.4);
	z-index: 300;
	-webkit-transition: border 0.3s ease-out, opacity 0.3s ease-out, -webkit-transform 0.2s ease-out, -webkit-box-shadow 0.2s ease-out;
}

#qandaform {
	background: black ;
	margin-top: 30px;
	padding: 30px;
	opacity: 0.7;
	-webkit-transition: opacity 0.3s ease-out;
}

#qandaform:hover {
	opacity: 1;
}

#qandaform fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}

#qandaform label {
	float: left;
	width: 90px;
	font-style: italic;
}

.profile {
	width: 625px;
	height: 1110px;
	margin-left: -50px;
	color: #7d7d7d;
	margin-top: -28px;
	padding: 70px;
	padding-top: 180px;
	font: 12px Courier, sans-serif;
	overflow: hidden;
	margin-bottom: -180px;
}

#catherine_profile {
	background: url(images/catherine_back.jpg) 0px 0px no-repeat;
}
#catherine_profile .photo_clear{
	float: right;
	width: 200px;
	height: 150px;
}

#cella_profile {
	background: url(images/celia_back.jpg) 0px 0px no-repeat;
}
#cella_profile .photo_clear{
	float: right;
	width: 200px;
	height: 150px;
}

#alex_profile {
	background: url(images/alex_back.jpg) 0px 0px no-repeat;
	font-size: 11px;
}
#alex_profile .photo_clear{
	float: right;
	width: 200px;
	height: 150px;
}

#content .profile h3{
	color: #7d7d7d;
	margin: 0px;
	padding: 0px;
	font: 12px Courier, sans-serif;
	font-weight: bold;
	margin-top: 15px;
}

#content .profile p{
	line-height: 18px;
}

#content #alex_profile.profile p{
	line-height: 16px;
}

#people_photos {
	text-align: center;
	width: 100%;
	clear: both;
}

#people_photos a img {
	border: none;
	margin: 0 20px;
}