

div {
    border: 0px solid #ACA250; 
    margin: 0px; 
    padding: 0px; 
}

#rigid_container {
      position: relative;
      width: 960px; 
      margin: 0 auto;
      background-color: #ffffff;
      
}

#div-logo-spc {
    position: absolute;
    width:359px;
    height: 136px;
    background-image: url("resources/logo-head.png");
    background-repeat: no-repeat;
    z-index: 100;
    background-color:none;
    top: 0px;
    left:0px;
}
#left-spc {
    
    width:290px;
     
    
    border: 0px solid green;
    float: left;
}
#menu-spc-parent {
position:relative;
z-index: 50;

}
#menu-spc {
    
    width:311px;
    margin-top: 120px;
    background-image: url("resources/menu-bg.png");
    background-repeat: repeat-y;
    
    background-color:none;
    
    
}
#div-menu-spc-end {
    
    width:311px;
    height: 45px;
    z-index: 30;
    background-image: url("resources/menu-bg-end.png");
    background-repeat: no-repeat;
    
}

#right-spc {
    position:relative;
    width: 649px; 
    border: 0px solid red;
    float:right;
    background-color:#ffffff;

}
#body-spc {
  margin-top:210px;
}

#top-header {
    position:absolute;
    width: 670px; 
    z-index:0;
    left:-21px;
}


#left_column {


width: 290px;
margin-left: 0px;
margin-top: 10px;
margin-right: 0px;
}

#center_column {

float: left;
width: 450px;
margin-left: 0px;
margin-top: 0px;
}



.center_column_two_columns{

width: 649px !important ; 


} 


#right_column {

float: right;
width: 200px;
margin-left: 10px;
margin-top: 0px;
margin-right: 10px;
padding: 0px;

}



#main_footer {
 width: 960px;
 height:53px;
 
 background-image: url(resources/footerback.png);    
 background-repeat:no-repeat;
}

.cleardiv {
 clear: both;
}
