html,body {
	margin:0;
	padding:0;
        background-image:url(images/pasek.jpg);
        background-repeat:repeat-x;	
        
}

#frame {
	margin:0px auto;
	width:988px;		
}
#top{
     width:988px;
     float:left;
     height:113px;
}
.header{
    float:left;
    height:113px;
}
.menu{
    float:left;
    height:35px;
}
.topper{
    float:left;
    height:78px;
}

#head_spacer{
        float:left;
        height:16px;
        width:988px;
        overflow:hidden;
        background-image:url(images/design_19.jpg);
        background-repeat:no-repeat;
}

.banner{
    float:left;
    height:274px;
}
#contentMain{
        float:left;
        height:621px;
        width:988px;
}
.conbox{
    float:left;
    height:621px;
}
#cont_left{
    float:left;
    width:591px;
    height:621px;
}
#cont_right{
    float:left;
    width:258px;
    height:621px;
}
.cont_right{
       float:left;
    width:258px;
}
#cont_right2{
       float:left;
    width:256px;
    height:23px;
    background-color: #F1DE91;
}
.right_img{
    float:left;
    width:112px;
}
.right_txt{
        float:left;
    width:144px;
        background-color: #F1DE91;
}
.brown_spacer{
    float:left;
    width:2px;
    overflow:hidden;
    background-color: #A1773D;
}
.text_r{
    float:left;
    padding-top:7px;
    padding-left:5px;
    padding-right:10px;
    font-size:12px;
    font-family: Arial;
    color:#6c5a40;
}
#cont_left_top{
    float:left;
    width:591px;
    height:26px;
}
#cont_left_bot{
      float:left;
    width:591px;
    height:41px;
}
#conwithbord{
    width:591px;
    height:554px;
    float:left;
}
.content{
    height:554px;
    float:left;
}
#content{
    width:524px;
    height:554px;
    float:left;
    background-color: #F4EDD2;
    font-size:11px;
    font-family: Verdana;
    color:#4b2b17;
}

#footer{
    float:left;
    width:988px;
    height:51px;
    background-image:url(images/footer.jpg);
    background-repeat:repeat-y;
}
#footertext{
    float:left;
    padding-left:100px;
    font-size:11px;
    font-family: Verdana;
    color:#976e39;
}



a{color: #6c5a40; text-decoration: none;}
a:link{color: #6c5a40; text-decoration: none;}
a:visited{color: #6c5a40; text-decoration: none;}
a:hover{text-decoration: none;}

