#content{
    position:relative;
    padding:160px 0 0 0;
    line-height:150%;
    z-index:1;    
}


#random_photos{
    float:left;
    background:url(../background/random_photos.png) no-repeat;
    width:302px!important;
    width:302px;
    height:486px!important;
    height:496px;
    display:inline;
    padding:13px 0 0 10px;
    margin:25px 0 0 0;
}

#random_photos .thumb{
    float:left;
    width:120px;
    height:90px;
    display:inline;
    margin:13px 14px;
}

#page_constructor{
    float:left;
    width:625px;
    text-align:justify;
    display:inline;    
    margin:0 0 0 16px;
}

#page{
    padding:15px 55px 0 40px;
    background:#fff8eb;
    
}
#page_bottom{
    clear:both;
    width:625px;
    height:41px;
    background:url(../background/page_bottom.png) no-repeat;
}



h1{
    font-size:16px;
    font-weight:bold;
    color:#1e2a21;
    padding:12px 0;
    letter-spacing:1.14px;
}

h2{
    padding:20px 0 10px 0;
    font-size:14px;
}

#content p{
    padding:0 0 10px 0;
}

#content li{
    background:url(../background/li.gif) no-repeat 0 4px;
    padding:0 0 12px 20px;
}

#content a{
    font-weight:bold;
}

#gallery{
    float:left;
    position:relative;
    width:900px;
    background:#fff8eb;
    padding:160px 20px 30px 20px;
    margin:0 0 0 10px;
    display:inline;
}


#gallery img{
    width:120px;
    height:90px;
    margin:4px;
}

#gallery h1{
    padding:27px 0 10px 350px;
    text-align:left;
}


form{
    padding:100px 0 0 0;
}



input{
    width:150px;
    border:#993300 solid 1px;
    margin:2px 0 0 0;
    padding:0;

}
textarea{
    width:400px;
    height:150px;
border:#993300 solid 1px;
}

.comment_box{
    padding:20px;
    border-bottom:#993300 solid 1px;
}
.comment_box .info{
    font-size:10px;
    text-decoration:underline;
}

#counting{
    padding:20px 0 0 0;
}

#counting a, #counting a:link, #counting a:visited, #counting a:active{
    display:block;
    width:23px!important;
    width:25px;
    border:#993300 solid 1px;
    float:left;
    margin:0 2px;
    padding:0 5px;
    text-align:center;
}

#counting a:hover{
    color:#fff;
    background:#993300;
}


