* {
    -moz-box-sizing: border-box;
} 

body{
background-color:#FFFFFF;
}

div#channel_wrapper{
width:100%;
min-width: 770px;
max-width: 960px;
width: expression(document.body.clientWidth < 770 ? "770px" : (document.body.clientWidth > 960 ? "960px" : "100%"));
}

div#black_nav{

} 

div#header_image{
background-image: url(http://www.cmechannel.com/Images/hdr_cme_top.gif);
background-repeat: no-repeat;
border-top: 1px black solid;
border-bottom: 1px black solid;
border-color: #000;
height: 59px;
} 


div#cme_nav{
float: left;
width: 145px;
border-right: 1px black solid;
background-image: url(http://www.cmechannel.com/Images/nav_bg.gif);
} 
div#main_nav{
margin-top: 20px;
}  
div#misc_nav{
} 


div#main_content{
margin: 10 175 0 144;
padding: 10px;
} 

div#main_content_nofeature{
margin: 10 0 0 144;
padding: 10px;
} 

.print_email{
} 

div#cme_article{

} 

div#feature_bar{
float: right;
width: 170px;
background: #CECEE7;
margin-top: 10px;
margin-right: 0;
} 
div#feature_date{
background: #FFF;
} 
div#feature_image{
background-image: url(http://www.cmechannel.com/Images/hdr_cme_feature2.gif);
background-repeat: no-repeat;
width: 170px;
height: 53px;
} 

div#feature_item#1{
} 

div#feature_item#2{
}

div#feature_item#3{
}

div#feature_item#4{
}

div#feature_item#5{
}



div#channel_footer{
clear: both;
width: 100%;
} 


div#cme_footer{
}