/* CSS Document */body {
	background-color:#FFF;
	text-align:center;
	/* IE5 */
}
/* Layout*/
div#container {
	margin:0 auto;
	text-align:left;
	width:900px;
	margin-top:25px;
}
div#header {
	width:690px;
	height:70px;
	margin-left:10px;
}
div#wrap {
	display:block;
	height:285px;
	background-image:url(images/turkoosituuli_background.jpg);
	background-repeat:no-repeat;
}
div#navigation {
	position:relative;
	width:580px;
	float:right;
	top:170px;
	padding-right:100px;
	overflow:hidden;
}


div#content {
	width:400px;
	margin:0 100px 10px 240px;
	padding:0 30px 5px 20px;
	border-left:1px dotted #999;
	float:left;
}
div#footer {
	right:0px;
	width:400px;
	clear:both;
	text-align:center;
	margin:0 90px 0 230px;
	padding:0px;
}
/* Typography */p {
	font-size:12px;
	line-height:18px;
	font-family:Arial,Helvetica,sans-serif;
	color:#333;
}
p.sidebar {
	font-size:12px;
	line-height:18px;
	font-family:Arial,Helvetica,sans-serif;
	color:#999;
}
h1 {
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
	color:#333;
}
h2 {
	font-size:14px;
	font-style:italic;
	float:right;
	line-height:18px;
	font-family:"Times New Roman",Times,serif;
	color:#333;
}
h3 {
	font-size:14px;
	line-height:18px;
	font-style:italic;
	font-family:"Times New Roman",Times,serif;
	color:#333;
}
h4 {
	font-size:16px;
	line-height:18px;
	font-family:"Times New Roman",Times,serif;
	color:#333;
}
div#content ul {
}
li {
	line-height:18px;
	padding-right:5px;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
}
/* Navigation */div#navigation ul {
	list-style-type:none;
}
div#navigation li {
	display:inline;
	text-transform:uppercase;
	padding-right:5px;
	font-size:11px;
	font-family:Arial,Helvetica,sans-serif;
}
div#navigation a:link,div#navigation a:visited {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#333;
	text-decoration:none;
}
div#navigation a:hover,div#navigation a:active {
	text-decoration:underline;
	color:#CC6633;
}
/* Links */ a:link,a:visited {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	color:#399;
	text-decoration:none;
}
a:hover,a:active {
	text-decoration:underline;
	color:#CC6633;
}
/* Images */img {
	border:none;
	float:left;
}
div#content img {
	border:1px solid #333;
	margin:5px 20px 20px 0;
	float:left;
}
/* Footer yhteys */div#footer ul {
	list-style-type:none;
	padding:0px;
}
div#footer li {
	display:inline;
	font-size:9px;
	font-family:Arial,Helvetica,sans-serif;
	color:#333;
	padding-right: 5px;
}
