/*    Generated by http://www.cssportal.com    */


body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color:#333
}

p {
    padding: 10px;
}

#wrapper {
    margin: 0 auto;
    width: 100%;
}

#navigation {
    float: left;
    width: 100%;
    background: #FFCC33;
    height:50px;
}

#content {
    float: left;
    background: #FFFFFF;
    width: 90%;
    height: calc(100% - 150px);
    margin:0 0 0 0;
}
@media ( max-width : 767px) {
	#content {
	    float: left;
	    background: #FFFFFF;
	    width: 90%;
	    height: 95%;
	    margin:0 0 0 0;
	}
	
}
#leftcolumn {
    background: #E5E4E2;
    width: 40px;
    float: left;
    height:95%;
}

#footSeparator{
	height:5px;
	width: 100%;
	background: #FFCC33;
}

#footer {
    height: 40px;
    width: 100%;
    background: #E5E4E2;
    clear: both;
}

