/*

Design by Free CSS Templates

http://www.freecsstemplates.org

Released for free under a Creative Commons Attribution 2.5 License

*/

body {
	margin: 20px 0;
	padding: 0;
	background: #CCCCCC;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

p, ul, ol, blockquote {
	font-size: small;
	line-height: 160%;
}

p.selaus{
	text-align: center;
}

hr {
	background-color: #cccccc;
	color: #cccccc;
  	border: 0;
}

a {
	color: #67823B;
}

a img {
	border: none;
}

a:hover {
	text-decoration: none;
}

table {
	font-size: small;
	line-height: 160%;
	width: 100%;
}

td {
vertical-align: top;
text-align: left;
}

table.kuvat td{
	width: 50%;
	vertical-align: middle;
	text-align: center;
}

table.pentueet {
	font-size: small;
	line-height: 160%;
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #67823B;
	border-collapse: separate;
	background-color: white;
}

table.pentueet th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #67823B;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.pentueet td {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #67823B;
	/*background-color: white;*/
	-moz-border-radius: 0px 0px 0px 0px;
	text-align: left;
	vertical-align: top;
}

/* Header */
p.virhe {
	color: Red;
	font-weight: bold;
}

#header {
	width: 740px;
	/*height: 144px;*/
	height: 235px;
	margin: 0 auto;
	background: url(images/img1.jpg) no-repeat center center;
	border-top: 10px solid #000000;
	border-bottom: 10px solid #000000;
}

#header * {
	margin: 0;
	padding: 0;
	text-decoration: none;
	/*font: bold 11px Verdana, Arial, Helvetica, sans-serif;*/
	font: bold 16px Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
}

#header h1 {
	float: left;
	/*padding: 120px 0 0 10px;*/
	padding: 210px 0 0 10px;
}

#header h2 {
	float: right;
	padding: 120px 10px 0 0;
}

/* Content */

#content {
	width: 740px;
	margin: 0 auto;
	background: url(images/img2.gif);
	border: 2px solid #CCCCCC;
}

#colOne {
	float: left;
	width: 449px;
	padding: 20px;
}

#colOne li {
	/*margin-bottom: 1em;
	color: #FFFFFF;*/
	list-style: none;
}

#colTwo {
	float: right;
	width: 209px;
	padding: 20px;
}

/* Content > ColOne */

#colTwo h2 {
	font-size: medium;
	color: #FFFFFF;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	margin-bottom: 1em;
	color: #FFFFFF;
}

#colTwo li li {
	margin-bottom: 0;
	padding-left: 1em;
}

#colTwo a {
	color: #FFFFFF;
}

/* Footer */

#footer {
	width: 740px;
	margin: 0 auto;
	background: #000000;
}

#footer * {
	color: #FFFFFF;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: x-small;
}