body {
	background:url(images/bg.jpg) repeat-x top center #fff;
	font-family:"Trebuchet MS" Arial, Helvetica, sans-serif;
	font-size:62.5%; 
	color:#222222;
	}

* {
	margin:0;
	padding:0;
	}

img {
	border:0;
	}

p {
	margin-bottom:1.75em;
	}

a {
	text-decoration:none;
	color:#B4C835;
	}
a:hover {
	text-decoration:none;
	color:#6CC7DC;
	}
#wrapper {
	margin:0 auto;
	width:801px;
	font-size:1.20em;
	background:url(images/content.png) repeat-y;
	}
#header {
	height:304px;
	background:url(images/header.jpg) no-repeat;
	}
#menu {
	height:35px;
	line-height:35px;
	background:url(images/bg-menu.png) repeat-x;
	padding:0 10px;
	width: 777px;
	margin-left: 2px;
	}
#sidebar {
	float:right;
	width:313px;
	background:#efefef;
	margin-right:10px;
	
	}
#content {
	float:left;
	width:430px;
	margin-top: 20px;
	margin-left: 20px;

	min-height:300px;
	}
#content ul {
margin-left: 35px;
}


#footer {
	clear:both;
	height:316px;
	background:url(images/footer.jpg) no-repeat;
	}


#menu ul {
	list-style-type:none;
	}
#menu li {
	float:left;
	}
#menu li a {
text-transform: uppercase;
	padding:0 15px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}
#menu li a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	}
.otsikko {
	font-size:1.90em;
	font-weight:normal;
	letter-spacing:-1px;
	padding-bottom: 10px;
	}

#feed {
	height:25px;
	width:290px;
	background:url(images/login.png) no-repeat;
	margin:0 auto;
	padding-left:26px;
	}
a:hover.feed-button {
	background-position:0 -25px;
	}

#kirjaudu {
	color:#ffffff;
	width: 285px;
	float: right;
	text-transform:uppercase;
}
#kirjaudu a {
text-transform: uppercase;
	padding:0 30px;
	display:block;
	color:#ffffff;
	margin-right:2px;
	}

#kirjaudu a:hover {
	background:url(images/bg-menu-hover.png) no-repeat center center;
	color:#ffffff;
	}

#sidebar-bottom {
	height:20px;
	background:url(images/bg-sidebar-bottom.gif) no-repeat top center;
	}
#sideteksti {
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
}

#copyright {
color: #FFFFFF;
text-align: center;
padding-top: 280px;
}


