
	body {
		background: #eeda9d url(images/bg.png) repeat-x;
		margin: 0;
	}
	
	a {
		color: #333;
	}
	
	#menu {
		font-size: 12px;
		font-family: Verdana, Geneva, sans-serif;
		font-weight: bold;
	}
	
	#menu a{
		color: #000;
		text-shadow: #E5D6A7 1px 1px 20px;
		text-decoration: none;
		text-transform: uppercase;
	}
	
	#menu a:hover {
		color: #FFF;
	}
	
	#logo {
		width:800px;
		text-align: center;
		height: 50px;
		padding: 20px;
		color: #FFF;
	}

