body {
	margin:0px;
	background:#ffffff;
	font-family: arial, helvetica;
	font-size:12px;
}

#main {
	background-image:url(images/bg.jpg);
	background-position:top center;
	background-repeat:repeat-y;
}

#header {
	width:950px;
	height:335px;
	border-bottom:1px solid #515054;
}

#content {
	width:950px;
	text-align:left;
	
}

#footer {
	width:950px;
	height:44px;
	border-top:1px solid #515054;
	background-image:url(images/footer_bg.jpg);
}

h1 {
	font-family: arial, helvetica;
	font-size:26px;
	margin:30px 0px 10px 0px;
}

h2 {
	margin:10px 0px 10px 0px;
	font-family: arial, helvetica;
	font-size:16px;
	line-height:120%;
}

p {
	font-family: arial, helvetica;
	font-size:12px;
	margin:3px 0px 10px 0px;
}

td {
	font-family: arial, helvetica;
	font-size:12px;
}

a {
	color:#D77600;
	text-decoration:none;
}

.submit {
	background:#515054;
	font-weight:bold;
	color:#ffffff;
	font-size:11px;
	border:1px solid #000000;
	padding:1px 3px 1px 3px;
	
}

form h2 {
	margin-bottom:5px;
}

li {
	list-style-image : url(images/list.gif);
	font-weight:bold;
}

a.lisatietopyynto {
	display:block;
	background:url(images/bg_link.gif);
	background-repeat:no-repeat;
	margin:25px 0px 0px 15px;
	padding:12px 15px 15px 20px;
	font-weight:bold;
}