/*
-----------------------------------------------
epic church Base Styles
----------------------------------------------- 
*/

	
body {
	background-color: #000000;
	height: 100%;
	margin: 0px;
	padding: 0px;
	text-align: center;
}






/* Containers
----------------------------------------------- */
#wrapper {
	height: 1150px;
	background: url('../images/epic_bg.jpg');
	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;
	
	
}

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

#musicplayer{
	background: url('../images/music_player.jpg');
	height: 164px;
	width: 62px;
	margin: 0px;
	padding: 0px;
	float:left;
}


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


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


/* Location
----------------------------------------------- */
#location {
	width: 555px;
	height: 94px;
	text-align: right;
	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;
}


/* Navigation
----------------------------------------------- */
#leftnav {
	width: 300px;
	margin-left: 65px;
	margin-top: 30px;
	float:left;
	
}

#leftnav a{
	font: 106%/1.2em Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 35px;
	color: #999999;
	text-decoration: none;
}

#leftnav a:hover {
	font: 106%/1.2em Helvetica, Arial, Verdana, sans-serif;
	font-weight: bold;
	line-height: 35px;
	color: #ffffff;
	text-decoration: none;
}

#imagenav {
	height: 164px;
	width: 807px;
	padding: 0px;
	margin: 0px;
	float:left;
}


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

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

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