/* CSS Document */
/*=====================================
	General Rules
=====================================*/
* {margin:0; padding:0;}
body {min-width:770px; background:url(../images/back-ground.png) top left repeat; font-family:Georgia, "Times New Roman", Times, serif;}
.hidden {display:none;}
/*=====================================
	Page Layout Rules
=====================================*/
#container {width:750px; margin:15px auto; position:relative; background:#CCBCA5; padding:10px;}
#header {width:750px; height:124px; background:#6699CC url(../images/home-jesus.jpg) top right no-repeat; border-top:solid #37536E 5px; position:absolute; bottom:10px; left:10px;}
#logo {float:left; margin:25px 10px 10px 20px;}
#content {width:750px; height:335px; margin:25px 0 129px;}
#footer {width:750px; margin:-5px auto; text-align:center;}
/* Site Navigation */
#nav {width:770px; position:absolute; top:0px; left:0px; background:#524B3E url(../images/nav-top.png) top left no-repeat;}
#nav ul {list-style:none; width:520px; margin:0 auto;}
#nav li {display:inline; float:left;}
#first {border-left:solid #716756 1px;}
/* Main Content */
#content ul {list-style:none; margin:15px 0 0 15px;}
#home-img {float:left;}
#news {width:270px; height:210px; margin-left:480px; background:#DED3C4; color:#484237;}
#news ul li {margin-bottom:7px;}
.cross {margin-right:5px;}
#times {width:270px; height:130px; margin-left:480px; background:#736B5D; color:#DED3C4; font-size:.8em;}
#times ul {margin-top:10px;}
#times ul li {margin-bottom:3px;}
/*=====================================
	Typography
=====================================*/
h1 {width:297px; height:23px; margin:43px 0 7px 87px; background:url(../images/home-GARP.png) center no-repeat; text-indent:-9999px;}
#header h2 {font-size:.8em; font-weight:normal; letter-spacing:.05em; color:#0B221C;}
/* News */
#news h3 {width:auto; border-top:solid #484237 5px; border-bottom:solid #484237 1px; padding:5px 0 5px 15px; font-size:1em;}
#news a {color:#484237; font-size:.8em;}
#news a:hover {text-decoration:none;}
/* Church Times */
#times h3 {width:auto; border-top:solid #6699CC 5px; padding:10px 0 5px 15px;}
/* Site Navigation */
#nav li a { padding:.4em .9em .4em .9em; color:#CCBCA5; text-decoration: none; float: left; border-right: 1px solid #716756; font-size:.8em; font-weight:normal;}
#nav li a:hover, #nav li a.active {background:#CCBCA5; color:#524B3E;}
/* Footer */
#footer {color:#CCBCA5; font-size:.7em; font-family:Arial, Helvetica, sans-serif;}
#footer a {color:#CCBCA5; text-decoration:none;}
#footer a:hover {text-decoration:underline;}