body {
	font-size:15px;
	margin: auto auto auto auto;
	padding: 0px 0px 0px 0px;
	color: #62194b;
	background-color: #f9f7cc;
	font-family: "Palatino Linotype", times, serif;
	height:100%;
	background-image: url('site_image/bkg.jpg');
	background-repeat: repeat-y;
}
img {
	border: 0px;
}
#contents {
	position:absolute;
	top: 160px;
	left:210px;
	width: 595px;
	line-height: 30px;
	font-size: 15px;
}
#navigation {
	text-align:left;
	font-family: "Century Gothic Bold",Arial,monospace;
	position:absolute;
	top: 0px;
	height: 100%;
	left:0px;
	width:200px;
	background-color: #f7c769;
	z-index: 1;
}
#boiler {
	z-index: 10;
	position: absolute;
	top: 5px;
	left: 159px;
}
#navitems ul {
	list-style-type: none;
	padding: 0px 0px 0px 10px;
	margin: 0px 0px 0px 0px;
}
#navitems ul li {
	padding: 18px 0px 18px 0px;
	font-weight: bold;
	font-size:15px;
}
#navitems ul li.bubble_left {
	background-image: url(site_image/navcirc_left.gif);
	background-repeat: no-repeat;
}
#navitems ul li.bubble_right {
	background-image: url(site_image/navcirc_right.gif);
	background-repeat: no-repeat;
}
#navitems ul li.bubble_center {
	background-image: url(site_image/navcirc_center.gif);
	background-repeat: no-repeat;
}
#navitems ul li.bubble_left:hover {
	background-image: url(site_image/navcirc_left_hi.gif);
	background-repeat: no-repeat;
}
#navitems ul li.bubble_right:hover {
	background-image: url(site_image/navcirc_right_hi.gif);
	background-repeat: no-repeat;
}
#navitems ul li.bubble_center:hover {
	background-image: url(site_image/navcirc_center_hi.gif);
	background-repeat: no-repeat;
}
#navitems ul li a {
	text-decoration: none;
	color: #62194b;
	width: 185px;
	display: block;
}
#navitems {
	margin: 80px 0px 0px 0px;
	text-align:center;
}
#navlinen {
	background-color: #f9f7cc;
	border: 2px solid #f7c769;
	z-index: 30;
	width: 300px;
	position: absolute;
	top: 125px;
	left: 100px;
	display: none;
}
#navlinen ul {
	list-style-type: none;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#navlinen ul li.description {
	padding: 0px 0px 0px 10px;
	border-bottom: 1px solid #f7c769;
}

#navlinen li:hover {
	background-color: #f7c769;
}
#navlinen a {
	text-decoration: none;
	color: #62194b;
}
#footer {
	font-family: "Century Gothic Bold",Arial,monospace;
	font-weight: bold;
	font-size: 12px;
	position:absolute;
	width:190px;
	left:10px;
	top: 475px;
	z-index: 20;
}
#footer a {
	color: #62194b;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
h1 {
	font-family: "Palatino Linotype Italic","Book Antiqua",serif;
	font-style:italic;
	color: #9e788c;
	font-size: 40px;
	margin: 0px 0px 0px 0px;
	line-height: 40px;
}
h1.category {
	font-size: 30px;
	line-height: 30px;
}
.large_type {
	font-family: "Palatino Linotype Italic","Book Antiqua",serif;
	font-style: italic;
	font-size: 25px;
	margin: 0px 0px 0px 0px;
	line-height:50px;
	color: #9e788c;
}
.med_type {
	font-family: "Palatino Linotype Italic","Book Antiqua",serif;
	font-style: italic;
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	line-height:26px;
	color: #9e788c;					
}
.large_typesmline {
	line-height: 30px;
}
.large_type a {
	text-decoration:none;
	color: #9e788c;
}


@media print {
	#navigation {
		display:none;
	}
	#footer {
		position: static;
		width: 98%;
		font-size: 13px;
	}
	#boiler {
		position: static;
		height:150px;
	}
	#contents {
		position: static;
		width: 100%;
	}
}
