/* CSS Document */

body
{

background-image:url(images/bg.png);
background-repeat:repeat-x;
background-position:top;
background-color:#999a9a;
margin:0 auto;
padding:0px;
font-family:"Segoe UI",Tahoma,Geneva,Verdana,sans-serif;
font-size:11px;
line-height:18px;
}
.header
{
	height:413px;
	width:1021px;
	margin:0 auto;

}

.head2
{
	background-image:url(images/head2.png);
	height:413px;
	width:312px;
	float:left
}
.head3
{
	background-image:url(images/head3.png);
	height:413px;
	width:218px;
	float:left
}
.head4
{
	background-image:url(images/head4.png);
	height:413px;
	width:491px;
	float:left
}

.line
{
height:9px;
width:1021px;
background-image:url(images/line.png);
float:left
}

.content
{
background-image:url(images/bg-all.png);
margin:9px auto;
height:600px;
width:1021px;
border-bottom:9px solid #7a7b7b;
}

.content .content_right
{
float:right;
width:280px;
margin:30px
}
.content .content_left
{
width:600px;
margin:0 30px 30px 60px;
padding-top:30px
}

.table
{
border:0px;
width:600px;
background-color:#eefaff;
height:300px;
border:16px solid #eefaff;
padding:3px


}



















