/* CSS Document */
body
{
background:url(../image/body-bg01.jpg);

}
#main-div
{
width:1050px;
margin:auto;
}
#inner-div
{
width:1050px;
float:left;
}
#banner
{
background:url(../image/banner.jpg) no-repeat;
width:1038px;
height:233px;
float:left;
padding:0 0 0 0px;
margin:0px 0 0 0;
}
/*---------------------------------------Center-Div---------------------------------------*/
#center-div
{
width:1050px;
float:left;
padding:0 0 0 0px;
margin:0;
}
/*---------------------------------------Left-Div---------------------------------------*/
#left-div
{
width:260px;
float:left;
padding:0 0 0 0px;
margin:0;
}
.top-img
{
background:url(../image/left-top-image.jpg) no-repeat;
width:254px;
height:375px;
float:left;
padding:0px 0 0px 0px;
margin:0px;
}
.bottom-img
{
background:url(../image/left-bottom-image.jpg) no-repeat;
width:257px;
height:261px;
float:left;
padding:0px 0 0px 0px;
margin:5px 0 0 0;
}
/*---------------------------------------Mid-Div---------------------------------------*/
#mid-div
{
width:580px;
float:left;
padding:0 0 0 0px;
margin:0;
}
.mid-top-box
{
background:url(../image/cantant-top-box.jpg) no-repeat;
width:578px;
height:57px;
float:left;
}
.mid-top-box h1
{
font-size:25px;
color:#33FF66;
text-align:center;
font-style:italic;
text-decoration:none;
padding:10px 0 0 0px;
margin:0;

}
.mid-mid-box
{
background:url(../image/cantant-mid-box.jpg) repeat-y;
width:558px;
float:left;
padding:0 10px 0 10px
}
.mid-mid-box p
{
font-size:14px;
color:#333333;
text-decoration:none;
padding:10px 0 0 0px;
margin:0;
text-align:justify;
}
.mid-bottom-box
{
background:url(../image/cantant-bottom-box.jpg) no-repeat;
width:578px;
height:16px;
float:left;
}
/*---------------------------------------Right-Div---------------------------------------*/
#right-div
{
width:210px;
float:left;
padding:0 0 0 0px;
margin:0;
}
.box
{
width:210px;
float:left;
padding:0 0 0 0px;
margin:0;
}
.right-top-box
{
background:url(../image/right-top-box.jpg) no-repeat;
width:206px;
height:41px;
float:left;
}
.right-top-box01
{
background:url(../image/right-top-box01.jpg) no-repeat;
width:206px;
height:41px;
float:left;
}
.right-mid-box
{
background:url(../image/right-mid-box.jpg) repeat-y;
width:206px;
float:left;
}
.right-mid-box ul
{
padding:0 0 0 5px;
list-style:none;
float:left;
margin:0;
}
.right-mid-box ul li
{
padding:5px 0 0 30px;
background:url(../image/arrow.jpg) 0px 5px no-repeat;
float:left;
width:150px;
}
.right-mid-box ul li a
{
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#FFFFFF;
border-bottom:3px dotted #000000;
padding:0px 0px 0px 0px;
width:150px;
float:left;
} 
.right-mid-box ul li a:hover
{
color:#FF0000;
}
.right-bottom-box
{
background:url(../image/right-bottom-box.jpg) no-repeat;
width:206px;
height:15px;
float:left;
}
/*---------------------------------------Copy-Right---------------------------------------*/
#copyright
{
width:1050px;
float:left;
text-align:center;
font-size:18px;
color:#660000;
font-weight:bold;
font-style:italic;
text-decoration:none;
}