html, body {
	margin:0;
}

body {
	font-family: 'Verdana';
	background-color: #444;
	font-size: 12px;
	color: #444;
	background-image:url(/layout_images/body_bg.png);
}

#wrapper {
	position:relative;
	width: 700px;
	/*background-color: #a9e769;*/
/*	background-color: #e66; */
	background-color: #eee;
	height: 100%;
	margin: 20px auto 20px auto;
	padding-bottom:10px;
	/*background-image: url(layout_images/flower_BG.gif); 
	background-repeat: no-repeat;*/
	background-image: url(/layout_images/bg_slide.jpg);
	background-repeat: repeat-x;
	height:100%;
	border:3px solid #7abd58;
	
/*	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
*/	
}

#taustakuva
{
	position:absolute;
	top:0;
	left:0;
}
#header {
	height: 170px;
}

#header img {
	position:absolute;
	top:45px;
	right:10px;
}


#navi {
	position:absolute;
	top: 135px;
	background-image: url(/layout_images/navibg_pink.png);
	margin-left:10px;
	width: 500px;
	height:25px;
	color:#333;
}

#navi a
{
	color:#333;
	text-decoration:none;
}

#navi a:hover
{
	color:#ddd;
}

.navItem
{
	margin-left:10px;
	margin-right:30px;
	margin-top:3px;
	text-align:center;
	float:left;
	line-height:80%;
}

.lastItem
{
	margin-right: 0;
}

#mainContent
{
	position:relative;
	margin:10px 0 20px 10px;
	width: 480px;
	/*background-color: #aca; */
	background-color: #fff;
	min-height: 515px;
	padding:0 10px;
}

#wrapTop
{
	position:relative;
	top: -14px;
	left:-10px;
	margin:0;
}

#wrapBottom
{
	position:absolute;
	bottom: -14px;
	left:0px;
}

.content
{
	position: relative;
	top: -20px;
}
#mainContent h2
{
	padding:0;
	margin:0;
	margin-bottom: 5px;
	
}
#mainContent h2 small
{
	font-weight: normal;
	font-size: 10px;
}

p {
	margin:0 0 20px 0;
	padding:0;
}
#rightContent
{
	position: relative; 
	/*top: 0;
	left:520px;*/
	padding: 0 10px;
	
	margin: 10px 10px;
	float:right;
	width: 150px;
	/*background-color: #575; */
	background-color: #ddd;
	bottom:0;
	min-height: 515px;
	/*color: #ff5400; */
	border:1px solid #fb11c1;
}

ul {
	margin:0;
	padding-left:15px;
}
#rightContent h3
{
	margin:0;
	padding:0;
}


#rightContentTop
{
		position:absolute;
		top: -14px;
		left:-1px;
	
}

#rightContentBottom
{
	position:absolute;
	bottom: -14px;
	left:-1px;
}

#footer
{
	width: 100%;
	position: absolute;
	bottom:2px;
	font-size: 10px;
	color: #ddd;
	text-align: center;
}

#rightContent a
{
	text-decoration: none;
	color: #f83ac9;
}

#rightContent a:hover
{
	text-decoration: underline;
	color: #7abd58;

}

.photo
{
	background-color:#fff;
	padding:5px;
	border:1px solid #000;
}

.list
{
	margin:0;
	padding:0;
	list-style:none;
	margin-bottom:10px;
}

img {
	border:none;
}
.list li
{
	margin:0;
	padding:0;
}

h2.blog_header
{
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:1px solid #aaa;
	line-height: 80%;
}

small.blog_header
{
	padding-bottom: 10px;
	line-height: 90%;
}

h3.blog_comment
{
	margin-bottom: 0;
	padding-bottom:0;
}

.blog_msg_link
{
	text-decoration:none;
	color: #444;
	
}

.sisennetty
{
	margin-left:20px;
}

.js_button:hover
{
	cursor: pointer;
}

div.blog_comment
{
	border-bottom:1px solid #aaa;
	padding: 5px 0 7px 0;
}

.blog_comment_row1
{
	
}

.blog_comment_row1
{
	background-color: #f5f5f5;
}