BODY {
	PADDING-RIGHT: 0px; 
	PADDING-LEFT: 0px; 
	PADDING-BOTTOM: 0px; 
	PADDING-TOP: 0px; 
	MARGIN: 0px; 
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	HEIGHT: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	background-color: ;
}

#main {
   min-height:100%;
   position:relative;
   /*relative */
}
#header {
   width:100%;
   padding:0px;
}
#body {
	padding:10px;
	padding-bottom:0px;
	background-color:#FFFFFF;
	padding-top: 0px;
}
#row1 {
	padding:0px;
	padding-bottom:0px;
	background-color:#FFFFFF;
	top: 0px;
}
#row2 {
   padding:0px;
   padding-bottom:0px; 
   background-color:#FFFFFF  
}
#leftside {
   padding:0px;
   padding-bottom:0px; 
   background-color:#FFFFFF;
   	margin-left: 10px;  
}

#imageMenu {
	position: absolute;
	width: 520px;
	height: 175px;
	overflow: hidden;
	/*left: 230px;*/
	margin-left: 230px;
	top: 574px;
}

#rightside {
   position: absolute;
   padding:0px;
   padding-bottom:0px; 
   background-color:#FFFFFF;
   	margin-left: 770px;  
	top: 580px;
}

#footer {
	height: 50px;
   padding:0px;
   margin:0 auto;
	/* Height of the footer */
	background:#321D14;
	background-color: #321D14;
}

#footer p {
	margin: 0;
	padding-top: 5px;
	line-height: normal;
	font-size: 9px;
	text-transform: uppercase;
	text-align: center;
	color: #A0A0A0;
}
 
#footer a {
	color: #8A8A8A;
}
