@charset "utf-8";
/* CSS Document */

body, div, p, a, ul, li, h1, table, tr, td, form, input
{
	margin: 0px;
	padding: 0px;
}
body
{
	text-align: center;
	background-image: url(../_images/bodyBack.jpg);
	background-repeat: repeat-x;
	background-color: #000000; 
}
#main
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	/*height: 900px;*/
	/*border: 1px solid #000000;*/
}
#head
{
	
	width: 100%;
	height: 230px;
	background-image: url(../_images/headBack.jpg);
	background-repeat: repeat-x;
}
#content
{
	width: 800px;
	/*height: 100%;*/
	/*border: 1px solid #00FF00;*/
	
}
#footer
{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	height: 298px;
	/*border: 1px solid #0000FF;*/
	background-image: url(../_images/footerBack.jpg);
	background-repeat: repeat-x;
	margin-top: -4px;
	padding: 20px;
}

#leftColumn
{
	width: 550px;
	/*height: 100%;*/
	float: left;
	/*border: 1px solid #FF9900;*/
	background-color: #FFFFFF;
}
#centerColumn
{
	width: 695px;
	height: 100%;
	float: left;
	/*border: 1px solid #666600;*/
	background-color: #FFFFCC;
}
#centerContent
{
	/*float: right;*/
}
#rightColumn
{
	width: 800px;
	/*height: 100%;*/
	float: right;
	/*border: 1px solid #CC3366;*/
	background-color: #FFFFFF;
	margin-top: -4px;
}
#contentFooter
{
	width: 800px;
	height: 100px;
	clear: both;
	border: 1px solid #9999FF; 
}
.centerThing
{
	float: right;
	width: 105px;
	padding: 15px;
	
}
#bible {
	/*background-image: url(../_images/decoration_tree.png);
	background-repeat: no-repeat;*/
	width: 95px;
	height: 267px;
	position: absolute;
	margin-left: 800px;
	margin-top: 50px;
        behavior: url(http://www.msjb.org/_images/iepngfix.htc);
}
#guitar {
	/*background-image: url(../_images/decoration_presents.png);
	background-repeat: no-repeat;*/
	width: 95px;
	height: 160px;
	position: absolute;
	margin-left: 800px;
	margin-top: 400px;
        behavior: url(http://www.msjb.org/_images/iepngfix.htc);
}
#shirt {
	/*background-image: url(../_images/decoration_redGreenBalls.png);
	background-repeat: no-repeat;*/
	width: 95px;
	height: 336px;
	position: absolute;
	margin-left: -95px;
	margin-top: 50px;
        behavior: url(http://www.msjb.org/_images/iepngfix.htc);
}
#shoes {
	/*background-image: url(../_images/decoration_greenBall2.png);
	background-repeat: no-repeat;*/
	width: 95px;
	height: 147px;
	position: absolute;
	margin-left: -95px;
	margin-top: 430px;
        behavior: url(http://www.msjb.org/_images/iepngfix.htc);
}

