body {

    background: #ffffff;
    text-align: justify;
    font-family: Arial;
}

#wrapper {

    width: 900px;
    height: auto;
    background: #ffffff;
    border-style: solid;
    border-width: 5px;
    border-color: #000000;
    margin: 0px;
    padding: 0px;
    
}

#top {

    width: 900px;
    height: 120px;
    background: url(images/img06.jpg);

}

#header {
    float: left;
    width: 66%;
    height: 120px;
    background: url(images/img06.jpg);
    text-indent: +25px;
    margin: 0px;
    padding: 0px;


}

#header_sidebar {
    float: right;
    width: 34%;
    height: 120px;
    background: url(images/img06.jpg);
    text-align: center;
    margin: 0px;
    padding: 0px;


}

#page {
    width:900px;
    background: #ffffff;
    
}

#content {
    float: left;
    width: 600px;
    height: auto;
    background: #9F9F9F;
    margin: 0px 0px 0px 0px;

}

#splash_img{
    height: 400px;
    width: 600px;
    background: ##9F9F9F;
}

#gallery{
    height: auto;
    width: 585px;
    background: ##9F9F9F;
    margin: 0px;
    padding: 0px;
}

#post_title {

    height: 33px;
    background: url(images/img07.jpg) no-repeat left top;
    text-indent: +25px;
}

#post_content {
    margin: 15px 0px 15px 0px;
    width: 585px;
    height: auto;
    background: #9F9F9F;

}

#sidebar {
    float: right;
    border-style: inset;
    border-width: 2px;
    border-color: #9F9F9F;
    width: 295px;
    height: auto;
    background: #FFFFFF;
    margin-top: 2px;
    padding-top: 10px;
    text-indent: +10px;
}

#footer {
    clear: both;
    height: 40px;
    width: 900px;
    background: url(images/img08.jpg) no-repeat left top;
    text-align: center;
}

img { 
    
    border: 0px;
}

a {
    text-decoration: none;
    color: #F9F9F9;
}

a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

a.sidelink {
    color: #000000;
}

a.sidelink:hover {

    color: #9F9F9F;

}
p.header_text {

    font-size: 2.7em;
    color: #FFFFFF;
    line-height: 30px;
    vertical-align: bottom;

}

p.head_bar_text {

    font-size: 15px;
    color: #FFFFFF;
    vertical-align: length;
}

p.p_title {

    text-indent: +25px;
    line-height: 35px;
    font-size: 1.0em;
    color: #FFFFFF;

}

p.p_content {
    font-family: Arial;
}

p.foot_text {
    
    color: ##9F9F9F;
    font-size: 10px;
    line-height: 35px;
    
}
