a {
	color: #333;
	text-decoration: underline;
}
a img {border:0}
img.border {border:1px solid #FF3366}
body {
	background: #CCC url(img/bg.jpg) repeat-y fixed bottom center;
	color: #444;
	margin: 0;
	padding:0;
	text-align: center;
	font: normal 0.8em sans-serif,Arial;
}
.otsikko a {
	 display: block; height: 240px;
}
.header {
	background: #FFF;
	border-bottom: 1px solid #E5E5E5;
	font: bold 2.6em Arial;
	line-height: 3em;
}
.main {
	background: #FFF; 
	border: 3px double #EEE; 
	border-color: #E4E4E4 #CFCFCF #CCC #CFCFCF; 
	margin: 10px auto 4px auto; 
	text-align: left;
	width: 620px; 
}
.menu {
	background: #EEE;
	font-weight:bold;
	height:26px;
}
.menu a {
	background: #EEE;
	border-right: 1px solid #CECECE;
	border-top: 1px solid #E5E5E5;
	font-weight:bold;
	color: #a20042;
	float: left;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration:none;
}
.menu a span {
	padding-left:8px;
	padding-right:8px;
}
.menu a:hover {
	background: #EEE url(img/bgmenu.gif) repeat-x;
	color: #555;
	text-decoration:none;
}
.menu a#last {
	border-right: none;
}
.menu a.current {
	color:#333;
	background: #EEE;
}
.container {
	margin: 10px;
}

.content {
	border-top: 1px solid #E5E5E5;
	clear: both;
	background: #FCFCFC url(img/bgitem.gif) repeat-x;
	padding: 20px 10px 10px 10px;
}
.content h1 {
	margin: 0;
	padding: 0.4em 0 0.2em;
	font: bold 1.2em sans-serif,Arial;
	color: #e44083;
}
.content h2 {
	margin: 0;
	padding: 0.4em 0 0.2em;
	font: bold 1.0em sans-serif,Arial;
	color: #e44083;
}
.content p {
	color: #444;
}
.content td {
	color: #444;
}

.footer {
	clear:both;
	padding: 5px 0 0 10px;
	background: #F5F5F5 url(img/footerbg.gif) no-repeat;
	color: #666;
	font-size:0.7em
}
.footer a {
	color: #666;
	text-decoration:none
} 
