body {
	font-size: small;
	font-family:  Arial, Helvetica, sans-serif;
	text-align: center;
	color: #000;
	background: #FFF url(images/bg6670.jpg) 50% 0 repeat-x;
	margin: 0px;
}
#header{
	background:url(images/logo.jpg) no-repeat;
	margin: 0px auto;
	text-align: left;
	width:900px;	
}
#header h2{
	font-family:Arial, Helvetica, sans-serif;
	color:#0033CC;
	margin: 0;
	padding: 0;
	text-align:right;
	padding: 30px;
	letter-spacing:2px;
}
#wrapper{
	margin: 0px auto;
	text-align: left;
	width:900px;
}


/* NAVIGATION -------------------------------------*/
 #tabsB {
      float:left;
      width:100%;
	  font-family: Arial, Helvetica, sans-serif;
      font-size:125%;
	  font-weight: bold;
      line-height:normal;
	  position:relative;
   	  left: 130px;
	  top: 13px;
      }
    #tabsB ul {
	  margin:0;
	  padding:10px 10px 0 50px;
	  list-style:none;
      }
    #tabsB li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsB a {
      float:left;
      background:url("images/tableftB.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabsB a span {
      float:left;
      display:block;
      background:url("images/tabrightB.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#666;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsB a span {float:none;}
    /* End IE5-Mac hack */
    #tabsB a:hover span {
      color:#000;
      }
    #tabsB a:hover {
      background-position:0% -42px;
      }
    #tabsB a:hover span {
      background-position:100% -42px;
      }
/* END NAVIGATION -------------------------------------*/
* html #sidebar {
	overflow: hidden;
}

#sidebar {
	background:#EEE;
	width: 210px;
	float:left;
	padding: 10px;
	text-align:right;
	overflow:auto;
}
#sidebar ul {
	font-size:130%;
	margin: 0px;
	list-style: none;
}
#sidebar li a {
	color:#000;
	display: block;
	width:150px;
	padding-right:20px;
	line-height: 2em;
	text-decoration:none;
	border-bottom: 1px #CCCCCC solid;
}
#sidebar a:hover {
	color:#333;
	background:#CCC;
}
#content_body{
	background:#FFFFFF;
	width: 649px;
	float:right;
	padding:10px;
	border-left:1px solid #CCC ;
}

#content_body h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 150%;
	color:#0066FF;
	border-bottom: 1px solid #0099FF;
}

#header {
	margin: 0;
	padding:0;
	height: 169px;
	color: #fff;
}

#footer_text{
	color:#FFF;
	width: 980px;
	margin: 0 auto;
	padding-bottom: 20px;
}

#footer {
	clear:both;
	padding: 1.5em 0;
	height: 50px;
	text-align: right;
	background: url(images/ftrbg.gif) repeat-x;
}
