

* {
	border: none;
	padding: 0;
	margin: 0;
	}

body  {
	font: 0.8em "Trebuchet MS", Verdana, Helvetica, sans-serif;
	background: #ece8c6 url(images/bg.png);
	color: #406e92;
	}

/**************
*	Common typo
**************/

a {
	text-decoration: none;
	font-weight: 900;
}

a:hover {
	text-decoration: underline;
}

.clear {
	clear: both;
}

h2, h3 {
	color: #757b44;
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 0 15px 0;
}

p {
	margin: 0 0 15px 0;
}

#container {
	width: 890px;
	margin: 0 auto;
	position: relative;
	padding: 0 0 30px 0;
}

/**************
*	Header
**************/

#header {
	height: 192px;
	background: url(images/header.png) no-repeat 0 100%;
}
	
	#header h1 {
		margin: 0;
		padding: 0;
	}
	
		#header h1 a {
			width: 200px;
			height: 120px;
			display: block;
			overflow: hidden;
			outline: none;
			text-decoration: none;
			text-indent: -9000px;
			float: left;
			position: absolute;
			top: 50px;
			left: 70px;
			background: none;
		}
		
	#header p {
		position: absolute;
		top: 90px;
		right: 250px;
		color: #fff;
		font-weight: 900;
		width: 150px;
		font-size: 1.2em;
	}

/**************
*	Middle and content: the textual maintainer
**************/

#middle {
	background: url(images/middles.png) repeat-y 29px 0;
	padding: 0 46px 0 43px;
}

	#middle #content {
		background: url(images/content.png) no-repeat 0 100%;
		min-height: 133px;
	}

/**************
*	Single column: replace #middle with this ( <div id="column"> )  when goal is to make sinle column layout, then, eventually,  just remove columns right and left.
**************/

#column {
	background: url(images/middle.png) repeat-y 29px 0;
	padding: 0 56px 0 53px;
}

/**************
*	Navigation
**************/

#navigation {
	list-style: none;
	line-height: 1em;
	font-weight: 900;
	margin: 0;
	padding: 10px 0 10px 5px;
}

	#navigation li {
		display: inline;
		padding: 0 5px;
		border-right: 1px solid #406e92;
	}

	#navigation li.li5 {
		border-right: 0;
	}
	
	#navigation a {
		color: #406e92;

	}
	


/**************
*	Columns: left & right
**************/

#column-left {
	float: left;
	display: inline;
	width: 470px;
	height: 100%;
	padding: 10px 10px 133px 10px;
}

#column-right {
	float: right;
	display: inline;
	width: 270px;
	padding: 0 30px 0 0;
}

/**************
*	Bottom
**************/

#bottom {
	background: #406e92;
	padding: 5px;
	text-align: center;
	color: #fff;
	margin: 0 46px 0 43px;
}

/**************
*	Side: faces
**************/

#faces {
	height: 220px; /* Never come under me, I'm at the top, alone. */
	text-indent: -9000px;
}

	#faces h2 {
		text-indent: -9000px;
		width: 379px;
		height: 292px;
		position: absolute;
		top: 160px;
		right: 0;
		background: url(images/parstat.png) no-repeat 0 0;
	}

/**************
*	Side: places
**************/

#places {
	margin: 0;
	padding: 0;
}

	#places p {
		text-align: center;
		margin: 15px 0 15px 0 !important;
		font-size: 1em !important;
	}

		#places p strong {
			font-weight: normal;
			font-style: none;
		}

	#places h2 {
		background: #fff url(images/toimipiste.jpg) no-repeat;
		width: 250px;
		height: 173px;
		margin: 5px auto;
		text-indent: -9000px;
		border: 1px solid #ccc;
	}

/**************
*	Side: text
**************/

	#column-right p {
		margin: 20px;
		font-size: 0.95em;
	}

/* Form styling */

fieldset { 
	border:0;margin:0;padding:0; 
}

label { 
	display:block; 
}

input,textarea { 
	width:300px;
	font:12px/12px 'Trebuchet MS', Verdana ,Helvetica, sans-serif;
	color:#333;
	padding:3px;
	margin:1px 0;
	border:1px solid #ccc; 
}

.submit { 
	background: #fdf79d;
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	font-weight: bold;
	color: #448e38;
	padding: 6px;
	letter-spacing: 1.3pt;
	border: 1px solid #ccc;
	border-top: 1px solid #eee;
	border-left: 1px solid #eee;
}

.submit:hover {
	cursor: pointer;
	background: #e5efc4;
	border: 1px solid #448e38;
}

.stydi {
	font-size: 1.2em
}

.keskitys {
	text-align:center;
	padding:0 auto;
	margin:0 auto;
}

.allekirjoitus {
	text-align:center;
	font-size:0.7em;
}

.subnav {
	color: #757b44;
	font-size: 0.9em;
}