body {
background: #1561a0 url(../images/background.jpg) 50% 0 repeat-x;
margin:0px;
padding:0px;
}
.clearFix:after{ 
content: "."; 
display:block; 
height:0; 
clear:both; 
visibility: hidden; 
} 
/*------ HEADER STYLE -----*/
#contentWrapper {
	
	width:890px;
	margin: 0 auto;
	background: #FFF;
	}
#formWrapper {
	width:890px;
	margin: 0 auto;
	background: #FFF;
}

.header {
	width:890px;
	height:70px;
	text-align:left;
	padding-top: 20px;
	margin: auto;
}
/*------ MAIN MENU STYLE -----*/
.mainMenu {
	text-align:left;
	margin:auto;
	width:890px;
	height:30px;
	background-image:url(../images/backgroundMainMenu.gif) repeat-x;
}
/*------ SECONDARY MENU STYLE -----*/
.secondaryMenu {
	margin-left:auto;
	margin-right:auto;
	width:890px;
	height:20px;
}
/*------ CENTRAL IMAGE STYLE -----*/
.principalArea {
	margin: auto;
	width:890px;
	height:300px;
	text-align:left;
	background: #FFF;
}
/*------ HOME PAGE TAB BAR STYLE -----*/
.middleTabBar {
	margin:auto;
	width:890px;
	height:20px;
	background: #FFF url(../images/backgroundMiddleTabBar.gif);
}
.genericContentWrapper {
	
	width:890px;
	margin:0 auto;
	background: #FFF;
	padding: 20px 0px;
	}
#aboutUsContentWrapper {
	width:890px;
	margin:auto;
	margin-top:10px;
	background: #FFF;
	}
.whereToBuyContentWrapper {
	width:890px;
	height:400px;
	margin: 0 auto;
	margin-top:10px;
	background:  #FFF url(../images/backgroundWhereToBuy.gif);
	background-position:top;
	background-repeat:repeat-x;
	}
.contentText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding:0px 5px;
	margin:10px 10px;
	line-height: 20px;
}
/*------ FOOTER STYLE -----*/
.footer {
	float: left;
	margin: 0 auto;
	margin-top: 10px;
	width:100%;
	height:40px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
}

