/* CSS Document */
body
{
background-color:c0c0c0;
}
#main-div
{
width:800px;
margin:auto;
}
#inner-div
{
width:800px;
float:left;

}
#header
{
width:800px;
float:left;
}
#banner
{
width:798px;
float:left;
padding:10px 0 10px 0px;
margin:0;
}
#navigation
{
width:750px;
height:13px;
float:left;
padding:0 22px 25px 22px;
margin:0;
}
#inner-navigation
{
width:748px;
height:23px;
background-color:#FF0000;
float:left;
border:2px solid #000000;
padding:0 0 0px 0;
}
#inner-navigation ul
{
padding:0 0 0 30px;
list-style:none;
margin:0;
}
#inner-navigation ul li
{
padding:0 27px 0 27px;
float:left;
}
#inner-navigation ul li a
{
font-size:14px;
color:#FFFFFF;
text-decoration:none;
font-weight:bold;
}
#inner-navigation ul li a:hover
{
color:#000000;
}
#center-div
{
width:800px;
float:left;
padding:30px 0 10px 0;
background-color:#f5f1f1;
}
#left-div
{
float:left;
width:580px;
padding:0px;
border-right:3px solid #000000;
}
.left-inner-div
{
width:540px;
float:left;
padding:0px 0px 0px 10px;
border-bottom:3px solid #000000;
}
.left-inner-div h2
{
font-size:18px;
text-decoration:none;
color:#FF0000;
padding:0 0 5px 10px;
margin:0;
}
.left-inner-div h1
{
font-size:18px;
text-decoration:none;
font-weight:bold;
color:#000000;
padding:0 0 5px 10px;
margin:0;
}
.left-inner-div p
{
font-size:12px;
color:#000000;
text-align:justify;
padding:5px 0 5px 0;
margin:0;
}
#right-div
{
float:left;
width:190px;
padding:0 0 0 5px;
}
.box
{
width:180px;
float:left;
padding:0 0 10px 5px;
}
.box ul
{
float:left;
list-style:none;
padding:5px 0 10px 0;
margin:0;
}
.box ul li
{
float:left;
width:175px;
padding:0 0 5px 15px;
}
.box ul li a
{
float:left;
font-size:14px;
font-weight:900;
text-decoration:none;
color:#ffffff;
}
.box ul li a:hover
{
color:#000000;
}
.box h1
{
font-size:26px;
color:#76f870;
text-decoration:none;
font-weight:bold;
text-align:center;
margin:0;
}
.box1-top
{
background:url(images/box01-top.jpg) no-repeat;
width:191px;
padding:9px 0 0 0;
float:left;
}
.box1-mid
{
background:url(images/box01-mid.jpg) repeat-y;
width:191px;
float:left;
}
.box1-buttom
{
background:url(images/box01-buttom.jpg) no-repeat;
width:191px;
height:92px;
float:left;
}
.box2-top
{
background:url(images/box02-top.jpg) no-repeat;
width:191px;
padding:7px 0 0 0;
float:left;
}
.box2-mid
{
float:left;
background:url(images/box02-mid.jpg) repeat-y;
width:191px;
}
.box2-buttom
{
background:url(images/box02-buttom.jpg) no-repeat;
height:75px;
width:191px;
float:left;
}
.box3-top
{
background:url(images/box03-top.jpg) no-repeat;
width:191px;
padding:8px 0 0 0;
float:left;
}
.box3-mid
{
float:left;
background:url(images/box03-mid.jpg) repeat-y;
width:191px;
}
.box3-buttom
{
background:url(images/box03-buttom.jpg) no-repeat;
height:94px;
width:191px;
float:left;
}
#footer
{
width:800px;
background:url(images/footer.jpg) repeat-x;
height:18px;
float:left;
padding:5px 0 10px 0;
}
#footer ul
{
float:left;
width:760px;
padding:2px 0 0 40px;
list-style:none;
margin:0;
}
#footer ul li
{
padding:0 25px 0 25px;
float:left;
}
#footer ul li a
{
font-size:14px;
font-weight:bold;
text-decoration:none;
color:#000000;
float:left;
}
#footer ul li a:hover
{
color:#FFFFFF;
}
.footer-matter
{
float:left;
text-align:center;
font-size:14px;
font-weight:bold;
width:800px;
padding:10px 0 10px 0;
}