/* CSS Reset */
* { margin:0; padding:0; }

  

body {
   background:#5f3300 url(img/bg_body.jpg) repeat-x 0 0;
}

#container {
  width:1024px;
  margin:0 auto;
}

#logo {
	float:left;
	border:0;
}

#header {
	height:131px;
	width:960px;
	margin:75px auto 0 auto;
}

#header ul, #header ul li {
	display:inline;
	float:left;
	height:100%;
	list-style-type:none;
	margin:0;
	padding:0;
}

#header ul li a {
    background-image:url(img/menu.jpg);
    background-repeat:none;
	display:inline-block;
	height:100%;
	text-decoration:none;
}

#home {
	width:139px;
	background-position:0 0;
}
#about {
	width:137px;
	background-position:-139px 0;
}
#tracks {
	width:156px;
	background-position:-276px 0;
}
#register {
	width:208px;
	background-position:-432px 0;
}

a#home:hover {
	background-position:0 -131px;
}
a#about:hover {
	background-position:-139px -131px;
}	
a#tracks:hover {	
	background-position:-276px -131px;
}
a#register:hover {
	background-position:-432px -131px;
}

#body {
	clear:both;
	height:393px;
	width:960px;
	background:url(img/home_bgtrack.jpg) no-repeat 0 0;
	margin:0 auto 0 auto;
	position:relative;
}

#body ul {
	display:block;
	list-style:none;
	position:absolute;
	top:74px;
	left:27px;
}
	
#body ul li {
	display:block;
	}


#body ul li a {
	color:#ffffff;
	display:block;
	font-family:arial;
	font-size:14px;
	font-weight:lighter;
	line-height:23px;
	text-decoration:none;
	}
#body ul li a:hover {
	color:#72bef8
}

#contentframe {
	position:absolute;
	top:55px;
	left:365px;
	width:600px;
	height:310px;
	overflow: auto;
	z-index: 1;
	background-image: url(img/frameback.jpg);
}

#boxContainer {
	clear:both;
}
   
.box {
	width:319px;
	height:227px;
	float:left;
	}
.box p {
	font:normal 12px/18px Verdana, Geneva, sans-serif;
	color:#000000;
	margin:82px 30px 0 154px;
	}
.speaker {
	margin-left:25px;
	background:url(img/box1a.jpg) no-repeat 0 0;
	}
.worship {
	background:url(img/box2a.jpg) no-repeat 0 0;
	}
.location {
	background:url(img/box3a.jpg) no-repeat 0 0;
	} 
	
#footer {
	clear:both;
	display:block;
	height:48px;
	float:left;
	background:url(img/footerlogo.jpg) no-repeat 0 0;
	margin:53px 0 0 25px;
	padding-left:200px;
	}

#footer p {
	font:x-small Arial, Helvetica, sans-serif;
	margin-top:20px;
	}
	
#footer a:link {
   color:#663300;
   text-decoration: none;
   }
   
#footer a:visited {
	color:#333333;
	text-decoration: none;
	}
	
