﻿body {
  background: white;
}
#panel
{
	clear: both;
	float:left;
	width:100%;
    /* border: 1px solid blue; */     
	}
#main
{
    float: left;
    clear: right;
    width: 75%;
	/* background: #fff; */
    /* border-right: 1px solid #000; */
    margin-right: 15px;
    padding-bottom: 10px;
    padding-right: 10px;  
    /* border: 1px solid black; */
}
#left
{
	float: left;
	clear: left;
	width: 15%;
	/* border: 1px solid red; */
	}
#footer 
{
    clear: both;
    width: 100%;  
    text-align: center;
    font-size: 10px;
    padding: 3px;    
    /* border-top: 3px solid #333; */
    /* background-color: #cccc99; */
}

