html, body {
	margin:0;
	padding:0
}
body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
}
#header {
	height:100px;
	margin:0px 0px 0px 0px;
	background:  url(../images/header.png) no-repeat;
}
#container {
	width:1000px;
	margin:0 auto;
	text-align:left;
}
#wrapper {
	background:#FFFFFF;
}
#content p {
	line-height:1.4;
}
#navigation {
	float:left;
	margin:0px;
	width:200px;
}
#content {
	float:left;
	margin:0px 5px 5px 5px;
	width:580px;
}
#extra {
	float:left;
	margin:0px 5px 0px 5px;
	width:200px;
}
#footer {
	clear:left;
	width: auto;
	background: #F0F0F0;
	color: #000;
	margin:0px;
	padding:5px;
	font-size:10px;
	border-top:1px solid #CCCCCC ;
	text-align: center;
}
#footer a {
color: #333333;
text-decoration:none;
}

#footer a:hover {
text-decoration: underline;
}
td{
vertical-align:top;
}
.td_hover{border: solid 5px #339999;
}
.td_hover:hover{
background:#7DBEFF;
}
.td_hover:active{
background: #FF9D9D;
}
.baserate{
margin:5px;
background:#FFFF00;
color:#000000;
padding:5px;
}
.white_1{
color: #333333;
font-size:12px;
background: url(../images/tools_title.png) #FFFFFF;
padding:2px;
margin:12px 2px 2px 2px;
height:20px;
}