html {min height: 100%;}

* {
	margin: 0;
	padding: 0;
}

a {color: #000099;}
a:hover {color: #000099;}

body {
	background: #E3E4E6 url(../img/bg.gif) repeat-x;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {
	font: Arial, Helvetica, sans-serif;
	margin-bottom: 4px;
	color: #000;
	font-size: 18px;
}

h2 {
	font: italic bold normal 1.2em Georgia, "Times New Roman", Times, serif;
	margin-bottom: 4px;
	color: #93117B;
}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #C1CAD3;
	color: #30C;
	display: block;
	font:  Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url(../img/quote.gif) no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

h1,h2,h3 {padding-top: 6px;}

/* misc */
.clearer {clear: both;}

.left {float: left;}

.right {float: right;}

/* structure */
.container {
	background: #FFF;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 10px 10px;
	width: 560px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #03F;
	border-left-color: #0F3;
	
}


/* header */
.top {
	padding: 30px 10px 0;
}

/* title */
.header {
	background: url(img/header_580%20x%20188.gif) no-repeat center;
	margin: 0 auto;
	height: 188px;
	padding: 0px;
	width: 580px;	

}

.header .left, .header .right {
	color: #FFF;
	height: 250px;	
}


.header .right p,.header .right h2 {padding: 0 16px;}
.header .right h2 {padding-top: 16px; font: normal 1.6em "Trebuchet MS",sans-serif;}

/* navigation */
.navigation {
	background: #D9E1E5 url(navipalkki.gif));
	height: 50px;
	text-align: center;
	font-size: 15px;
}
.navigation a {
	background: #D9E1E5 url( url(navipalkki1.gif));
	float: left;
	font: bold 1.1em/28px sans-serif;
	padding: 0 20px;
	text-decoration: none;
	color: #000;
}

.navigation a:hover {background-position: left bottom; color: #234;}

/* main */
.main {
	border-top: 4px solid #FFF;
	background: #FFFFFF url(../none) repeat-y;
}

/* sub navigation */
.sidenav {
	float: right;
	width: 210px;
}
.sidenav h2 {
	color: #5A5A43;
	font-size: 1em;
	line-height: 30px;
	margin: 0;
	padding-left: 12px;
}
.sidenav ul {
	padding: 0;
	border-top: 1px solid #EAEADA;
}
.sidenav li {border-bottom: 1px solid #EAEADA;}
.sidenav li a {
	font-size: 1.1em;
	color: #554;
	display: block;
	padding: 8px 0 8px 5%;
	text-decoration: none;
	width: 95%;
}
.sidenav li a:hover {
	background: #F0F0EB;
	color: #654;	
}

/* content */
.content {
	float: left;
	margin: 10px 0;
	padding: 0 16px;
	width: 500px;
	font-size: 14px;
}
.content .descr {
	color: #000;
	font-size: 34px;
	margin-bottom: 6px;
}

.content ul {
	font-style: italic;
	line-height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	}
.content li {
	list-style: url(../img/li.gif);
	margin-left: 18px;
	
}
.content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
}

}
.footer a,.footer a:hover {
	color: #906;
	font-size: 12px;
}
