body {
     height: 100%;
     background: black;
     color: #ffffcc;
     font-family: verdana;
     font-size: 9pt;
     clear: none;
     overflow: hidden;
}

div.top {
	  height: 15%;
	  min-height: 100px;
	  width: 100%;
	  background: #660000;
	  background-image: url(/images/paws.gif);
	  background-position: 0% 50%;
 	  background-repeat: repeat-x;
}

div.counter { 
	    position: absolute;
	    height: 20px;
	    bottom: 0px;
	    left: 10px;
	    width: 18%;
	    background: black;
	    text-align: center;
	   }
	    

div.logo {
	  float: right;
	  background: transparent;
	 }

div.page {
	  position: relative;
	  left: 5%;
	  height: 95%;
	  width: 90%;
	  text-align: left;
	 }

li.menu_menu {
	  cursor: pointer;
	  cursor: hand;
	  list-style: square;
 	  font-weight: bold;
	  text-decoration: none;
	}
	
li.menu_item {
	  list-style: none;
	  list-style-image: url(/images/blank.gif);
 	  font-weight: bold;
	  text-decoration: none;
	}

li.menu_menu-l1 {
	  position: relative;
	  left: -20px;
	  cursor: pointer;
	  cursor: hand;
	  list-style: square;
          font-weight: bold;
}

li.menu_item-l1 {
	  position: relative;
	  left: -20px;
	  list-style: none;
	  list-style-image: url(/images/blank.gif);
          font-weight: bold;
	  text-decoration: none;
}

li.menu_item-l2 {
	  position: relative;
	  left: -30px;
	  list-style: none;
	  list-style-image: url(/images/blank.gif);
          font-weight: bold;
	  text-decoration: none;
        }

div.body {
	height: 85%;
	width: 100%;
	background: #660000;
}

div.left {
	 float: left;
	 height: 100%;
	 width: 17%;
	 background: #660000;
	 background-image: url(/images/rat.gif);
	 background-repeat: no-repeat;
	 background-position: 50% 85%;
}


div.menu {
	  padding-top: 20px;
	  position: relative;
	  height: 95%;
	  width: 90%;
	  left: 30px;
	  text-alignment: left;
	  background: transparent;
}
div.main {
	 color: #660000;
	 float: right;
	 height: 95%;
	 width: 80%;
	 background: #ffffcc;
	 background-repeat: no-repeat;
	 background-position: bottom right;
	 border-top-style: solid;
	 border-left-style: solid;
         border-color: #330000;
	 border-width: 7px;
	 overflow: auto;
}

div.page {
	 position: relative;
	 width: 85%;
	 text-align: justify;
	 left: 5%;
	 }
	 

a.menu_link:link {
     		 color: #ffffcc;
          	 font-family: verdana;
	       	 font-size: 9pt;
		 text-decoration: none;
		 }
a.menu_link:visited {
		    color: #ffffcc;
		    font-family: verdana;
		    font-size: 9pt;
		    text-decoration: none;
		 }
		
a.menu_link:active {
		    color: #ffffcc;
		    font-family: verdana;
		    font-size: 9pt;
		    text-decoration: none;
		 }
		 
a.menu_link:hover {
		    color: #ffffcc;
		    font-family: verdana;
		    font-size: 9pt;
		    text-decoration: underline;
		 }

img.right {
	    float: right;
	    padding-left: 5px;
	  }
	       
img.left {
	    float: left;
	    padding-right: 5px;
	 }

