/* Tehnyt: Petri I. | petri.ikonen@kuopassa.com | www.kuopassa.com */

@import url(extrat.css);

/* Yleiset */

* {
	margin: 0;
	padding: 0;
	}

body {
	margin: 0;
	font: 0.8em Georgia, "Times New Roman", Times, serif;
	color: #333;
	background: #FFF;
	}
	
a {
	text-decoration: underline;
	color: #969;
	}
	
a:hover {
	text-decoration: none;
	color: #969;
	}
	
/* Rakenne */

#runko {
	width: 710px;
	margin: 0 auto;
	}
	
#top {
	background: url(../images/top_bg.png) no-repeat 50% 0;
	height: 50px;
	}
	
#header {
	background: url(../images/header.png) no-repeat 50% 0;
	height: 200px;
	margin-top: 2px;
	border-bottom: 2px solid #CCC;
	}
	
#middle {
	min-height: 10em;
	height: auto;
	_height: 10em;
	border-right: 2px solid #CCC;
	border-left: 2px solid #CCC;
	}
	
#middle2 {
	height: 50px;
	background: url(../images/middle2_bg.png) no-repeat 50% 100%;
	border-top: 2px solid #CCC;
	}
	
#left_column {
	float: left;
	display: inline;
	width: 230px;
	background: url(../images/sebastian_malli1.jpg) no-repeat 0 100%;
	min-height: 340px;
	height: auto;
	_height: 340px;
	border-right: 2px solid #CCC;
	}
	
#center_column {
	float: left;
	display: inline;
	width: 440px;
	margin: 0 15px;
	}

#right_column {
	float: right;
	display: inline;
	width: 230px;
	}

div#center_column ul {
	list-style: none;
	display: table;
	height: 100%;
	width: 100%;
	margin: 0;
	padding: 0;
	}

div#center_column ul li,
div#center_column ul li img {
	display: inline;
	}

div#center_column ul li img {
	padding: 5px;
	margin: 0 5px 5px 0;
	border: 1px solid #ccc;
	background: #fff;
	}
