

body {
	background: #4E5D3C url(images/bg.jpg);
	color: #444;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}



/* structure */
.container {
	background: url(images/bgcontainer.jpg) repeat-y center top;
	margin: 0 auto;
	width: 800px;
}


/* navigation */
.navigation a {
	color: #6C7151;
	text-decoration: none;
	font-size: 15px;
}
.navigation a:hover,.navigation #selected {
	color: #2C3111;
		font-size: 15px;
}