@charset "UTF-8";
/* CSS Document */

/* 	INSTRUCTIONS */
/*	Follow the simple instructions listed within the style sheet, 
	each item that requires action is marked as follows: [task]		*/

/* A very simple CSS reset */
html, body, div, h1, h2, h3, h4, h5, h6, p, blockquote, a, img, small, strike, strong, b, u, i,  ol, ul, li {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	background: #000000 url(images/background.jpg) 0 204px no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color: #333;
}

a {
	color: #C4242A;
	text-decoration: none;
	border-bottom: 1px dotted;
}
a:visited {
	border-bottom: 1px #becfa9 solid;
}
a:hover {
	border-bottom: 1px solid;
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	color: #C4242A;
}
h1 {
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
}
h2 {
	font-weight: normal;
	font-size: 18px;
	line-height: 20px;
}
h3 {
	font-size: 14px;
	line-height: 18px;
}
h4 {
	font-size: 13px;
	line-height: 18px;
}
h5 {
	font-size: 12px;
	line-height: 18px;
}
h6 {
	font-size: 12px;
	line-height: 16px;
}

/* otsakealueen tyylit */
div#header {
	background: url(images/header_background.jpg) 0 0 no-repeat;
	height: 204px;
}

a#logo {
	background: url(images/raiveli_logo.png) 0 0 no-repeat;
	width: 250px;
	height: 150px;
	text-indent: -900em;
	overflow: hidden;
	display: block;
	position: relative;
	top: 30px;
	left: 25px;
	border: none;
}

/* päälavan tyylit */
div#stage {
	width: 884px;
}

div#navigation {
	width: 225px;
	float: left;
}
	div#navigation ul {
		font-family: Georgia, "Times New Roman", Times, serif;
		margin: 0 0 0 30px;
		list-style-type: none;
	}
	div#navigation ul li {
		font-size: 13px;
		line-height: 22px;
	}
	div#navigation ul li a {
		font-weight: bold;
		border: none;
	}
	div#navigation ul li a:hover {
		border-bottom: 1px dotted;
	}

div#content {
	width: 659px;
	float: right;
}
	div#main_top {
		background: url(images/main_top.jpg) 0 0 no-repeat;
		height: 7px;
	}
	div#main_middle {
		background: #FFF url(images/main_middle.jpg) 0 0 repeat-y;
	}
	div#main_bottom {
		background: url(images/main_bottom.jpg) 0 0 no-repeat;
		height: 7px;
	}
	
div#texture_box {
	background: url(images/bottom_texture.jpg) center bottom no-repeat;
		margin: 0 7px;
}

div#image_box {
	overflow:hidden;
	width: 645px;
	height: 214px;
}
	div#image_box img {
		float: right;
	}
	div#image_box a {
		background: url(images/consultation.png) 0 0 no-repeat;
		text-indent: -900em;
		overflow: hidden;
		position: relative;
		top: -91px;
		width: 171px;
		height: 71px;
		float: right;
		display: block;
		border: none;
	}
	div#image_box a:hover {
		background-position: 0 -71px;	
	}
	
div#articles {
	background: url(images/top_texture.jpg) 0 1px no-repeat;
	width: 406px;
	float: left;
	padding: 0 0 36px 0;
}
	div#articles p {
		margin: 0 0 12px 8px;	
	}
	div#articles h1 {
		background: url(images/dot_rule.png) left bottom no-repeat;
		padding: 0 0 6px 0;
		margin: 30px 0 6px 8px;
	}
	div#articles h2 {
		background: url(images/dot_rule.png) left bottom no-repeat;
		padding: 0 0 6px 0;
		margin: 60px 0 6px 8px;
	}
	div#articles h3 {
		margin: 0 0 0 8px;
	}
	div#articles h3 a {
		border: none;	
	}
	div#articles h3 a:hover {
		border-bottom: 1px dotted;	
	}
	
div#testimonials {
	width: 181px;
	float: right;
}
	div#testimonials h4 {
		font-size: 14px;
		margin: 30px 8px 0 9px;
	}
	div#testimonials p.testimony {
		background: url(images/testimonial_ornament.jpg) 0 0 no-repeat;
		margin: 0 12px 4px 0;
		padding: 8px 0 0 10px;
		font-size: 12px;
		color: #7e7e7e;
	}
	div#testimonials p.source {
		margin: 0 0 0 8px;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-style: italic;
		font-size: 12px;
	}

	
/* ala-alueen tyylit */
div#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	line-height: 16px;
	color: #FFFF00;
	width: 659px;
	margin: 0 0 40px 225px;
	text-align: center;
}
	div#footer h6 {
		margin: 10px 0 1px 0;
		padding: 0 0 70px 0;
		}
