* {	/* Ehkäistään ongelmia */
	margin: 0;
	padding: 0;
	}

body {
	font-family: "Comic Sans", "Comic Sans MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 10px pohja fontille */
	background: #b1e745 url(img/bg.jpg) repeat-x;
	padding: 20px 0;
	}

#wrap {
	margin: 0 auto;
	width: 854px;
	background: url(img/wrapbg.jpg) repeat-y;
	padding-bottom: 10px;
	}
#header {
	background: url(img/header.jpg) no-repeat;
	width: 854px;
	height: 326px;
	}

#header p {
	color: #fff;
	text-align: center;
	line-height: 62px;
	font-size: 1.4em;
	}

#navigation {
	list-style: none;
	font-size: 1.5em;
	font-weight: bold;
	position: relative;
	padding-top: 228px;
	padding-left: 260px;
	}
#navigation li {
	float: left;
	margin-right: 60px;
	}
#navigation a {
	color: #000;
	text-decoration: none;
	}
#navigation a:hover {
	color: #DA251A;
	}

h1 {
	position: absolute;
	left: -5000px;
	}


#content {
	float: right;
	width: 550px;
	padding-right: 20px;
	padding-top: 20px;
	font-size: 1.4em;
	}
#content a {
	color: #DA251A;
	}
#content h2 {
	font-size: 18px;
	margin-bottom: 20px;
	}
#content p {
	margin-bottom: 15px;
	}
#content ul {
	margin-left: 20px;
	margin-bottom: 20px;
	}
#content li.sub {
	list-style: none;
	}
#content ul ul {
	list-style: none;
	margin-bottom: 0px;
	}

#sidebar {
	width: 240px;
	padding-left: 10px;
	padding-top: 10px;
	font-size: 1.2em;
	}

#login {
	background: url(img/login-top.jpg) no-repeat;
	padding-top: 10px;
	margin-bottom: 10px;
	}
#login h3 {
	font-size: 1.2em;
	padding-left: 10px;
	}
#login form, #login div {
	background: url(img/login-bottom.gif) no-repeat left bottom;
	padding: 10px;
	}
#login form label {
	display: block;
	width: 60px;
	float: left;
	}
#login form p {
	padding-bottom: 5px;
	}

#footer {
	background: url(img/footer.gif) no-repeat;
	height: 43px;
	width: 854px;
	margin: 0 auto;
	text-indent: -99999px;
	}
	

.clear {
	visibility: hidden;
	clear: both;
	}


form#contact label {
	display: block;
	float: left;
	width: 100px;
	padding-bottom: 5px;
	}
form#contact input, form#contact textarea {
	width: 300px;
	}
form#contact p {
	clear: left;
	}
form#contact p.bigpadding {
	padding-top: 10px;
	}
form#contact p.button {
	padding-left: 100px;
	}


button {
	border: 1px solid #6EA224;
	background: #D5F19C;
	color: #DA251A;
	}
