@charset "UTF-8";

* { margin: 0; padding: 0; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #000000;
	background-color: #FFFFFF;
	overflow: scroll;
    }
	ul { list-style:none;}
	a { text-decoration: none; color: #000000;}
		a:hover { text-decoration: underline; }

#wrapper {
	padding-top: 25px;
	width: 900px;
	margin: 0 auto;
}

#header { margin-bottom: 25px; display: block;}
	
#logo {
	float: left;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 199px;
	height: 40px;
	}
	
#logo a{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
	}

#topmenu {
	float: right;
	margin-top: 15px;
	margin-right: -6px; 
	width:385px;
	}
	#topmenu li {
		/*display: inline-block;*/
		float:left;
		margin-left: 6px; margin-right: 6px; 
		background-repeat: no-repeat; 
		height: 14px;
		}
	#topmenu li img { border: none;}
	
	
#sidebar {float: left; width: 162px;line-height: 150%; margin-top: -15px;}
	#sidebar h2 {
	font-size: 13px;
	color:#333333;
	font-weight: bold;
	padding-top: 15px;
}
	#sidebar li { }
	
	#sidebar img { border: none;}
	
#content {
	float: right; width: 700px;}

#content h2 {text-transform: uppercase; font-size: 20px; margin-bottom: 5px; margin-top: 5px;}
	
#content .small { font-size: 12px; }

#content p {margin-top: 18px; width: 70%;}

#content .col50 { 
	width: 348px; 
	display: inline-block; 
	line-height: 1.4em;
	}

#content img { border: none;}
	
#welcome { 
	width: 900px; 
	height: 520px;
	background-image: url(images/front1.jpg);
	background-repeat: no-repeat;
	}
	

.clear {
	clear: both; 
	display: block;}	

#content .col50 { 
	width: 348px; 
	display: inline-block; 
	border
	}
	

	/* projektikohtainen kuva */
	#projectphoto { margin-bottom: 20px;}


#footer {
	clear: both; 
	padding-top: 30px; 
	padding-left: 200px;
	font-size: 13px; color:#999999;
	}

.gallery {}
	.galleryItem {
		float: left;
		disply: inline-block;
		clear: none;
		margin-right: 15px;
		margin-bottom: 15px;
		}

.downloadlink { 
	display: inline-block;
	background-color: #eaeaea;
	padding: 8px 15px;
	font-size: 16px;
	text-decoration: underline;
	}

.block {
color: #FFFFFF;
	background-color: #333333;
	padding-bottom: 0px;
	padding-left: 2px;
	padding-top: 0px;
	padding-right: 2px;
	border-top-width: medium;
	border-right-width: 3px;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
}


.clear {clear: both; display: block;}