/* header
--------------------------------------------------*/
#header
{
	height: 80px;
	margin: 0px;
	padding: 0px;
	text-align: left;
    color: #fff;
  	background: url(../_img/bg_header_center.gif) repeat top;   */
 /*	background-color: #99CC66;    */


}

#header_left
{
	height: 80px;
	margin: 0px;
	padding: 0px;
	text-align: left;
  background: url(../_img/bg_header_left.gif) no-repeat  left;
 /*	background-color: #99CC66;      */


}

#header_right
{
    height: 80px;
	margin: 0px;
	padding: 0px;
	text-align: right;

   	background: url(../_img/bg_header_right.gif)  no-repeat right;    *
  /*  background: url(../_img/header.jpg) no-repeat top; */

}


#header a
{
	border-style: none;
	display: block;
    color: #000;
/*  width: 180px; */
}
#header img
{
	border-style: none;
	display: block;
}
#header span
{
	position: absolute;
	top: 30px;
	left: 5px;
	width: 180px;
	height: 24px;
 	background: url(../_img/logo.gif) no-repeat;
   /* background-color: #99CC66;    */
}


#logo #header
{
	position: absolute;
	top: 30px;
	left: 5px;
	width: 180px;
	height: 24px;
 	background: url(../_img/logo.gif) no-repeat;
   /* background-color: #99CC66;    */
}



html>body #header span
{
	top: 30px;
}



/* footer
--------------------------------------------------*/
#footer
{
    /*width: 780px;*/
    clear: both;
	height: 70px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	font-size: 80%;
	color: #666;
    background-color: #000;
}
#footer table
{
    width: 100%
}
#footer td
{
	font-size: 70%;
    background-color: #000;
    border: none;
}
#footer p
{
	margin: 25px;
	padding: 0px;
}
#footer p
{
	margin: 0px;
	padding: 25px;
}
#footer a
{
	color: #888;
}
#footer a:visited
{
	color: #888;
}
#footer a:hover
{
	color: #ccc;
}

