#container-fst {
 background-color: rgb(249,218,112);
 width: 1024px;
 padding: 0px;
 text-align: left;
 vertical-align: middle;	
 margin: 0 auto;
 border-left-style: solid;
 border-right-style: solid;
 border-color: #645143;
 border-width: 5px;
 /*min-height: 100%;*/
}

#header {
 text-align: right;
 height: 27px;
 background-image: url(../images/layout/header1024.jpg);
 padding-top: 100px;
 padding-right: 20px;
}

#header  a {
 margin-left: 2px;
 margin-right: 2px;
}

#border {
 width: 1024px;
 height: 1px;
 background-color: #645143;
 color: white;
}

#container-sec  {
 position: static;
 float: left;
 background-image: url(../images/layout/content-background_v4.jpg);
 background-repeat: repeat-y;
 height: auto;
 /*min-height: 100%;*/
}

#left {
 float:left; 
 width:186px;
}

#middle {
 float:left;
 width: 572px;
 padding-top: 30px;
 padding-bottom: 10px;
 padding-right: 30px;
 padding-left: 30px;
 background-image: url(../images/layout/graphic-middle-top626.jpg);
 background-repeat: no-repeat;
 background-position: top center;
 height: auto;
 /*min-height: 100%;*/
}

#right {
 float:right;
 width:206px;
}

#graphic-bottom {
 clear: both;
 padding: 0px;
 text-align: center;
 vertical-align: middle;
 height: 12px;
 background-image: url(../images/layout/graphic-bottom1024.jpg);
}

#footer {
 clear: both;
 text-align: right;
 vertical-align: bottom;
 height: 15px;
 background-image: url(../images/layout/footer1024.jpg);
 padding-right: 10px;
 padding-top: 30px;
}

.clear {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
    margin: 0;
    padding: 0;
}







