

/*MAIN SECTIONS*/
#wrapper{
    margin-left:auto;
    margin-right:auto;

}

#headerContainer{
	background-color:#000000;
    background-image: url('../images/head.jpg');
    background-repeat: no-repeat;
    width:1010px;
    height:166px;
    float:left;
    padding-right:20px
}
/*HEADER CONTAINER ELEMENTS*/
#logo{
    border:0pt none;
    float:left;
    height:68px;
    margin:0pt;
    width:248px;
}
#headRight{
    float:left;
    height:166px;
    margin:0pt;
    width:735px;
}
#topMenu{
    width:500px;
    margin-top:15pt;
    height:30px;
    float:right;
     padding-right:20px
}
#bottomInfo{
    width:500px;
    margin-top:83px;
    height:20px;
    float:right;
    padding-right:20px
}
/*-------------------------*/
#middleContainer{
    background-image: url('../images/main_bg.jpg');
    background-repeat: repeat-y;
    width:1010px;
    float:left;
}
/*middleContainer ELEMENTS*/
#topSearchRow{
    border:0pt none;
    background-image: url('../images/headbottom_bg.jpg');
    background-repeat: repeat-x;    
    float:left;
    height:34px;
    margin-left:11px;
    margin-top:1px;
    width:978px;
}
#leftColoumn{
    margin-top:10px;
    padding-left:11px;
    width:185px;
    float:left;
}
#contentColoumn{
    margin-top:10px;
    padding-left:10px;
    width:782px;
    float:left;
}
#flashPlaceHolder{
    width:782px;
    vertical-align:top;
    padding-bottom:10px;
    clear:both;
}
#contentPlaceHolder{
    padding-top:10px;
    width:782px;
    clear:both;
}
/*-------------------------*/
#footerContainer{
    background-image: url('../images/foot.jpg');
    background-repeat: no-repeat;
    width:1010px;
    height:73px;    
    float:left;
}
/*END OF MAIN*/