@import url("main.css");

a:link, a:visited {	color: #343434;	text-decoration: none;}
a:hover {	color: #4b7ba1;	text-decoration: underline;}
a:active {	color: #b42528;	text-decoration: none;}

BODY { background: url('images/bak.gif'); text-align:center; margin:0px; padding:0px;} 
DIV { margin:0px; padding:0px; text-align:left; }
DIV.body { width:713px; }
DIV.header { background: url('images/header.gif') no-repeat top left; height:175px; width:713px; }
DIV.menu { background: url('images/interface_menu_bak.gif') repeat-x top left; height:33px; margin:7px 0px 7px 0px; }
DIV.menu_right { background: url('images/menu_right.gif') no-repeat top right; height:33px;}
DIV.footer { background: url('images/footer.gif') no-repeat top left; height:29px; width:713px; margin: 7px 0px 0px 0px;}

DIV.main { background: url('images/main_bak.gif') repeat-y top left; width:713px;}
DIV.main_header { background: url('images/main_header.gif') no-repeat top center; width:713px;}
DIV.main_footer { background: url('images/main_footer.gif') no-repeat bottom center; height:13px; width:713px; }
DIV.left { float:left; padding:0px 0px 0px 0px; width:480px; margin:20px 0px 20px 20px;}
DIV.right { float:left; padding:0px; width:175px; margin:15px 0px 0px 25px; padding:0px 0px 10px 0px;}
DIV.clear { clear:both;}

/* MENU UL LI*/
UL#menu { list-style-type: none; padding: 6px 0px 0px 0px; margin: 0px 0px 0px 0px; }
UL#menu LI { display: inline; }
UL#menu LI A { background: url('images/menu_button_off.gif') repeat-x top left; text-align: left; color: #000000; padding:8px 10px 10px 10px ; text-decoration: none;}
UL#menu LI A:hover {background:  url('images/menu_button_on.gif') repeat-x top left; color: #000000; }
UL#menu LI A.first { background:  url('images/menu_left.gif') repeat-x top left; text-align: left; color: #000000; padding:8px 10px 10px 10px ; text-decoration: none; }
UL#menu LI A.first:hover {background: url('images/menu_left_on.gif') repeat-x top left; color: #000000; }
