* {padding: 0; margin: 0;}
body { 
		margin: 0px; padding:0px;
		background-image: url(img/bg_page.jpg);
		background-color: #fff;
}
img { border:0px; }
h1 {
	font-size: 30px;
	color: #7d5c0f;
	letter-spacing: 0.1em;
	padding: 10px 0px 10px 20px;
}
h2 {
	font-size: 24px;
	color: #7d5c0f;
	letter-spacing: 0.1em;
	padding: 10px 0px 10px 20px;
}
h3 {
	font-size: 20px;
	color: #bb0f0e;
	letter-spacing: 0.1em;
	padding: 10px 0px 10px 20px;
}
p {
	padding: 0px 0px 0px 40px;
	letter-spacing:0.1em;
}

div#header {
	position:relative;
	padding: 0px;
	margin:0px auto;
	width:800px;
	height:270px;
	background-image: url(img/bg_header.jpg);
}
div#navigation {
	position:absolute;
	top:240px;
	left:0px;
	
}
div#puhekupla {
	position:absolute;
	top:50px;
	right:40px;
	float:right;
	width:300px; height:120px;
}
.puhekupla { padding:0px; font-weight: bold;}

div#content {
	position:relative;
	background: #fff;
	margin: 0px auto;
	min-height: 500px;
	width:800px;
	padding:0px;
}

div#footer {
	position:relative;
	background-image: url(img/bg_footer.jpg);
	background-repeat: no-repeat;
	margin: 0px auto;
	height: 290px;
	width:800px;
	color:#fff;
	padding:0px 0px 30px 0px;
}
div#footer_copy { position:absolute; top:225px; left:0px; padding:0px; }
div#footer h2 { color:#fff; letter-spacing:4px; }
.copy { 
	font-size:11px;
	text-transform: uppercase;
	padding:0px;
	white-space: pre;
}

div#yhteystiedot {
	position:absolute;
	top:170px;
	left:540px;
	width:320px;
	height:400px;
	line-height:1.3em;
}

/* YHTEYDENOTTO - TYYLIT LOMAKKEESEEN */
#contact-area {
	width: 530px;
	margin-top: 10px;
}

#contact-area input, #contact-area textarea, #contact-area select {
	padding: 1px;
	width: 350px;
	margin: 0px 0px 10px 0px;
	border: 1px solid #ccc;
}

#contact-area textarea {
	height: 180px;
}

#contact-area textarea:focus, #contact-area input:focus, #contact-area select:focus {
	border: 1px solid #ff6600;
	background: #fbfbfb;
}

#contact-area input.submit-button {
	width: 150px;
	margin-left:145px;
	padding:5px;
	letter-spacing: 0.1em;
}

label {
	float: left;
	text-align: right;
	margin-right: 15px;
	width: 130px;
	padding-top: 0px;
}