body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	color: white;
	background: #FFF;
	margin:0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding:0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
#container {
	background-color: #FFF;
	text-align: center;
	position: absolute;
	top: 5;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
#border {
	font-family: Verdana, Geneva, Arial, sans-serif;
	margin-left: -398px;
	position: absolute;
	top: 34px;
	left: 50%;
	width: 796px;
	height: 700px;
	visibility: visible;
	background:url(images/main_bg.png) no-repeat;
	}
#main {
	position:absolute;
	top: 25px;
	left: 13px;
	width: 770px;
	height: 610px;
}
#container_site_decription {
	position: absolute;
	top: 78px;
	left: 16px;
	width: 241px;
	height: 494px;
	background:url(images/site_descr_bg.gif) no-repeat;
}
#site_decription {
	color: #3e7d3c;
	font-size: 12px;
	padding: 0px 4px 0px 0px;
	position: absolute;
	top: 17px;
	left: 8px;
	width: 230px;
	height: 460px;
	overflow:auto;
}
#container_news {
	position:absolute;
	left:287px;
	top:77px;
	width:464px;
	height:494px;
	background:url(images/news_bg.gif) no-repeat;
}
#news {
	color: #3e7d3c;
	font-size: 12px;
	padding: 0px 4px 0px 0px;
	position:absolute;
	left:7px;
	top:18px;
	width:454px;
	height:461px;
	overflow:auto;
}
#container_main_wide {
	position: absolute;
	top: 78px;
	left: 16px;
	width: 720px;
	height: 494px;
	background:url(images/content_large_column.gif) no-repeat;
}
#main_wide {
	color: #3e7d3c;
	font-size: 12px;
	padding: 0px 4px 0px 0px;
	position: absolute;
	top: 17px;
	left: 8px;
	width: 710px;
	height: 460px;
	overflow:auto;
}
#tabs {
      width:690px;
	  left:50%;
	  margin-left:-345px;
      text-align:left;
	  position:absolute;
	  top:0px;
	  z-index:2;
      }
    #tabs ul {
	  margin:0 auto;
	  padding:10px 135px 3px 135px;
	  list-style:none;
      }
    #tabs li {
      display:inline;
      margin:0;
      }
    #tabs a {
      float:left;
      background:url('images/tab_left.gif') no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-size:10px;
	  font-weight:bold;
      text-align:center;
      }
    #tabs a span {
      float:left;
      display:block;
      background:url('images/tab_right.gif') no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs a span {float:none;}
    /* End IE5-Mac hack */
    #tabs a:hover span {
      color:#FFF;
      }
    #tabs a:hover {
      background-position:0% -42px;
      }
    #tabs a:hover span {
      background-position:100% -42px;
      }
	#tabs #current a {
      background-position:0% -84px;
      }
    #tabs #current a span {
      background-position:100% -84px;
      }
#subtabs {
       width:500px; 
	   left:50%; 
	   margin-left:-250px; 
	   text-align:left; 
	   position:absolute; 
	   top:1px; 
	   z-index:2;
      }
    #subtabs ul {
	  margin:0 auto;
	  padding:10px 135px 3px 135px;
	  list-style:none;
      }
    #subtabs li {
      display:inline;
      margin:0;
      }
    #subtabs a {
      float:left;
      background:url('images/subtab_left.gif') no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
	  font-size:10px;
	  font-weight:bold;
      text-align:center;
      }
    #subtabs a span {
      float:left;
      display:block;
      background:url('images/subtab_right.gif') no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FFF;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #subtabs a span {float:none;}
    /* End IE5-Mac hack */
    #subtabs a:hover span {
      color:#FFF;
      }
    #subtabs a:hover {
      background-position:0% -33px;
      }
    #subtabs a:hover span {
      background-position:100% -33px;
      }
	#subtabs #current a {
      background-position:0% -33px;
      }
    #subtabs #current a span {
      background-position:100% -33px;
      }