/***** Global Settings *****/

html, body {
border:0;
margin:0;
padding:0;
}

body {
font:.9em/1.4em arial, helvetica, sans-serif;
background: url(../images/back.jpg) repeat #dad5b6 top center;
color: #3d3630;
}

/***** Common Formatting *****/

h1, h2, h3, h4, h5, h6 {
margin:0;
padding:0;
font-weight:normal;
color: #f54e00;
}

h1 {
padding:30px 0 15px 0;
letter-spacing:-1px;
font:2.2em arial, helvetica, sans-serif;
}

h2 {
padding:20px 0;
letter-spacing:-1px;
font:1.5em arial, helvetica, sans-serif;
}

h3 {
font:1em arial, helvetica, sans-serif;
font-weight:bold;
}

p, ul, ol {
margin:0;
padding:0 0 18px 0;
}

ul, ol {
list-style:disc;
padding:0 0 18px 40px;
}

blockquote {
margin:22px 40px;
padding:0;
}

small {
font-size:0.85em;
}

img {
border:0;
}

sup {
position:relative;
bottom:0.3em;
vertical-align:baseline;
}

sub {
position:relative;
bottom:-0.2em;
vertical-align:baseline;
}

acronym, abbr {
cursor:help;
letter-spacing:1px;
border-bottom:1px dashed;
}

/***** Links *****/

a, a:visited {
text-decoration:underline;
color: #3d3630;
}

a:hover {
text-decoration: none;
}

/***** Forms *****/

form {
margin:0;
padding:0;
display:inline;
}

input, select, textarea {
font:1em arial, helvetica, sans-serif;
}

textarea {
line-height:1.25;
}

label {
cursor:pointer;
}

/***** Tables *****/

table {
border:0;
margin:0 0 18px 0;
padding:0;
}

	table tr td {
	padding:2px;
	}

/***** Wrapper *****/

.wrap {
width:960px;
margin:0 auto;
}

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

#header {
background: url(../images/header.jpg) repeat-x top center;
height: 109px;
margin: 0;
padding: 0;
display: block;
}

#header-stuff {
width: 960px;
height: 109px;
}

#header-stuff h1 {
float:left;
display:block;
padding: 27px 0 0 40px;
text-indent:-2000px;
}
	
	#header-stuff h1 a {
	width:234px;
	height:46px;
	display:block;
	background:url(../images/logo.png) no-repeat;
	}
	
/***** Home *****/

#flasharea {
background: url(../images/content-area.jpg) repeat-x top center fixed #0d2454;
width: 100%;
min-height: 300px;
height: auto;
_height: 300px;
padding: 30px 0;
color: #dad5bb;
border-bottom: 5px solid #18439c;
}

#flasharea a {
color: #dad5bb;
}

#flasharea img {
max-width: 934px;
height: auto;
}

#flash {
background: #c5c0a5;
padding: 6px;
width: 771px;
height: 483px;
float: left;
display: block;
}

#home-sidebar {
width: 146px;
float: right;
display: block;
}

#home-sidebar img {
padding: 0 0 10px 0;
max-width: 146px;
}

#verse {
width: 126px;
margin: 0 0 0 0;
font-size: .9em;
line-height: 1.3em;
background: #152c62;
padding: 10px;
}

#verse p {
padding: 0;
margin: 0;
}

#verse table {
padding: 0;
margin: 0;
}

/***** Sub *****/

#subcontent {
background: #e4e0c7;
border-bottom: 5px solid #b1ac92;
padding: 13px 13px 30px 13px;
width: 934px;
margin: 0 auto;
}

#subpicture {
width: 934px;
}

#subtext {
width: 620px;
float: left;
display: block;
padding: 0 0 0 20px;
}

#sub-sidebar {
width: 243px;
float: right;
display: block;
color: #7d7662;
font-size: 1.2em;
margin-top: 25px;
}

#sub-sidebar a {
color: #7d7662;
text-decoration: none;
}

#sub-sidebar ul {
margin: 0;
padding: 0;
list-style: none;
}

#sub-sidebar li {
margin: 0;
padding: 10px 0;
}

/***** Sub 2 *****/

#subtext2 {
width: 492px;
float: left;
display: block;
padding: 0 0 0 20px;
}

#subpicture2 {
width: 392px;
float: right;
display: block;
margin: 25px 0 0 0;
}

#subpicture2 img {
max-width: 392px;
height: auto;
}

/***** Tour *****/

#subtext-tour {
display: block;
padding: 0 20px;
}

#subtext-tour td {
padding: 5px 10px;
background: #224fac;
}

#subtext-tour .heading {
background: #3064ce;
font-weight: bold;
}

#subtext-tour table {
width: 892px;
}

/***** Store *****/

.store td {
margin: 0 30px 0 0;
}

.store table {
width: 200px;
padding: 0 0 20px 0;
}

.store img {
}

.view-cart {
margin: 130px 0 0 0;
}

#custom_amount {
		display: none;
	}

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

#footer {
padding: 16px 0 80px 0;
color: #3d3630; 
font-size: .8em;
}

#footer a {
color: #3d3630;
}

#f1 {
float: left;
display: block;
}

#f2 {
float: right;
display: block;
}

/***** Global Classes *****/

span {
color: #fff;
}

.clear 			{ clear:both; }

.float-left 	{ float:left; }
.float-right 	{ float:right; }

.text-left 		{ text-align:left; }
.text-right 	{ text-align:right; }
.text-center 	{ text-align:center; }
.text-justify 	{ text-align:justify; }

.bold 			{ font-weight:bold; }
.italic 		{ font-style:italic; }
.underline 		{ border-bottom:1px solid; }
.highlight 		{ background:#ffc; }

.wrap 			{ width:960px;margin:0 auto; }

.img-left 		{ float:left;margin:4px 10px 4px 0; }
.img-right 		{ float:right;margin:4px 0 4px 10px; }

.nopadding 		{ padding:0; }
.noindent 		{ margin-left:0;padding-left:0; }
.nobullet 		{ list-style:none;list-style-image:none; }