@import url(baseStyle.css);


#mainContainer
{
	width: 900px;
	margin: 0 auto;
	padding: 0px 0 330px 0;

}

#bnrContainer{	
width:900px;
background-image:url(/common/img/homeImg.jpg);
	background-repeat: no-repeat;
	height: 200px;}

#bnrMessage{
width: 550px;
margin:10px 0 0 37px;
float: right;
text-align: left;
}
#bnrMessage h1{
color: #0C4B8B;
font-size: 19px;
line-height: 26px;}


#buttonText{
margin: 0px 0 0 0px;
float: right;
width:560px;
clear:both;
text-align: left;}

#buttonText h1{
margin: 17px 0px 0 145px;
color: #fff;
text-align: left;
font-size: 15px;}

#buttonText a, #buttonText a:visited{
color: #fff;
text-decoration: underline;}
#footer
{
	position: absolute;
	bottom: 0;
	padding: 30px 0 0px 0;
	margin: 0;
	width: 100%;
	background-image: url(../img/footerBg.gif);
	background-repeat: repeat-x;
	text-align: center;
	background-position: left 166px;
	z-index: 1;
}


#rightMaster .contentArea{padding: 25px 0 0 0;}

