html 
{ 
margin: 0px; 
background-image: url('/images/bg_body_fill.jpg'); 
background-repeat:repeat; 
font-family:Arial, Helvetica, sans-serif; 
font-size:12px; 
} 

.footer 
{ 
text-align:center; 
color: black; 
height: 30px; 
} 

.foot_navi 
{ 
color: white; 
font-size: 14px; 
text-align:center; 
background-image: url('/images/footer_bg.jpg'); 
background-repeat: repeat-x; 
height: 29px; 
padding-top: 10px 
} 

.content 
{ 
min-height: 600px; 
padding:10px 40px 20px 40px; 
} 

.navi 
{ 
text-align:center; 
margin: 0 auto; 
background-repeat:repeat-x; 
background-position: bottom center; 
width: 802px; 
height: 32px; 
} 

body 
{ 
margin: 0px; 
background-image: url('/images/bg_body.jpg'); 
background-repeat:repeat-x; 
padding-bottom: 30px; 

} 

.wrapper 
{ 
margin: 0 auto; 
background-color: white; 
width: 802px; 

padding-bottom: 15px; 
} 

.top 
{ 
color: white; 
background-image: url('/images/bg_header.jpg'); 
background-repeat:no-repeat; 
height: 260px; 
width: 267px; 
padding-left: 535px; 
padding-top: 10px; 


} 

.top_bn 
{ 
height: 12px; 
width:67px; 
height:20px; 
display:block; 
float:left; 
margin-right:3px; 
} 

a 
{ 
color:#f36d21; 
text-decoration:underline; 
} 

a:hover 
{ 
color:#f36d21; 
} 

.foot_navi {margin-bottom:10px;} 
.foot_navi ul { padding:0px; margin:0px;} 
.foot_navi ul li { list-style-type:none; display:inline;} 
.foot_navi ul li a { text-decoration:none; color:#ffffff; font-size:11px;} 
.foot_navi ul li a:hover { text-decoration:underline;} 
.footer { font-size:11px;} 
.footer a { color:#000000; font-size:11px;} 
.footer a:hover { text-decoration:underline;} 
