/*
-----------------------------------------------
epic church Base Styles
----------------------------------------------- 
*/
html, body {
height: 100%;
}
	
body {
	background-color: #000000;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}



/* Page Title
----------------------------------------------- */
#page_title {
	width: 790px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	margin-left: 60px;
}


/* Containers
----------------------------------------------- */
#wrapper {
	background: url('../images/epic_bg2.jpg');
	background-repeat: no-repeat;
	height: 100%;
	width: 1161px;
	margin: 0px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

#container{
	height: auto;
	width: 869px;
	margin: 0px;
	padding: 0px;
	margin-left: 149px;
	text-align: left;
}

#bodywrap {
	height: 100%;
	width: 807px;
	float:left;
	
}

#body{
	background: url('../images/body_inside_bg.jpg');
	height: 100%;
	width: 869px;
	margin: 0px;
	padding: 0px;
	margin-left: 0px;
	text-align: left;
	float:left;
}

#musicplayer{
	background: url('../images/music_player.jpg');
	position: absolute; bottom: 0; right: 0;
	height: 164px;
	width: 62px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	float:left;
}


/* Header
----------------------------------------------- */
#header {
	background: url('../images/header.jpg');
	width: 869px;
	height: 81px;
	float:left;
}


/* Inside Header
----------------------------------------------- */
#inheader {
	background: url('../images/body_inside_header.jpg');
	width: 869px;
	height: 119px;
	float:left;
}



/* Logo
----------------------------------------------- */
#logo {
	width: 314px;
	height: 94px;
	float:left;
}


/* Location
----------------------------------------------- */
#location {
	width: 555px;
	height: 94px;
	text-align: left;
	float:left;
}

.locationtext {
	font: 86%/1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #ffffff;
	width: 465px;
	text-align: right;
	margin-top: 30px;
	float:left;
	
}

.locationtext a{
	font: 86%/1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #ffffff;
	text-decoration: none;
}


#insidenav {
	font: 90%/1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #712d1f;
	width: 462px;
	text-align: right;
	margin-top: 65px;
}

#insidenav a{
	font: 90%/1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #a66c53;
	text-decoration: none;
}

#insidenav a:hover {
	font: 90%/1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #a66c53;
	text-decoration: underline;
}


/* Body text
----------------------------------------------- */
#bodytext {
	font: 80%/1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
	width: 440px;
	margin-left: 65px;
	margin-top: 10px;
	float:left;
}

#showbodytext {
	font: 80%/1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
	width: 650px;
	margin-left: 65px;
	margin-top: 10px;
	float:left;
}

#bodytext li {
	margin-bottom: 8px;
}

h1 {
	font: 130%/1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #360906;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

h2 {
	font: 105%/1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

.italic {
	font-style: italic;
}

#bodytext a{
	color: #a66c53;
	text-decoration: none;
}

#bodytext a:hover {
	color: #a66c53;
	text-decoration: underline;
}

#image {
	width: 275px;
	margin-left: 0px;
	margin-top: 0px;
	float:left;
}


/* Footer
----------------------------------------------- */
#footer {
	background: url('../images/footer_bg2.jpg');
	background-repeat: no-repeat;
	width: 869px;
	height: 78px;
	float:left;
}

.footertext {
	font: 86%/1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #ffffff;
	width: 785px;
	text-align: right;
	margin-top: 18px;
	float:left;
	
}

.footertext a{
	font: 86%/1.2em Helvetica, Arial, Verdana, sans-serif;
	color: #a66c53;
	text-decoration: none;
}