
div#wrapper
{
width:960px;
margin-left:auto;
margin-right:auto;
font-family:Verdana;
font-size:13px;
}
a.link1:link, a.link1:visited {
	text-decoration: none;
	font-weight: normal;
	color:#000000;
}

a.link1:hover {
	text-decoration: underline;
	font-weight: normal;
}
div#header
{
width:100%;
height:80px;
}
div#logo
{
float:left;
width:200px;
background: url('images/co.jpg') 0 0 no-repeat;
overflow:hidden;
height:80px;
}
div#header_right
{float:left;
width:760px;
padding-top:50px;
}
span.head {
padding:0  10px;
color:#3aa213;
}
a:link,a:visited
{color:#000;
text-decoration:none;
}
a:hover
{color:#b97632;
text-decoration:underline;
}

div#whitebox
{
width:100%;

overflow:hidden;
}
div#left
{background: url('images/bg.gif') 0 0 repeat;
float:left;
width:180px;
overflow:hidden;
border-top:5px solid red;
}
div#middle
{
padding:10px;
background:#eeeeee;
float:left;
width:570px;
overflow:hidden;
border-top:5px solid blue;
margin-left:5px;
margin-right:5px;
}
div#right
{background: url('images/bg.gif') 0 0 repeat;
float:right;
width:180px;
overflow:hidden;
border-top:5px solid red;

}
div#footer
{
width:100%;
}
div.clr
{
clear:both;
}