body {
    padding: 0;
    margin: 0;
    font-family: arial, verdana, sans-serif;
    font-size: 62.5%;
    background: #fff url(images/bg_main.jpg) center center no-repeat;
}

#wrapper {
    width: 780px;
    margin: 10px auto;
    border: 10px solid #FFF;
}


#sidebar {
    float: left;
    width: 180px;
    height: 600px;
    background: url(images/bg_sidebar.jpg) no-repeat;
}

#sidebar #menu {
    margin: 60px 0;
    padding: 10px 0 0 40px;
}

#sidebar #menu ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    line-height: 380%;
}

#sidebar #menu li {
    font-family: 'trebuchet ms', arial, sans-serif;
    font-style: italic;
}

#sidebar #menu li a {
    font-size: 1.5em;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

#sidebar #menu li a:hover {
    color: #595959;
}

#body-index, #body-page {
    float: left;
    width: 600px;
    height: 600px;
}

#body-index {
    background: url(images/bg_index.jpg) no-repeat;
}

#body-page {
    background: url(images/bg_page.jpg) no-repeat;
}

#body-page .post {
    margin: 0 50px 20px 40px;
    font-size: 1.4em;
    color: #fff;
    line-height: 160%;
    height: 480px;
    overflow: auto;
}

.post ul {
    padding: 10px;
    margin: 10px;
}

.post a, #gallery a {
    color: #FFF;
}

h1 {
    font-family: 'trebuchet ms', arial, sans-serif;
    font-weight: normal;
    font-size: 2em;
    font-style: italic;
    margin-bottom: 30px;
    color: #fff;
    padding: 10px 0 0 40px;
    * padding-top: 20px;
}

.post h2 {
    font-family: 'trebuchet ms', arial, sans-serif;
    font-weight: normal;
    font-size: 1.3em;
    font-style: italic;
    color: #FFF;
}

.post img {
    float: left;
    padding: 3px 10px 5px 0;
}

/*photo gallery */
#gallery {
    margin: 0 50px 20px 40px;
    font-size: 1.4em;
    color: #fff;
    line-height: 160%;
}

#gallery ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#gallery ul li {
    float: left;
    margin: 5px 5px 5px 0;
    padding-right: 3px 0;
    text-align: center;
}

.error {
    margin: 20px 0;
    padding: 5px 5px 5px 80px;
    color:  #000;
    border: 1px solid #000;
    background: #fff url(images/exclamation.png) center left no-repeat;
}

.error a {
    color:  #000;
}

.notice {
    margin: 20px 0;
    padding: 20px 80px;
    color: #000;
    border: 1px solid #000;
    background: #fff url(images/exclamation.png) center left no-repeat;
}

.error ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#text {
    position: absolute;
    left: -999999px;
    font-size: 0.1em;
    color: #fff;
}

#text a {
    color: #fff;
}

.clear {
    clear: both;
}
