body{
	background-color: #a21400;
	background-image: url(/images/template_red/bg.png);
	background-position: top center;
	background-repeat: repeat-x;
	margin:0px;
	padding: 0px;
}

#logoLink{
	position: absolute;
	width: 950px;
	height: 68px;
	top: 11px;
	left: 0px;
	background: url(/images/template_red/ourstoryhisglory.png) no-repeat right;
}

#logoLink a{
	display: block;
	width: 283px;
	height: 68px;
	margin: 0px;
	background: url(/images/template_red/logo.png) no-repeat;
}

/*#mapLink{
	display: none;
	position: absolute;
	width: 160px;
	height: 109px;
	top: 27px;
	left: 770px;
}

#mapLink a{
	display: block;
	width: 160px;
	height: 109px;
	background: url(/images/template_fallmmx/times.png) no-repeat;
}*/

#outerContainer{
	margin: 0px auto;
	width: 950px;
	position: relative;
}

#contentContainer{
	position: absolute;
	/*margin: 132px 0px 0px 15px;*/
	top: 130px;
	left: 0px;
	width: 950px;
	background: url(/images/template_red/container-bg.gif) repeat-y;
}

#midContainer{
	width: 920px;
	margin-left: 15px;
}

#innerContainer{
	width: 890px;
	margin: 15px;
}

#footerContainer{
	background: url(/images/template_red/footer_back.png) no-repeat;
	height: 150px;
	clear: both;
	position: relative;
}

#footerContent{
	position: absolute;
	top: 60px;
	left: 20px;
}

/*Menu*/
#mainNavContainer{
	position: absolute;
	top: 85px;
	left: 25px;
	height: 45px;
	line-height: 32px;
	z-index: 99999999;
}

#mainNavContainer ul{
	margin: 0px;
	padding: 0px;
}

#mainNavContainer ul li{
	display: inline;
	margin-right: 20px;
}

