/* --- HTML BODY --- */

body{
width:810px;
margin:0 auto;
padding:0;
background: url(../img/parts/body_bg.gif) repeat-x center top #FFFFE5;
}

/* --- H1 --- */

h1{
background: url(../img/parts/h1_bg.gif) no-repeat center top;
font-size: 12px;
font-weight: normal;
text-indent: 4px;
float: right;
height: 50px;
width: 350px;
}

/* --- HEADER --- */

#header{
background:url(../img/parts/header_bg.gif) no-repeat center top;
padding:20px 5px 10px;
width: 800px;
height: 50px;
}
#header .logo{
float:left;
height: 50px;
}
#header .logo img{
vertical-align:top;
}

/* --- CONTENTS (MENU) -- -*/

#contents{
width: 800px;
height: 40px;
line-height: 40px;
background: url(../img/parts/contents_bg.gif) no-repeat;
padding: 10px 0 10px 10px;
}
#contents li {
float: left;
margin-right: 2px;
display: inline;
}
#contents img{
vertical-align:top;
}

/* --- CONTENT --- */

#content{
width: 810px;
background-image: url(../img/parts/content_bg.gif);
background-repeat: repeat-y;
}
#content h2 {
background-repeat: no-repeat;
background-position: center top;
height: 55px;
line-height: 55px;
text-indent: -9999px;
}
#content h3 {
font-size: 125%;
line-height: 2;
padding: 0 5px;
margin: 0 20px 10px;
border-bottom-width: 4px;
border-bottom-style: double;
font-family: "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
#content p {
font-size: 87.5%;
line-height: 1.7;
padding: 0 10px;
}
#content hr {
color: #CCCCCC;
font-size: 20px;
height:1px;
background-color: #CCCCCC;
border:none;
clear: both;
}
#content a:link,
#content a:visited{
color:#666666;
}
#content a:hover,
#content a:active{
color:#CCCCCC;
}

/* --- PANKZ --- */

#pankz{
font-size:12px !important;
line-height:40px;
text-align:right;
height: 45px;
padding-top: 10px;
margin-top: -55px;
padding-right: 20px;
font-weight: bold;
}
#pankz li {
display: inline;
}
#pankz a {
padding-left: 20px;
text-decoration: none;
background-image: url(../img/parts/pankz_bg.gif);
background-repeat: no-repeat;
background-position: left center;
}

/* --- TO TOP --- */

#to_top{
font-size:12px !important;
line-height:50px;
text-align:right;
background: url(../img/parts/to_top_bg.gif) no-repeat center bottom;
height: 50px;
clear: both;
padding-right: 25px;
}

/* --- FOOTER --- */

#footer{
clear:both;
width:810px;
padding-top: 10px;
}
#footer a:link,
#footer a:visited{
color:#666666;
}
#footer a:hover,
#footer a:active{
color:#CCCCCC;
}
#footer address {
font-size: 12px;
line-height: 20px;
padding-left: 240px;
background: url(../img/parts/address_bg.gif) no-repeat left center;
height: 40px;
margin-left: 80px;
}
#footer ul{
font-size:12px;
height: 30px;
padding: 25px 10px 15px 85px;
background: url(../img/parts/footer_bg.gif) no-repeat;
}
#footer li{
border-right:1px solid #666666;
float: left;
list-style-type: none;
padding: 0 5px 0 0;
line-height: 20px;
margin: 5px 0 5px 5px;
}
#footer li.last_child{
border-right:none;
margin-right:0;
padding-right:0;
}
#footer li.contact {
float: right;
margin: 0 0 0 2px;
padding: 0px;
border: none;
height: 30px;
}
#footer .copyright{
color:#666666;
line-height:40px;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
text-align: center;
width: 810px;
background: url(../img/parts/header_bg.gif) no-repeat center bottom;
padding-bottom: 10px;
}
