body
{
margin:auto 0px;
font-size:12px;
}
a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #FF0000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.main
{
margin:auto;
width:825px;
}
.banner
{
margin:auto;
width:825px;
}
.menu
{
width:798px;
height:39px;
margin:auto;
}

.menu ul 
{
list-style:none;
margin:0px;

}

.menu ul li 
{
float:right;
margin:0px;
display:block;
}
.content
{
width:825px;
margin:auto;
}
.left
{
width:150px;
float:left;
clear:right;
}
.right
{
width:665px;
float:right;
clear:right;

}
.footer
{
width:825px;
height:100px;
text-align:center;
margin:auto;

}
