/* 
Document   : template.main
Created on : 28-mag-2009, 14.37.59
Author     : Administrator
Description:
Purpose of the stylesheet follows.
*/

a { color:#FEFF8F; text-decoration:none; }
a:hover { color: white; text-decoration:none; }

#logo_area { position:relative; height:165px; width:800px; margin-left: auto; margin-right:auto; /*border:1px dotted blue;*/ text-align: left; }

#menu_top, #menu_bottom { margin-left:auto; margin-right:auto; text-align:center;/* border:1px dotted gray;*/ width:1026px; height:65px; }

#menu_top ul , #menu_bottom ul  { float:left; margin-top:8px; width:100%; margin-left:auto;   }
#menu_top ul li, #menu_bottom ul li { float:left; width:auto; border-right:2px solid #818181; height:53px; }
#menu_top ul li.last, #menu_bottom ul li.last { border:0px; }
#menu_top ul li a , #menu_bottom ul li  a { color:white; display:block; margin:0; margin-top:4px; padding:15px; font-size:20px; }
/*
    #menu_top ul li a , #menu_bottom ul li  a { display:block; margin-left:  0px; margin-right:  0px; margin-top:15px; font-size:20px; }
*/
#menu_top ul li { width:254px; }
#menu_bottom ul li { width:203px; }

#middle_area_content{ /*border:1px solid red;*/ height:340px; width:910px; margin-top:45px; margin-bottom:35px; margin-left:auto; margin-right:auto; text-align: left; overflow:hidden }

#copyright_area { margin:20px auto 0 auto; height:20px; position: relative; bottom:0; color:black; text-align:center;  }

#wrapper { overflow:hidden; width:1024px; margin:0 auto 0 auto; /*border: 1px dotted fuchsia;*/ background: gray url(../img/background/Home.png) no-repeat 0 0; font-family: "Old English Text MT";  }

body { min-width:600px; text-align: center; color:white; background-color:#7E7D80;}


#h1_top { zoom: 1;
          -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
          filter: alpha(opacity=80);
          opacity:0.8;
          -moz-opacity:0.8; }