* {
	margin: 0;
	padding: 0;
}

html, body{
	height:100%;
}

body{
	background: transparent url(../images/bkg.gif) top left;
	font:12px normal Georgia, "Times New Roman", Times, serif;
	text-align:center;
}

a:link,
a:visited,
a:active{
	color: #b33e2e;
}

a:hover{
	color:#633;
}

img {
	border: none;
}
#outerwrap{
	background: transparent url(../images/body_bkg.png) top left repeat-y;
	margin: 0 auto;
	width: 802px;
	text-align:left;
	padding: 0 13px;
	height:auto !important; /*real browsers*/
	height:100%; /*IE6 treated as min-height*/
	min-height:100%; /*real browsers*/
}

#innerwrap{
	height: 100%;
	background: #3F231C;
	margin: 0 15px;
}

#header{
	background: transparent url(../images/header.jpg) top left no-repeat;
	height: 250px;
}

#header #homelink {
	display:block;
	height:40px;
	left:180px;
	position:relative;
	text-decoration:none;
	top:45px;
	width:430px;
}

#header #nav{
	position: relative;
	top: 170px;
	text-align: center;
}

#header ul li{
	list-style: none;
	display: inline;
}

#header ul li a{
	padding: 3px 5px;
	letter-spacing: 2px;
	text-decoration: none;
}

#flourish{
	background: transparent url(../images/page_header_flourish.jpg) top left no-repeat;
	height:83px;
	position:relative;
	top:-17px;
}

#flourish h1{
	color:#b33e2e;
	position:relative;
	top:30px;
	left:75px;
}

#content{
	background: #fffaf1;
	padding-right: 40px;
	padding-bottom: 50px;
	min-height: 350px;
} 
* html #content { height:500px; }  

#content p {
	font-size: 14px;
	line-height: 20px;
	color:#633;
	margin-left:75px;
	padding-bottom: 12px;
}

#content h3{
	color:#633;
	margin-left:75px;
}

#content ul {
	font-size: 14px;
	color:#633;
	margin-left: 100px;
}

#content li {
	padding-bottom: 8px;
}

#sub {
	width: 291px;
	float: right;
	margin: 20px 0 0 20px;
	padding: 0 0 50px 20px;
}
#sub p {
	font-size: 12px;
	margin: 0;
	padding: 6px 0;
	line-height: 18px;	
}
#videodescription p {
	padding: 6px 0;
	line-height: 14px;
}

#flashcontent {
	margin: 0;
	padding: 0 0 20px 0;
}
#videotestimony {
	background-color:#D7C5B9;
	border: 1px solid #FFFFFF;
	margin-top: 20px;
	padding: 15px 30px 20px 30px; 
}
#sub #subtitle {
	font-size: 15px;
	font-weight:bold;
}
#testifier {
	padding-top: 0;
	padding-left: 68px;
}
.break{
	background: transparent url(../images/line_break.gif) top left no-repeat;
	margin: 5px 0px;
}
#videotestimony .break {
	background: transparent url(../images/line_break.gif) top center no-repeat;
}
#footer {
	color: #FFF;
	height: 128px;
	background: transparent url(../images/footer.gif) top left no-repeat;
	text-align: center;
	padding: 30px 0px 0px 0px;
}