
* {
    margin: 0;
    padding: 0;
}
body {
    background-color: #f9f9f9;
    color: #464646;
    font: 500 15px/18px Arial,sans-serif;
    width: 100%;
}
img {
    border: medium none;
}
a {
    color: #383838;
    text-decoration: none;
}
a:hover {
    color: #d8cae4;
    text-decoration: underline;
}
.clear {
    clear: both;
}
h1 {
    color: #4a4a4a;
    font-size: 22px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 25px;
}
h2 {
    color: #828398;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: -1px;
    line-height: 25px;
    margin: 30px 0;
}
h3 {
    font-size: 18px;
    font-weight: 700;
}
ul {
    margin: 5px 0 5px 20px;
}
p {
    margin-bottom: 25px;
    max-width: 600px;
    text-align: justify;
}
.underline {
    border-bottom: 1px solid 383838;
    display: block;
    height: 1px;
    margin: 0 0 20px;
    width: 100%;
}
.italic {
    font-style: italic;
}
.tel, .email {
    background: rgba(0, 0, 0, 0) url("img/tel-mail.png") no-repeat scroll 0 0;
    display: block;
    height: 20px;
    margin: 5px 0;
    padding: 5px 0 0 30px;
}
.email {
    background-position: 0 -25px;
}
#wrap {
    margin: auto;
    width: 1000px;
}
#sidebar {
    background: rgba(0, 0, 0, 0) url("img/sidebar_01.jpg") repeat-y scroll left top;
    float: left;
    height: 100%;
    padding: 30px 30px 0;
    position: fixed;
    width: 200px;
}
#head {
    min-height: 50px;
    padding: 10px 0;
    text-align: center;
    width: 200px;
}
#head a:hover {
    text-decoration: none;
}
#nav ul {
    margin: 0;
}
#nav li {
    height: 48px;
    list-style: outside none none;
    margin-left: 10px;
    padding: 2px 0;
    width: 180px;
}
#nav li:first-child {
    background: rgba(0, 0, 0, 0) url("img/nav.png") no-repeat scroll center top;
}
#nav li a:link, #nav li a:visited {
    background: rgba(0, 0, 0, 0) url("img/nav.png") no-repeat scroll center bottom;
    color: #000000;
    display: block;
    font-size: 17px;
    line-height: 17px;
    padding: 13px 5px 17px;
    text-align: center;
    width: 170px;
}
#nav li a:hover {
    color: #ffffff;
    text-decoration: none;
}
#main {
    float: right;
    padding: 50px 0 20px;
    width: 700px;
}
#foot {
    border-top: 1px solid #000000;
    clear: both;
    float: right;
    font-size: 12px;
    height: 40px;
    padding-top: 5px;
    text-align: center;
    width: 700px;
}
