﻿
/* MAIN SHEETS */
@import "reset.css";
@import "common.css";
@import "navigation.css";
@import "forms.css";

/* MODULES */

/* GENERIC SHEETS */
@import "modules/form.css";
@import "widgets.css";
@import "modules/quicklinks.css";

/** DELETE THIS **/
@import "delete.css";


/** LAYOUT **/
				
	body {
        padding:0 0 20px 0;
        position:relative;
	}
	
    #wrapper {
        float:none;
        width:990px;
        max-width:990px;
        min-width:770px;
        overflow:hidden;
        margin:0 auto;
    }
    
    #wrapper div { float: left; }
    
    #header {
        width:100%;
        display: block;
        margin-bottom: 10px;
        padding-top: 15px;
    }
    
    #header img {
        display: inline;
    }
    
    #header fieldset.search {
        width: auto;
        float: right;
        margin-bottom: 10px;
    }
        
    #container { width: 100%; margin-top: 10px; margin-bottom: 10px; }
    
    #leftCol { width: 200px; background: #eee; padding: 10px; }
    
    #centreCol { width: 530px; background: #ccc; margin: 0 10px; }
    
	#rightCol { width: 200px; background: #ddd; padding: 10px; }
    
    #content {
		padding: 10px;
    }
    
    #footer {
		width:100%;
        clear:both;
    }
        
/****** STANDARD BOX MODEL **/        

	div { display:block; }
	
/****** HEADER ******/
	
    
/****** FOOTER ******/
	
