body {
	background-image: url('img/bg.jpg');
	background-repeat: repeat;
	background-position: top left;
	font-family: "Arial", "Verdana", "Tahoma", "Sans Serif";
}
img {
	border: 0px;
}
#container {
	align: center;
	margin: auto;
	width: 768px;
	border: 3px solid #384635;
	background-color: #ffcdf8;
}
#header {
	width: 100%;
}
#navigation {
	margin: auto;
	margin-left: 0px;
	width: 100%;
	background-image: url('img/nappi.png');
	background-repeat: repeat-x;
	font-size: 15px;
}
#navigation ul {
	list-style: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}
#navigation li {
	color: #ffffff;
	display: inline;
	height: 30px;
}
#navigation li a {
	text-decoration: none;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
}
#navigation li a:hover {
	text-decoration: underline;
}
#navigation li.here {
	text-decoration: underline;
	font-weight: bold;
}
#links {
	font-size: 14px;
	/*border-top: 2px solid #384635;
	border-bottom: 2px solid #384635;*/
	border-right: 2px solid #384635;
	
	padding-right: 5px;
}
#links ul {
	margin: 0px;
	padding-left: 5px;
}
#links ul li {
	margin-left: 30px;
	list-style: url('img/arrow.png');
}
#links ul li.menu {
	margin-left: 20px;
	list-style: none;
}
#links ul li a {
	color: #000;
	text-decoration: none;
}
#links ul li a:hover {
	color: #000;
	text-decoration: underline;
}
#content {
	background-color: #ffcdf8;
	font-family: "Arial", "Verdana", "Tahoma", "Sans Serif";
}
#frame{
	background-color: #ffcdf8;
	height: 100%;
}
