body {
    background-color: #ffffff;
    background-image: url("topbg.png");
    background-repeat: repeat-x;
    color: #000000;
    font-family: DesaVu;
    font-size: 1em;
    margin: 20px 5px 5px;
}
#page {
    background-color: #ffffff;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
	text-align: right;
    width: 750px;
}
#header {
    background-color: #ffffff;
    background-image: url("head_bg.png");
    background-position: right top;
    background-repeat: no-repeat;
}
#navi {
    background-color: #ffffff;
    color: #4d6185;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 18px;
    font-weight: bold;
}
#navi ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
    text-decoration: none;
}
#navi li {
    display: inline;
    margin-right: 20px;
}
#navi a {
    color: #4d6185;
    padding: 2px 2px 0;
    text-decoration: none;
}
#navi a:link {
    color: #4d6185;
}
#navi a:visited {
    color: #4d6185;
}
#navi a:hover {
    background-color: #a29b89;
    color: white;
}
#navi a:active {
    color: #4d6185;
}
#navibottom {
    background-color: #a29b89;
    padding: 5px;
}
#content {
    background-color: #ffffff;
    background-image: url("top_c_bg.png");
    background-position: center top;
    background-repeat: repeat-x;
    padding: 15px 5px 5px 15px;
}
#footer {
    background-color: #ffffff;
    background-image: url("bottombg.png");
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #333333;
    font-size: 0.8em;
    padding: 300px;
    text-align: center;
}
h1, h2, h3, h4 {
    background-position: right center;
    background-repeat: no-repeat;
    color: #4d6185;
    font-weight: bold;
    margin: 0;
    padding: 0;
}
h1 {
    font-size: 1.5em;
}
h2 {
    font-size: 1.3em;
}
h3 {
    font-size: 1.2em;
}
h4 {
    font-size: 1em;
}
img {
    border: 0 none;
    margin: 10px;
}
ul {
    list-style-type: none;
    margin: 5px;
    padding: 0;
}
a {
    color: #4d6185;
}
a:link {
    color: #4d6185;
}
a:visited {
    color: #4d6185;
}
a:hover {
    text-decoration: none;
}
a:active {
    color: #4d6185;
}
.right {
    float: right;
}
.left {
    float: left;
}
.clearleft {
    clear: left;
}
