/* CSS Document */
body
{
background-color:#FFFFFF;
font-family:Georgia, "Times New Roman", Times, serif;

}

#main-div
{
 width:892px;
 margin:auto;
}
#inner-div
{
 width:892px;
 margin:auto;
 float:left;
}
#banner
{
background:url(../IMAGE/banner.jpg) no-repeat;
width:892px;
height:338px;
float:left;
}
#center-div
{
width:892px;
float:left;
}
#top-box
{
background:url(../IMAGE/top-box.jpg) no-repeat;
width:890px;
height:29px;

}
#mid-box
{
background:url(../IMAGE/mid-box.jpg) repeat-y;
width:840px;
padding:0 25px 0 25px;
float:left;
}
#bottom-box
{
background:url(../IMAGE/bottom-box.jpg) no-repeat;
width:890px;
height:29px;
float:left;
}
#mid-box p{
text-decoration:none;
font-size:14px;
padding:10 0 0 0;
color:#000000;
text-align:justify;
}
#mid-box li{
text-decoration:none;
font-size:14px;
padding:10 0 0 0;
color:#000000;
text-align:justify;
}

#footer
{
background:url(../IMAGE/footer01.jpg) no-repeat;
width:892px;
height:51px;
float:left;
margin:0;
}
#footer ul
{
list-style:none;
padding:13px 6px 0 12px;
margin:0;
}
#footer ul li
{
padding:0 3px 0 3px;
float:left;
margin:0;
}
#footer ul li a
{

font-weight:bold;
color:#000000;
font-size:12px;
text-decoration:none;
margin:0;
}
#footer ul li a:hover
{
color:#00FF00;
}
#footer-matter
{
font-size:14px;
color:#000000;
text-align:center;
text-decoration:none;
}
