body{
margin:0 0 0 0;
padding:0 0 0 0;
color:#000000;
font-size:12px;
font-family:Verdana;
background-image:url('../images/bg.jpg');
background-repeat:repeat-x;
}

#banner
{
width:800px;
height:200px;
align:center;
margin:0 auto;
text-align:center;
}
#center
{
width:800px;
align:center;
margin:0 auto;
}
#menu
{
width:160px;
height:300px;
float:left;
overflow:hidden;
padding:10px;
line-height: 30px;
}
#menu a 
{
display: block;
text-decoration: none;
color: #000000;
padding: 1px;
border-left: 6px solid blue;
margin-top: 3px;
line-height: 30px;
}
#menu a:hover 
{ 
color: #FF0000;
border-left: 6px solid #FF0000;
line-height: 30px;
} 

#content
{
width:600px;	
float:left;
overflow:hidden;
padding:10px;
}
#text_main
{
font-size:12px;
font-family:Verdana;
text-align: center;
line-height: 20px;
}
#text_main_left
{
font-size:12px;
font-family:Verdana;
text-align: left;
line-height: 20px;
}
#footer
{
width:800px;
align:center;
margin:0 auto;
clear: both;
text-align: center;
font-size:8px;
font-family:Verdana;
}
hr {
color:red;
background-color:red;
height: 1px;
width: 100%;
}
div.menu_cell
{
	
}