﻿/*    Generated by http://www.cssportal.com    */

/*@import url("reset.css");*/

#wrapper {  
    width: 100%;
}

#header {
    float: left;
    height: 55px; 
    width: 100%;  
}

#content {
    float: left;   
    width: 100%;   
}

#leftcolumn {  
    width: 15%;
    float: left;    
}

#footer {
    width: 100%;  
    clear: both;
}

.pointer { cursor: pointer;}