@charset "UTF-8";
/* CSS Document */

body {
	background-image:url(../images/pretty.jpg);
	background-repeat:repeat-y;
	
}

.wrapper{ 
	width: 1000px; 	
	margin: 0 auto; 
} 
.navigation{ 
	width: 100%; 	
	height: 60px;  	
	background: #ECDD22; 
	background-color: #666; 	
	height: 40px; 	
	border-radius: 5px; 	
	-moz-border-radius: 5px; 	
	-webkit-border-radius: 5px;
}

.navigation ul li{
 list-style-type: none;
    margin: 0 auto;
    padding: 20px;
	display:inline-block;
    width: 100px;
}


.content{ 	
	width: 100%; 	
	height:auto; 	
	background:#94331A;
	border-radius: 5px; 	
	-moz-border-radius: 5px; 	
	-webkit-border-radius: 5px;
	text-align:center;
} 

.footer{ 
	width:100%; 	
	height: 50px; 	
	background: #979797; 
	text-align: center;
	float:left;
} 

p{ font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif; 	
	color:#F4F4F4;
	font-size: 18px; 	
 } 


