body{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 12px;
	color: #292929;
	font-family: Trebuchet MS, sans-serif;
	background-image: url(images/tausta.png);
}

p{ 	margin-left:15px;
	line-height: 150%;
}

li{
	line-height: 150%;
}

textarea{
	border-top : 1px solid #747474;
	border-bottom : 1px solid #747474;
	border-left : 1px solid #747474;
	border-right : 1px solid #747474;
	padding: 2px;
	font-size: 12px;
	background-color: #E5E5E5;
}

INPUT, TEXTAREA, SELECT{
	border-top : 1px solid #747474;
	border-bottom : 1px solid #747474;
	border-left : 1px solid #747474;
	border-right : 1px solid #747474;
	padding: 2px;
	font-size: 12px;
	background-color: #E5E5E5;
}


img {
	padding: 4px;
	border: 0px;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	color: #B00A0F;
	margin-left:15px;

}

h2 {
	font-size: 16px;
	font-weight: bold;
  	color: #B00A0F;
	margin-left:15px;
}

h3 {
	font-size: 26px;
	font-weight: normal;
	color: #B00A0F;
	line-height: 150%;
	margin-left:15px;
}

h4 {
	font-size: 20px;
	font-weight: normal;
	color: #B00A0F;
	line-height: 150%;
	margin-left:15px;
}

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

a:visited {
	text-decoration: none;
	color: #000000;
}

a:hover {
	text-decoration: underline;
	color: #990000;
}
a:active {
	text-decoration: none;
}

/* Header */

#header {
	width: 900px;
	height: 200px;
	margin: 0px auto;
	background: url(images/header.jpg) no-repeat;
}

/* Menu */

#menu {
	float: right;
}

#menu ul {
	margin: 0px;
	padding: 320px 10px 10px 10px;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	margin-left: 20px;
	text-decoration: none;
	font-size: 0.85em;
	font-weight: bold;
	color:#292929;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#menu a:hover, .active a {
	border-bottom: 1px solid #FF9966;
}


/* Page */

#page {
	width: 900px;
	margin: 0 auto;
}

#foomain{
	color:#CCCCCC;
	clear:both;
	letter-spacing: 2px;
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	background-image: url(images/fooman.gif);
	background-repeat: repeat-x;
}

#foomain a:hover{
	margin-top: 10px;
	text-decoration:underline;
  	color: #B00A0F;
}

#foomain p {
	margin: 0px;
	line-height: 300%;
	padding: 0px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	color: #CCCCCC;
}

#foomain a {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	text-align: center;
	color: #FFFFFF;
}


/* Content */

#content {
	float: left;
	width: 670px;
}

.post {
}

.lomake {
	line-height: 150%;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 220px;
	color:#292929;
	margin-top: 10px;
}

#sidebar h2 {
	font-size: 22px;
	font-weight: bold;
  	color: #B00A0F;
	line-height: 150%;
	padding: 0px 0 0 10px;
}
		
#sidebar p {
	font-weight: normal;
	font-weight: bold;
	padding: 10px 0 0 10px;
	font-size: 1em;
	color:#292929;
	line-height: 130%;
}

/* Footer */

#footer {
	background: #333333;
	color:#CCCCCC;
	clear:both;
	padding:25px;
	letter-spacing: 2px;
	text-align: center;
	font-family: Trebuchet MS, sans-serif;
	font-weight: bold;
	background-image: url(images/footer.jpg);
	background-position: top;
	background-repeat: repeat-x;
}

#footer p {
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	text-align: center;
	color: #CCCCCC;
	margin-top: 10px;
	letter-spacing: 1px;
}

#footer a {
	padding: 0px;
	font-size: 12px;
	text-align: center;
	margin-bottom: 10px;
	text-decoration:none;
	color:#CCCCCC;
	letter-spacing: 1px;
}
#footer a:hover{
	text-decoration:underline;
  	color: #B00A0F;
	letter-spacing: 1px;
}

#footer img {
	padding: 0px;
	border:none; 
}

