body {
background-color: white; 
font-family: "Corbel";
        font-size: 20px;

} 	
}
p {
    color: #737373;
	
}
h2{
color: #000000;
margin-left: 0px;
}

/* layout start */
#header {

    font-family: "Copperplate Gothic Light", Times, serif;
    background-color: #262626;
	background-repeat: no-repeat;
    color:white;
    text-align:center;
    padding:5px;
	font-size: 200%
	
}
#menu { background:#e6eeff; width:800px; margin:0 auto; height:32px; margin-top:47px;}
#menu ul { margin:0; padding:0;}
#menu ul li{ display:inline-block; float:left; width:200px; list-style:none; text-align:center; height:32px;}
#menu a { display:block; float:left; width:200px; color:#404040; font-size:12px; text-transform:uppercase; font-weight:bold; text-decoration:none; padding-top:8px;}
#menu a:hover{ background:white; padding-top:8px; height:24px;}

#nav {
    line-height:40px;
    background-color:white;
    height:550px;
    width:100px;
    float:left;
    padding:30px;	      
}
#section {
    width:325px;
    float:left;
    padding:20px;	 	 
}
#footer {
    background-color:#262626;
    color:white;
    clear:both;
    text-align:center;
   padding:5px;	 	 
}
/* end layout */

table, td, th {
    border: none;
	padding: 0px;

}