/** 
 * DJI Revive
 * Template Layout Stylesheet
 *
 * Created by Stephen Coles, Blue Aspect CEO
 * Last update: 22 September 2009
 */
 
 * body { margin: 0; }
 
 DIV#overall_header { width: 100%; height: 164px; clear: both; }
 DIV#overall_footer { width: 100%; height: auto; clear: both; }
 DIV#content_container { border: 1px solid #D1E0EF; }
 
 .col { float: left; }
 .col .wrap { padding: 10px; }
 
 DIV#container { display: inline-block; }
 /* Hide from MacIE5 \*/
 DIV#container { display: block; padding: 0; margin: 0; }
 /**/
 DIV#container-outer { width: 100%; margin: 0; padding: 0; background: url(../media/images/tp_bg.jpg) repeat-x top; }
 DIV#container { width: 800px; margin: 0 auto 0 auto; padding: 0 0 10px 0; }
 DIV#content_container { width: 100%; margin: 0; margin: 25px 0; }
 
 DIV#container:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }
 DIV#content_container:after { clear: both; content: "."; display: block; height: 0; visibility: hidden; }

 /* IEx patches \*/
 * html .col { display: inline; }
 /**/
