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

* { margin:0; padding:0; }

body { 
			font-family:verdana;
			font-size: 10px;
			
			}


#container { 
			text-align:center; 
			width:800px;
			margin: 0 auto;
			}
			

		
#navigation {
		width: 800px;
		text-align:center;
		padding-top: 15px;
		padding-bottom: 10px;
}

	
#navbar { 
		width:800px;
		font-size: 12px;	
 }
	
	
a {
	padding:10px;
}
	

a:link {
 text-decoration:none;	
	color: #777777;
}

a:visited {
	text-decoration:none;
	color: #777777;
}

a:hover {
 text-decoration:underline;
	color:#ff0000;
}	
	
.firstItem {

		
}

#footer {
	font-size:12px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#phonenumber {
	
}