body{
	margin:			0;
	padding:		0;
	background:		#504229;
	font-family:		verdana, arial, helvetica, sans-serif;
    	font-size:              12px;
	color:			#3d2f1a;
}

#container{
	background:		url('bg.gif') repeat-y #3d2f1a;
	width:			804px;
	margin-left:		auto;
	margin-right:		auto;
	padding-left:		6px;
}

#header {
	background:		url('header.jpg') no-repeat;
	height:			142px;
	
}

#header h1{
	display:		none;
}

#navigation{
	background:		url('navi_bg.gif') no-repeat;
	height:			32px;
	margin-bottom:		20px;
}
	#navigation ul{
		margin:                 0;
		padding:                0;
		list-style:             none;
                padding-top:      10px;
	}
	#navigation li{
	    display:                inline;
	    color: 				    #000;
	    margin: 				0;
  	    padding: 				5px;
  	    padding-top:			10px;
	    font-family:			verdana, arial, helvetica, sans-serif;
	    font-weight: 			bold;
  	    text-decoration: 		none;
  	    font-size:				12px;
            border-bottom:               none;
	}
	#navigation li a{
		
		color: 				    #000;
	    margin: 				0;
  	    padding: 				5px;
  	    padding-top:			10px;
	    font-family:			verdana, arial, helvetica, sans-serif;
	    font-weight: 			bold;
  	    text-decoration: 		none;
  	    font-size:				12px;

	}

#sidebar{
	width:			200px;
	float:			left;
}
.banner{
   margin-top: 30px;
  margin-left:16px;
}

.banner h2{
 color: #fff;
 font-size: 13px;
}

.banner img{
 border: none;
}

.sb_box{
	background:		url('sb_box.gif') bottom no-repeat;
	margin-left:		10px;
	padding-left:		7px;
	padding-bottom:		10px;
}


.sb_box h4{
	background:		url('sb_header.gif') no-repeat;
	text-align:		center;
	height:			30px;
	padding-top:		5px;
	text-transform:		uppercase;
}

.sb_box li{
	list-style:		none;
}

.sb_box li a{
	color:			#3d2f1a;
}

.sb_box p{
        padding-left:          20px;
}
.huom{
        margin-left:		20px;
        text-transform:      uppercase;
        color:                        #f00;
        font-weight:            bold;
}
#main{
	background:		#fff;
	width:			550px;
	float:			left;
	margin-top:		20px;
	margin-left:		10px;
	padding-left:		10px;
	padding-top:		10px;
	padding-bottom:		10px;
	padding-right:		10px;
}

#footer{
	clear:			both;
	text-align:		center;
	color:			#fff;
	height:			30px;
	padding-top:		10px;
}