* { padding: 0; margin: 0; }

html, textarea {
 scrollbar-3dlight-color:   #bfaa84;
 scrollbar-arrow-color:     #bfaa84;
 scrollbar-darkshadow-color:#bfaa84;
 scrollbar-face-color:      #ffffff;
 scrollbar-highlight-color: #ffffff;
 scrollbar-shadow-color:    #ffffff;
}

body {color:#333;}
img {border: 0;}
table {
 width: 600px;
 border: 1px #a7a7a7 solid;
 border-collapse: collapse;
 border-spacing: 0;
}
th {
 padding: 5px;
 border: #a7a7a7 solid;
 border-width: 0 0 1px 1px;
 background: #f2f2f2;
 font-weight: bold;
 line-height: 120%;
 text-align: center;
 white-space: nowrap;
}
td {
 padding: 5px;
 border: 1px #a7a7a7 solid;
 border-width: 0 0 1px 1px;
 text-align: center;
 white-space: nowrap;
}

a:link    {text-decoration:none;color:#630017;}
a:visited {text-decoration:none;color:#630017;}
a:hover   {text-decoration:underline;color:#7f560a;}

.clear {clear: both;}

#wrapper {
 background-image:url(../img/header_bg01.gif);
 background-repeat:repeat-x;
}
#wrapper2 {
 background-image:url(../img/header_bg02.gif);
 background-repeat:repeat-x;
}

#header {
 width: 880px;
 height: 90px;
 margin: 0 auto;
}
#header #left {
 width: 205px;
 float: left;
 margin-top: 20px;
}
#header #main { 
 width: 480px;
 float: left;
 margin-top: 32px;
}
#header #right {
 width: 185px;
 float: right;
 margin-top: 25px;
}
#navi {
 width: 880px;
 height: 31px;
 margin: 0 auto;
}

#flash {
 width: 880px;
 height: 352px;
 margin: 0 auto; 
}
#image {
 width: 880px;
 height: 182px;
 margin: 0 auto; 
}

#content {
 width: 880px;
 margin: 30px auto 0;
}
#content #left {
 width: 260px;
 float: left;
 margin-bottom: 30px;
}
#content #main { 
 width: 310px;
 float: left;
 margin-bottom: 30px;
}
#content #right {
 width: 300px;	
 float: right;
 margin-bottom: 30px;
}
#content #left2 {
 width: 260px;
 float: left;
 margin-bottom: 30px;
}
#content #right2 {
 width: 610px;	
 float: right;
 margin-bottom: 30px;
}

#footer {
 background-image:url(../img/footer_bg.gif);
 background-repeat:repeat-x;
 height: 52px;
 padding: 20px 316px;
 text-align: center;
 clear: both;
}

/* #slideshow */
#slideshow {
    margin: 0 auto;
    width: 890px;
    height: 350px;
    background: #f2f2f2;
    text-align: center;
    overflow: hidden;
    position: relative;
}
 
#slideshow img {
    top: 0;
    left: 5px;
    text-align: center;
    position: absolute;
}