
.topRedBand{
	position:relative;
	top:35px;
	height:25px;
	width:100%;
	background-color:#71140c;
	border-top:1px solid #c9c9c9;
	border-bottom:1px solid #c9c9c9;
}

.topLogo a{
	position:relative;
	top:-30px;
	left:0px;
}

.topLogo img{
	border:none;
}



.mainContentArea{
    position:relative;
    top:10px;
    left:151px; /* Width of side menu*/
	padding-left:8px;  /* This padding compensates for the width of the side shadow*/
	padding-top:50px;
	padding-bottom:40px;
	width:640px;
	border:none;
	background-color:#71140c;
	background-Image:url(../Images/Common/mainAreaShadowLeft.png);
	background-repeat:repeat-y;
	background-position:left;
	z-index:10;  
}

.mainContentArea img#topImage{
	position:absolute;
	top:-30px;
	Left:0px;
}

.mainContentArea img#backRight{
	position:absolute;
	top:0px;
	right:-160px;
}


/* Sets the dimensions and positions the textarea*/
/* The area for disposal is 638px wide*/
.twoColumnTextLayout{
	position:relative;
	top:-20px;	
	left:39px;
	width:560px;
	padding-bottom:40px;
	padding-top:30px;	
	background: #f6ead5;
	border:1px solid black;
	text-align: left;
}

.twoColumnTextLayout p{
	font-size:0.8em;
	margin-top:0px;
}

.twoColumnTextLayout #title{
	text-align: center;
	padding-bottom:5px;
}

.twoColumnTextLayout #subtitle{
    position:relative;
	text-align: center;
	left:80px;
	width:400px;
	padding-bottom:20px;
	font-size:1.1em;
	font-style:italic;
}

.twoColumnSegmentContainer{
	position:relative;
	margin-bottom:30px;
}

/* Positions the container for the left column*/
.twoColumnTextLayout #columnLeft{
	position:absolute;
	width:220px;
	top:0px;
	left:45px;
}

/* Positions the container for the right column*/
.twoColumnTextLayout #columnRight{
	position:relative;
	left:280px;
	padding-left:15px;
	width:220px;
	border-left:1px solid black;
}

.twoColumnTextLayout #columnLeft img{
	position:relative;
	left:-3px;
	width:220px;
	margin-top:5px;
}

.twoColumnTextLayout #columnRight img{
	position:relative;
	left:0px;
	width:220px;
	margin-top:5px;
}




/* This represents the bottom ornamental squiggle */
.twoColumnTextLayout  img#contentBottomSwirl{
	margin-top:20px;
	margin-left:258px;
}



.contentFooter{
	position:absolute;
	bottom:-100px;
    height: 4em;
	color:#FFF;
}
