body {
	font-family: Arial;
	font-size: 10pt;

	margin: 0px;
	padding: 0px;

	color: #f9c395;

	/*letter-spacing: 1px;*/
	line-height: 22px;
	background-image: url(images/bg_wood_2.jpg);
	/*background-repeat: repeat-x;*/
	/*background-position: 0px 250px;*/
	background-color: #ffffff;
}

h1 {
	text-transform: uppercase;
	font-weight: lighter;
	font-family: "Times New Roman", serif;
	font-size: 16pt;
	color: #f9c395;
	margin-top: 10px;
	margin-bottom: 5px;
}

h2 {
	text-transform: uppercase;
	font-weight: lighter;
	font-family: "Times New Roman", serif;
	font-size: 11pt;
	color: #f9c395;
	margin-top: 10px;
	margin-bottom: 0px;
}

p {
	margin-top: 5px;
}

img {
	border: 0px;
}

a {
	color: #f9c395;
	text-decoration: underline;
}

hr {
	color: #f9c395;
	background-color: #f9c395;
}

#top_bg {
	height: 200px;
	width: 960;
	margin: 0 auto;
	/*background: url(images/forest_1.jpg);*/
	box-shadow: 0px 2px 8px rgba(0,0,32, 0.5);
	background: url(images/topbanner.jpg);
	background-repeat: no-repeat;
	/*background-position: 0 -200px;*/
}

#top_logo {
	height: 250px;
	/*width: 1040px;*/
	/*margin: 0 auto;*/
	/*background: url(images/topbanner.png);*/
}

#mainwrapper {
	width: 960px;
	min-height: 800px;
	margin: 10px auto;
	position: relative;
	border-radius: 5px;
}

#navigation {
	width: 200px;
	min-height: 300px;
	background-image: url(images/bg_wood_light.jpg);
	border-radius: 5px;
	box-shadow: 0px 2px 15px rgba(0,0,0,0.45);
	position: absolute;
	top: 200px;
	left: 0px;
	padding-bottom: 10px;
	color: #2a1a0f;
}


#navigation h1 {
	text-align: center;
	height: 28px;
	line-height: 30px;
	display: block;
	font-size: 14pt;
	margin-top: 5px;
	margin-bottom: 0px;
	background: rgba(0,0,0,0.1);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	border-top: 1px solid rgba(0,0,0,0.25);
	padding: 0;
	color: #2a1a0f;
}

#navigation a.link {
	font-size: 12pt;
	text-decoration: none;
	color: #2a1a0f;
	letter-spacing: 1px;
	margin-left: 20px;
	display: block;
	font-family: 'Rosario', sans-serif;
}

#navigation a.link.sub {
	font-size: 10pt;
	margin-left: 25px;
}

#navigation a.navilink {
	display: block;
	height: 25px;
	text-align: right;
	padding-right: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

#navigation a:hover {
	text-decoration: underline;
}

#contentwrapper {
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 200px;
	box-shadow: 0px 2px 28px rgba(0,0,0,0.35);
	background: #2a1a0f;
	background: rgba(21,13,8,0.6);
	border-radius: 5px;
	padding-bottom: 20px;
}

#content {
	padding-top: 1px;
	text-align: justify;
	padding-bottom: 20px;
	min-height: 505px;
	font-family: 'Rosario', sans-serif;
	font-size: 11pt;
	color: #f9c395;
	letter-spacing: 1px;
}

#content h1, h2, h3, h4, h5 {
	font-family: 'Rosario', sans-serif;
	color: #f9c395;
	text-transform: none;
}

#content h1 {
	font-size: 14pt;
}

#content h2 {
	font-size: 13pt;
}

#content h3 {
	font-size: 12pt;
}

#content img.documentimage {
	padding: 5px;

}

#navigation #creatorlink {
	position: absolute;
	bottom: -35px;
	color: #db7749;
	white-space: nowrap;
	font-family: Arial;
	font-size: 8pt;
	line-height: 16px;
}

#navigation #creatorlink a {
	color: #db7749;
}


/* Form styles */

.textfield {
	margin: 0;
	padding: 5px;
	background: transparent;
	height: 20px;
	font-size: 12pt;
	color: #f9c395;
	border: 0;
	border-bottom: 2px solid #f9c395;
}

.saalisnimi {
	background: transparent;
	border: 0;
	border-bottom: 2px solid #f9c395;
	font-size: 12pt;
	color: #f9c395;
}

.button {
	margin: 0;
	padding:5px;
	background: #110704;
	background: rgba(11,7,4,0.6);
	border: 1px solid #f9c395;
	height: 32px;
	font-size: 12pt;
	color: #f9c395;
	border-radius: 3px;
}

.saalismaara {
	background: transparent;
	width: 20px;
	border: 0px;
	border-bottom: 2px solid #f9c395;
	color: #f9c395;
}

.blog_post {
	position: relative;
	border: 1px solid #2a1a0f;
	border-radius: 8px;
	min-height: 50px;
	margin-bottom: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background: #2a1a0f;
	background: rgba(21,13,8,0.6);
	text-align: justify;
}

.blog_post.hidden {
	color: rgba(249, 195, 149, 0.5);
	background: url(images/bg_stripes_01.png);
}

.blog_post_info {
	font-size: 8pt;
	position: absolute;
	right: 5px;
}