* {
    padding: 0;
    margin: 0;
}

body {
background: #E2E2E2;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 18px;
color: #333333;
}

a { color: #CB9A6C; text-decoration: none; }
a:hover { color: #255EA8; text-decoration: underline; }

#wrap {
width: 920px;
margin: 20px auto;
}

#header {
height: 90px;
background: #E2E2E2 url(../images/HP_Style/header.gif) no-repeat;
}
#header h1 {
padding: 25px 0 5px 20px;
font-size: 27px;
letter-spacing: -1px;
font-weight: 100;
}
#header h1 a {
color: #CB9A6C;
text-decoration: none;
}
#header h1 a:hover {
text-decoration: none;
color: #fff;
}
#header h2 {
padding-left: 22px;
font-size: 19px;
color: #eee;
font-weight: 100;
letter-spacing: -1px;
}

#content {
background: #E2E2E2 url(../images/HP_Style/bg.gif) repeat-y;
padding: 10px 20px 10px 30px;
}
.right {
float: right;
width: 660px;
padding: 0 10px;
}
.right h2 {
font-weight: 100;
padding: 10px 0 10px 0;
}
.navi {
float: left;
width: 155px;
padding: 10px;
border: 1px solid #aaa;
background: #ddd;
}
.navi h2 { font-size: 14px; color: #666; font-weight: 100; }
.navi ul { padding: 5px 0 15px 15px; font-size: 11px; color: #255EA8; list-style-type: square;}

#contenttableleft {
     width: 130px;
     font-weight:bold;
}

#contenttableright {
    vertical-align:top;
}

#contentimage {
    border: 3px solid #ccc;
}

.tableborder, .tableborder td {
    border: 1px solid #000000
  }

#bottom {
background: #E2E2E2 url(../images/HP_Style/bottom.gif) no-repeat;
padding: 10px 0;
}

#footer {
padding: 0 0 0 0;
text-align: center;
font-size: 11px;
color: #666;
}
#footer a { color: #666; text-decoration: none; }
#footer a:hover { text-decoration: underline; }