@charset "utf-8";
/* CSS Document */

@import url(main.css);

body{background: url(../images/general/mcBg.gif) repeat-y top center;}

/*Header*/

#headertop{background: #fff url(../images/general/header.gif) no-repeat top center; padding-top:5px;}
#headertop h1{padding: 5px;}
#header{background: #fff url(../img/header.gif) no-repeat; height: 85px; padding:20px;}
#header img{float: left; padding-right: 15px;}
#header p{padding-right:15px; margin:0; color:#663300; float:left;}
/*END OF HEADER*/

#mainContent{margin:0; }

#leftCol{width: 216px; float:left;}
#rightCol{width: 560px; float:right; margin-bottom: 3em; }
#rightCol p {padding: 10px;}
#rightCol h1{padding: 1em; color: #990000;}


#footer{margin:0; padding:0; text-align:center; color:#990000; font-size: 70%; width: 780px; clear:both ;
background: #fadc96 url(../images/general/footerBg.gif) repeat-x bottom;}
#footer p {padding:5px;}
#footer a:link, a:visited {color: #990000;}

#verseBox { margin:0; padding:0;  width:215px; }
#verseBox p{ padding: 10px; color: #FFFFFF;}


/*Menu */
#navBar {position:relative; width:215px; }
#navBar h1{ background: url(../images/general/menuTitle.gif); width:215px;  height:62px; margin-top:0; }
#navBar ul{margin:0; padding:0; list-style-type: none;}
#navBar ul a {display:block; width:215px; height:21px; line-height: 21px; color:#FFFFFF; text-decoration:none;
background: url(../images/general/rollover.gif) no-repeat left bottom; text-indent: 50px;}
#navBar a:hover, .selected a{background-position: right bottom; color: #990000;}
/*END MENU*/

#bar{background: url(../images/general/barBg.gif) repeat-x; width: 780px; height:29px;}