html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, button {
	margin: 0;
	padding: 0;
	border: 0;
	outline:none;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.2;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body {
	background: #fffede url("/img/bg_body.gif") top center repeat-y;
	text-align:center;
}
strong {
	font-weight:bold;
}
#wrapper {
	width:100%;
	background: transparent url("/img/bg_wrapper.gif") 0px 25px repeat-x;
}
#container {
	margin:0px auto;
	width:858px;
	background:#fff;
}
#header {
	position:relative;
	float:left;
	display:inline;
	margin:25px 0;
	clear:both;
	height:123px;
	width:100%;
	background: transparent url("/img/bg_header.gif") bottom left repeat-x;
}
#header h1 {
	margin:23px 0 0 360px;
	float:left;
	display:inline;
	height:68px;
	width:318px;
	overflow:hidden;
	background: transparent url("/img/bg_h1.gif") top left no-repeat;
}
#header h1 a {
	display:block;
	text-indent:-9999px;
	height:68px;
	width:318px;
}
#header #ajanvaraus {
	position:absolute;
	top:-2px;
	left:30px;
	display:block;
	height:105px;
	width:150px;
	overflow:hidden;
	text-indent:-9999px;
	background: transparent url("/img/bg_ajanvaraus.gif") top left no-repeat;
}
#navigation {
	float:left;
	display:inline;
	margin-left:35px;
	width:185px;
	text-align:left;
}
#navigation h3, #navigation h3 a {
	font:normal 14px Verdana, Arial, sans-serif;
	color:#a5d49b;
	margin-bottom:3px;
}
#navigation h3 a {
	display:block;
	text-decoration:none;
}
#navigation ul {
	display:block;
	margin-bottom:25px;
}
#navigation ul li {
	margin:3px 0;
}
#navigation ul li a {
	font:normal 18px Georgia, "Times New Roman", serif;
	color:#560006;
	text-decoration:none;
	display:block;
}
* html #navigation ul li a {
	display:inline-block;
}
#navigation ul li ul {
	margin:7px 0 7px 30px;	
}
#navigation ul li ul li a {
	font:normal 12px Verdana, Arial, sans-serif;
}
#navigation ul li.selected a {
	border-bottom:1px solid #a5d49b;
	color:#b7726a;
}
#navigation ul li.selected ul li a {
	border:none;
	color:#560006;
}
#navigation ul li ul li.selected a {
	text-decoration:none;
	border-bottom:1px solid #a5d49b;
	color:#b7726a;
}
#navigation h3 a {
	text-decoration:none;
}
#navigation h3.selected a {
	border-bottom:1px solid #a5d49b;
}
#content {
	float:left;
	display:inline;
	width:580px;
	margin:0 0 45px 45px;
	text-align:left;
	color:#560006;
	font:normal 14px Verdana, Arial, sans-serif;
	min-height:500px;
}
* html #content {
	height:500px;
}
#content h3 {
	font-size:18px;
}
#content a {
	color:#b7726a;
}
#home #content h2, #home #content p {
	text-align:center;
}
#footer {
	width:100%;
	clear:both;
	text-align:center;
	margin-bottom:30px;
}
#footer, #footer a {
	font:normal 12px/24px Verdana, Arial, sans-serif;
	color:#560006;
	text-decoration:none;
}
h2, h3 {
	font:normal 22px Georgia, "Times New Roman", serif;
	margin:10px 0;	
}
h4 {
	font:bold 14px Verdana, Arial, sans-serif;
	margin:10px 0 12px;
	
}
p {
	width:500px;
	margin:10px 0 15px;
}
#content h2, #content h3 {
	width:500px;
}
#prices {
	x-width:400px;
	margin:0px auto;
}
#prices th, #prices td {
	padding:3px;
}
#prices th {
	padding-top:8px;
	font-weight:bold;
}
#prices em {
	font-style:italic;
	font-size:small;
}
#people {
	width:100%;
}
#people li {
	float:left;
	display:inline;
	width:275px;
	height:110px;
	margin:0 10px 15px 0;
	position:relative;
	text-align:right;
}
#people li div {
	position:absolute;
	bottom:0;
	right:107px;
}
#people li div span {
	display:block;
}
#people li div .name {
	font-weight:bold;
}
#people li img {
	float:right;
	display:inline;
}
#places {
	width:500px;
}
#places li {
	width:500px;
	float:left;
	display:inline;
	clear:both;
	margin:10px 0;
	padding-bottom:10px;
	border-bottom:1px solid orange;
}
#places li.last {
	border:none;
}
#places li div {
	float:left;
	display:inline;
	width:250px;
	font-size:14px;
}
#places li div h3, #places li div h4, #places li div address, #places li div p {
	width:245px;
}

.clear:after{
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0;
}
.clear {
	display:inline-block;
}
html[xmlns] .clear {
	display:block;
}