* {
    margin: 0;
    padding: 0;
}

html {

}

body {
    text-align: center;
    background: #183883;
    font-size: 100.01%;
    line-height: 120%;
    font-family: Arial;
}

#main {
    width: 950px;
    text-align: center;
    margin: 0 auto;
    color: #183883;
}

#anchors {
    position: absolute;
    height: 25px;
    left: -350px;
    width: 300px;
    overflow: visible;
}

#anchors a {
    position: absolute;
    left: -350px;
}

#anchors a:focus {
    position: absolute;
    left: 350px;
    color: white;
}

h1 {
    position: absolute;
    left: -5000px;
}

#head {
    margin: 0 auto;
    width: 95%;
    background: url(../images/head_back.gif) repeat-x #fff 0px 0px;
    color: #000;
    text-align: right;
    height: 50px;
    line-height: 45px;
    font-size: 80%;
}

#head img, .icon {
    vertical-align: middle;
}

#head p {
    padding-right: 15px;
}

.logo {
    float: left;
    margin: 10px 0 0 10px;
    border: 0;
}

#login_form {
    line-height: 38px;
}

#login_form label, #login_form button, #login_form input, #login_form select {
    margin: 0 5px 0 0; 
}

#servicenavi {
    margin: 0 auto;
    width: 95%;
    background: url(../images/servicenavi_back.gif) repeat-x #825048 0 100%;
    font-size: 80%;
    color: #fff;
    text-align: center;
}

#servicenavi li {
   display: inline;
}

#content {
    text-align: left;
    clear: both;
    text-align: left;
    padding: 30px 2.5% 15px 2.5%;
    -moz-border-radius:15px;
    -khtml-border-radius:15px;
    background: url(../images/content_back.gif) repeat-x 0 100% #fff;
    font-size: 80%;
    color: #000;
}

#left {
    float: left;
    margin: 35px 0 0 0;
    padding: 0 2.5% 0 0;
    width: 27.5%;
    border-right: 1px dotted #ccc;
}

#left ul {
    list-style-type: none;
}

#right {
    margin: 0 0 0 32.5%;
    padding: 0 0 0 2.5%;
}

h2 {
    border-bottom:2px solid #ccc;
    color:#183883;
    font-size:120%;
    font-weight:bold;
    margin: 0 0 15px 0;
    padding: 5px 0;
}

#footer {
    border-top: 2px solid #CCCCCC;
    clear: both;
    text-align: center;
    margin: 30px 0 0 0;
}

#content p {
    margin: 5px 0;
}

#content a:link, #content a:visited {
    color: #183883;
    text-decoroation: underline;
}

#right ul, #right ol {
    margin: 10px 0px 10px 35px;
}

#content li {
    margin: 5px 0;
}