body {
	background-color: #f6f6f6;	
	font-family:"Courier New", Courier, monospace;
	font-size:11px;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
hr{
	display: none;
}
img{
	border: none;
}
a{
	outline: none;
}
a:link, a:visited, a:active{
	color: #000;	
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

#wrapper {
	scroll 0 0;
	margin:0 auto;
	padding:0;
	position:relative;
	width:600px;
	padding: 48px;
	padding-top: 24px;
}
	#kuvert {
		position: absolute;
		right:48px;
		top:24px;
	}
		#kuvert a {
			text-decoration: none;
		}
	#header {
		margin-bottom: 16px;
	}
	#header-navigation {
		margin-bottom: 48px;
		text-align: center;
	}
.menu {
	float: left;
	margin-right: 36px; 
}
	.menu span {
		color:#444444;
		display:block;
		font-size:13px;
		margin-top:8px;
		text-align:center;
		text-transform:uppercase;
	}
	#thumbs {
		text-align: center;
	}
		#thumbs div {
			float: left;
			margin-right: 58px;
		}
		#thumbs span {
			color:#444444;
			display:block;
			font-size:13px;
			margin-top:8px;
			text-align:center;
			text-transform:uppercase;		
		}
	#thumbs img {
		border:0px solid black;
		/*margin-bottom:12px;*/
		/*margin-right:12px;*/
	}
		#thumbs div.last {
			margin-right: 0px;
		}
		#thumbs-sml img {
			margin: 0px 13px 12px 0px;
		}
			#thumbs-sml img.last {
				margin-right: 0px;
			}
	#thumbs.sub-menu img {
		border: 0px !important;

	}
		#thumbs.sub-menu img.last {
			margin-right: 0px;
		}
	#mixed {
		margin-bottom: 8px;
		text-align: center;
	}
		#mixed img {
			border: 0px solid black;
			clear: both;
		}
		#mixed span {
			clear:both;
			display:block;
			text-align:left;
			margin-bottom: 16px;
		}


.no-margin {
margin-right: 0px;
}

#main-area {
margin-top: 26px;
}