	A { color: ##006BD6; text-decoration: none }
    A:hover { color: #FF6633 }

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: auto;
	overflow-y: auto;
	background-color: #E3E3E3;
}

#main {
   min-height:100%;
   position:relative;
   /*relative */
}
#header {
   width:100%;
   padding:0px;
}
#body {
   padding:10px;
   padding-bottom:0px; 
   background-color:#FFFFFF  
}
#row1 {
   padding:0px;
   padding-bottom:0px; 
   background-color:#FFFFFF  
}
#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 {
	position: absolute;
	/*absolute; */
	/*bottom:0; */
	width:100%;
	height:60px;
	/* Height of the footer */
	background:#E3E3E3;
	background-color: #E3E3E3;
} 

