body {
	margin-top: 0px;
	background-repeat: repeat-x;
    background-position: 0px 0px;
    background-image: url(../images/bg.jpg);
    background-color: #ffffff;
}

#container{
	margin:auto;
	margin-top: 0px;    
	text-align:left;
	width:900px;
    height:auto;
        }

#logo{
   margin-top: 0;
   position: absolute;
   z-index: 100;
}

#button{
   margin-right: 10px;
   position: relative;
   float: right; 
}

#flashcontent {
        background: url('../images/flash_back.png');
        background-repeat:no-repeat;
		width: 844px;
		height: 380px;
	    margin-left: 24px; 
	    padding-top: 8px;
	    padding-left: 13px;
	}


#featuredcontainer {
    width: 799px;
    height: 279px;
    margin-top: 0px;
	background-color: #fefefe;
}

#featuredflash {
    margin: 0;
    position: absolute;
    margin-top: 0px;
	background-color: #fefefe;
    z-index: 1;
}

#navcontainer {
    width: 900px;
    margin-top: 0px;
    margin-left: 27px;
  
}

#contentcontainer {
    height: auto;
    width: 900px;
    padding: 0px;
}

#main_content{
    position:static;
    float: left;
    width:550px;
    display: inline;

}

#main_featured{
     position:static;
     float: right;
     width: 250px;
     height: auto;
     margin-right: 35px;
     display: inline;
}


#footer {
	margin:auto;  
	padding-bottom: 15px
	text-align:left;
	width:799px;
    height:171px;	
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-image: url(../images/footer_background.jpg);
    background-color: #dbdbdb;
	}
	
	
#footer_text { 
	padding: 15px;
	width:769px;	
	}	
	
	
.spacer{ clear:both;}	


img, div { behavior: url('/iepngfix.htc') }

