body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background-image: url(images/back.jpg);
}
img {
	border: 0px none;
}
h1 {
	font-size: 1.8em;
	color: #408080;
	font-style: italic;
}
#container {
	background-image: url(images/container.jpg);
	background-repeat: repeat-y;
	width: 810px;
	margin: auto;
}
#header {
}
#lower {
	background-image: url(images/lower-back.jpg);
	padding-left: 20px;
	height: 260px;
	margin-left: 20px;
	margin-right: 20px;
}
#nav {
	margin-left: 20px;
}
#image {
}
#maintext {
	margin-right: 40px;
	margin-left: 40px;
	color: #666666;
}
#maintext a {
	color: #408080;
}
#maintext a:hover {
	color: #000;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 68px;
	font-size: 0.8em;
	color: #CCCCCC;
	padding-right: 40px;
	padding-left: 40px;
	text-align: right;
	padding-top: 5px;
}
#footer a {
	color: #CCCCCC;
}
#footer a:hover {
	color: #e5d195;
}

/* ---------------------------NAVIGATION----------------------------------*/
#navigation {
	display: block;
	width: 213px;
	float: left;
	border-top: 2px solid #e5d195;
	border-right: 2px solid #e5d195;
	border-left: 2px solid #e5d195;
}
#navigation ul {
	list-style-type: none;
	display: block; 
	float: left; 
	margin: 0px; 
	padding: 0px;
}
#navigation ul li {
	display: block;
	float: left;
	margin: 0px;
}
#navigation ul li a {
	color: #c6884a;
	width: 169px;
	padding: 10px 0px 10px 44px;
	display: block;
	font-size: 1em;
	text-decoration: none;
	background-image: url(images/navback.gif);
	background-repeat: no-repeat;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #e5d195;
}
#navigation ul li a:hover {
	background-image: url(images/navback-hover.gif);
	background-repeat: no-repeat;
	color: #408080;
}
#navigation ul li a.current {
	background-image: url(images/navbackcurrent.gif);
	background-repeat: no-repeat;
}
#navigation ul li a:hover.current {
	background-image: url(images/navbackcurrent-hover.gif);
	background-repeat: no-repeat;
}
#pricesouter {
	border: 2px solid #EED8A7;
	width: 250px;
}
#pricesinner {
	padding: 5px;
}
.prices {
	font-size: 0.8em;
}
