#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;
}

#header {
 padding: 0px;
 text-align: right;
 vertical-align: middle;
 height: 128px;
 background-image: url(../images/layout/header1024.jpg);
}

#navigation {
 width: 1024px;
 height: 30px;
 background: url(../images/layout/hrmenu1024.jpg) no-repeat;
 background-position: left center;
}

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

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

#middle {
 float:left;
 width: 572px;
 min-height: 100%;
 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;
}

#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;
}







