HTML { background: #BCBCBC;  overflow: auto; height: 100%;}
BODY { background: #BCBCBC; margin: 0px; height: 100%;}
.containerall { 
	width: 808px; 
	margin: 0px auto; 
	direction: LTR; 
	background: url('imgs/layout_bg.gif');
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
	position: relative; /* needed for footer positioning*/
	min-height:100%; /* real browsers */
}

.layout_rightside { width: 14px; background: url('imgs/layout_rs.gif') 100%; float: left; position: relative;}
.layout_middle { width: 780px; float: left; margin: 0px; min-height: 100%; height: 100%;}
.layout_leftside { width: 14px; background: url('imgs/layout_ls.gif'); float: left; position: relative; }

.containertop { height: 129px;}
.containerlogo { height: 100px; }
.menuupper { background: #CCCCCC; height: 29px;}

.containermain {margin: 0px; min-height: 100%; height: 100%;}

.mainleft { background: #CED7DA; width: 134px; float: left; position: relative;}
.maincenter { width: 516px; background: url('imgs/layout_main_bg.jpg'); float: left; margin: 0px;}
.mainright { width: 130px; background: url('imgs/layout_ar_right_bg.gif'); float: left; position: relative;}

.containerbottom { width: 780px; 	position:absolute; bottom: 0px;}
.containerfooter { background: #267087;padding: 5px; color: #FFFFFF; }
.footercopyright { float: left;font-family: tahoma; font-size: 11px;}
.footerdevelop { float: right; font-family: tahoma; font-size: 11px; }

.menutableright { background: #CED7DA; width: 134px; }
.menutableright TD { border-width: 0px; padding: 0px; margin: 0px;}

.menuDiv { direction: LTR; padding: 0px 10px 0px 10px; font-size: 14px; line-height: 29px; background: url('imgs/layout_menu_bg.gif');}
.menuDiv a { color: #FFFFFF; text-decoration: none;}
.menuDiv a:hover { color: #FFEA5D;}

.forminput {width: 200px; }
