* {
	margin:0;
	padding:0;
}
html {
	border-bottom: 1px solid transparent;
	height: 100%;
}
body {
	/*	background: url(../images/layout/vohvelirauta_tausta.jpg) 0 -200px repeat-x #35414D;*/
	background: #9DB94F;
	font: 12px/16px Arial,sans-serif;
	padding-bottom: 2cm;
}
h1,h2,h3 {
	color: #9CC318;
	font: 24px Arial,sans-serif;
	font-weight: bold;
	margin: 15px;
	text-transform: capitalize;
}
p {
	color: #333;
	margin: 30px 15px;
}
a {
/*	color: #206EAA;*/
	color: #E51000;
	font-size: 13px;
}
a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul {
	background: #eee;	
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	padding: 15px;
}
ul li {
	margin-left: 15px;
}
dl {
	margin-bottom: 30px;
}
dt a {
	font-size: 18px;
}
dt,dd {
	margin-left: 15px;
}
dd {
	margin-top: 5px;
	margin-bottom: 15px;
}
dd img {
	float: left;
	margin: 0 15px;
}
ul {margin: 25px 15px;}
#wrap {
	background: #fff;
	margin: 10px auto;
	width: 770px;
	overflow: hidden;
}
#header {
	background: #fff;
	padding: 10px;
}
#header h1,
#header a {
	color: #666;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
}
#header h1 {

}
#header h1, #header a {
	display: block;
	font-size: 16px !important;
	line-height: 18px !important;
	margin: 10px 0 0 0 !important;
	padding: 0 !important;		
}
#header a:visited {
	background: transparent;
}
#contentWrap {
	background: #fff;
	margin: 0 10px;
}
#content {
	background: #fff;
	float: left;	
	margin-top: 10px;
	width: 490px;
	overflow: hidden;
}
#content h2 {
	color: #fff;
	position: absolute;
	top: 270px;
}
#mboxi {
	float: left;
	margin-top: 10px;
	height: 250px;
	margin-left: 10px;
	width: 250px;
}
#prev,#next {
	font-size: 16px;
	text-align: center;
}
#prev {
	display: block;
	float: left;
	margin: 15px 0 50px 15px;
	width: 45%;
}
#next {
	display: block;
	float: left;
	margin: 15px 0 50px 0;	
	width: 45%;	
}
#footer {
	color: #fff;
	margin: 0 auto; 
	width: 750px;
}
#footer p {
	color: #fff;
	font-size: 10px;
	padding: 0;
	margin: 0;
	text-align: center;
}
#footer a {
	color: #fff;
	font-size: x-small;
	text-decoration: underline;
}
#toplinks {
	position: absolute;
	height: 20px;
	width: 468px;
	top: 25px;
	margin-left: 290px;
}