html, body { height: 100%; }
body { background: #ccc; margin: 0px 0px 0px 0px; }

div#cont_outter { min-width: 860px; font-family: Verdana;
									margin: 0 40px; min-height: 100%;
									background-color: #fff; background-image: url("/images/background_menu.png"); background-repeat: repeat-y; }

/* HEAD */
#head { padding: 1px 0px 0px 25px;
        background-image: url("/images/background_head.png");
        background-position: top right;
				background-repeat: repeat-y;
				background-color: #fff;
        border-bottom: 2px solid #9cd00c; }
#head h1    { padding: 0px; margin: 0px; float: left}

#footer {  font-size: 10px; color: #999; padding: 10px 0px;
 text-align: center; clear: both;}
#footer a { color: #999; }
#footer em { font-size: 8px; }

/* tab styles */
#tabrow { margin: 75px 0px 0px auto; font-size:small; width: 300px; letter-spacing:0.3pt; line-height:1; height:28px; }
#tabrow ul { margin:0; padding:0; list-style:none; }
#tabrow li { float: left; background-color: #fff; color:#000; margin-right:10px; padding: 7px 5px;
  -webkit-border-top-left-radius:5px; -webkit-border-top-right-radius:5px; -moz-border-radius-topleft:5px; -moz-border-radius-topright:5px;
  border:solid #9cd00c 1px; border-bottom-width:0; border-bottom-color:transparent; }
#tabrow li:hover { background-color: #9cd00c; color: #000; }
#tabrow li a { color: #2e3404; text-decoration:none; }
#tabrow li a:hover { color: #000; }

/* LEFT PANEL*/
#left_panel { float:right; padding-top: 40px; width: 150px; height: 500px; }
#left_panel img { padding-bottom: 15px; }
#left_panel form input { display: block; margin: 10px auto; }
#left_panel form { margin-bottom: 35px; }

/* MENU */
#menu { font-size: 13px; float: left; padding: 0px 0px 127px 0px; margin: 0px; background-repeat: no-repeat;  background-position: bottom left; background-image: url('/images/circles_menu.png'); }
#menu li { padding: 0px; margin: 0px 0px 0px 35px; list-style-type: none;}
#menu li a { color: #2e3404; width: 124px; display:block; padding: 15px 0px 0px 13px; text-decoration:none; border-bottom: 1px solid #9cd00c; }
#menu li a:hover { background-color: #9cd00c; }

div#body { border-right: 1px solid #9cd00c; margin: 30px 160px 5px 172px; padding: 0px 30px 15px 30px; text-align: justify; font-size: 12px; min-height: 500px; }