body {
    background-color: #252525;
}
#header {
    background: #000000 url("pictures/header.png") no-repeat top right;
	color:white;
    text-align:center;
    padding:5px;
}
nav {
    line-height:16px;
    background-color:#252525;
    height: 50px;
    width: 100%;
    float:top;
    padding: 0px 0px 12px 10px;	      
}

nav ul {
	background: #efefef; 
	background: linear-gradient(top, #efefef 0%, #cccccc 100%);  
	background: -moz-linear-gradient(top, #efefef 0%, #cccccc 100%); 
	background: -webkit-linear-gradient(top, #efefef 0%,#cccccc 100%); 
	box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
	padding: 0px 5px;
        -webkit-border-top-left-radius: 10px;
        -webkit-border-top-right-radius: 10px;
        -moz-border-radius-topleft: 10px;
        -moz-border-radius-topright: 10px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px; 
	list-style: none;
	position: relative;
	display: inline-table;
}
nav ul:after {
	content: ""; clear: both; display: block;
}
nav ul li:hover {
	background: #4b545f;
	background: linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -moz-linear-gradient(top, #4f5964 0%, #5f6975 40%);
	background: -webkit-linear-gradient(top, #4f5964 0%,#5f6975 40%);
	}
nav ul li:hover a {
		color: #fff;
	}
	
nav ul li a {
		display: block; padding: 15px 15px;
		color: #353535; text-decoration: none;
	}
#section {
    width: 99%;
    float:left;
    padding: 5px 5px;
	background: #fafafa; 
	background: linear-gradient(top, #fafafa 0%, #dddddd 100%);  
	background: -moz-linear-gradient(top, #fafafa 0%, #dddddd 100%); 
	background: -webkit-linear-gradient(top, #fafafa 0%,#dddddd 100%); 
	box-shadow: 0px 0px 0px rgba(0,0,0,0.15);
	border-radius: 5px;  
	list-style: none;
	
}
#footer {
    background-color:black;
    color:white;
    clear:both;
    text-align:center;
   padding:5px;	 	 
}
