html,body{
	height:100%;
	margin:0;
	padding:0;
	
}
 
#HeaderBand {
	height: 80px;
	width: 900px;
	margin:0 auto;
	text-align: left;
}
	
#MainContentBand {
	height: 400px;
	width: 100%;
	background-image: url(../images/MainBar.jpg);
	
}
#MainContentContainer {
	height: 400px;
	width: 900px;
	text-align: center;
	margin:0 auto;
	
}
#MainContentLeft {
	height: 325px;
	width: 400px;
	overflow:auto;
	float:left;
	top: 35px;
	position: relative;
	left: 25px;
	text-align: left;
		}

#MainContentRight {
	height: 400px;
	width: 450px;
	float:right
	
	
}

body {
    min-width:900px;        /*  total horizontal width of the #wrapper div  */
    min-height:600px;       /*  total vertical height of the #wrapper div  */
    background-color:#ece2d8;
    text-align:center;
 }

#vertical{
    width:100%;
    height:50%;
    margin-top:-275px;     /*  half the total vertical height of the #wrapper div */
 
}


#FooterBand {
	position: relative;
	height: 65px;
	width: 900px;
	text-align: center;
	margin:0 auto;

}

#wrapper {
	width:100%;           
	height:545px;          
	padding:0px;
	margin:auto;
	background-color:#ece2d8;
	clear:both;
}
#wrapper p {
    margin:0;
    padding:0px;
    text-align:justify;
 }

a:focus {
outline: 4px solid #ece2d8;

}

.RegularText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: normal;
	text-decoration: none;
	text-align: justify;
}
.HeadingTxt1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
