@import url();

body {
	font-family: Helvetica, Verdana, sans-serif;
	font-size: 12pt;
	line-height: 16pt;
	text-align: center;
	margin: 30px;
	padding: 0;
	background: rgb(255, 255, 255) url(kukkatausta.jpg);
	color: rgb(0, 0, 0);
}

a, a:link {
	text-decoration: none;
	color: #f47b04;
}

a, a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

h1 {
	font-size: 15pt;
	font-weight: bold;
}

h2 {
	font-size: 14pt;
	font-weight: bold;
}

h3 {
	font-size: 13pt;
	font-weight: bold;
}

.fontwhi {
	size: 12px;
	color: white;
	text-decoration: none;
}

#mainwrapper {
	width: 950px;
	height: 940px;
	background: #2a350b;
	border: solid 0px black;
	margin: auto;
}

#content {
	width: 940px;
	height: 690px;
	background: white;
	margin: auto;
}

#conleft {
	width: 440px;
	float: left;
}

#conright {
	width: 440px;
	float: right;
}

#suosikit {
	width: 940px;
	height: 50px;
	background: white;
	margin: auto;
	padding-top: 20px;
}

#header {
	height: 150px;
}

#footer {
	height: 70px;
	background: #2a350b;
	margin: auto;
}

