@charset "utf-8";
/* CSS Document */

@import url(main.css);
@import url(menu.css);

#background{background: url(../images/general/bg.gif) repeat-y center; }

/*Header*/

#headertop{background: url(../images/general/header.gif) no-repeat top center; padding-top:5px;}
#headertop h1{padding: 5px;}
#header{background: url(../img/header.gif) no-repeat; height: 110px; padding:15px; }
#header img{float: left; padding-right: 15px;}
#header p{padding-right:15px; margin:0; color:#663300; float:left;}
/*END OF HEADER*/

#mainContent{background: url(../images/general/footer.gif) no-repeat right bottom; width: 770px; height:590px; }


#introBox{float:right; width: 540px; background:#339933;}
#navBar{float:left; width:220px; background:#FFCC33;}


.clear{clear:both;}
#footer{text-align:center; color:#990000; font-size: 70%; padding-top: 10px;}

#verseBox {
	position:absolute;
	background: url(../images/general/verseboxBg.gif) repeat-x bottom;
	width:215px;
	height:218px;
	z-index:1;
	left: 7px;
	top: 119px;
}
#verseBox p{padding: 10px; color: #FFFFFF;}

#flashIntro {
	position:absolute;
	width:534px;
	height:208px;
	z-index:1;
	left: 226px;
	top: 119px;
}

#rightColumnBox1{
	position:absolute;
	width:263px;
	height:70px;
	z-index:1;
	left: 497px;
	top: 352px;
}
#rightColumnBox2 {
	position:absolute;
	width:263px;
	height:70px;
	z-index:1;
	left: 497px;
	top: 461px;
}
#rightColumnBox3 {
	position:absolute;
	width:263px;
	height:70px;
	z-index:1;
	left: 497px;
	top: 570px;
}
#rightColumnBox4 {
	position:absolute;
	width:263px;
	height:70px;
	z-index:1;
	left: 497px;
	top: 570px;
}

#newsBox {
	background: url(../images/general/newsBoxBgold.gif) repeat-x;
	position:absolute;
	width:265px;
	height:325px;
	z-index:1;
	left: 227px;
	top: 352px;
}

#newsBox p {padding: 1px; font-size: 9px;}

#memberLogin {
	background: url(../images/general/memberLoginBg.gif) repeat-x;
	position:absolute;
	width:752px;
	height:40px;
	z-index:1;
	left: 8px;
	top: 682px;
	overflow: hidden;
}

