@charset "UTF-8";


/* basics */

body {
	font: 12px/1.8 "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #333;
	letter-spacing: 0.1em;
	background: #666666;
	margin: 0; 
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background: url(../images/background.jpg) repeat center top;
}

a.img {
	border: none;	
}

.clear {
	clear: both;	
}

div.left {
	float: left;
	width: 330px;
}

img {
	box-shadow: rgba(0,0,0, 0.1) 0px 5px 5px;
	-moz-box-shadow: rgba(0,0,0, 0.1) 0px 5px 5px;
	-webkit-box-shadow: rgba(0,0,0, 0.1) 0px 5px 5px;
	
}


img.koriste, #logo img {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
		
}


img.left {
	float: left;
	margin-bottom: 20px;
	margin-right: 20px;
}

img.right {
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

td{
	padding-bottom: 20px;
	
}


/* typography */

a:focus {outline:1px dotted invert}

a:link, a:visited {
	color: #40A291;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;	
}

hr {
	border:0 #ccc solid;
	border-top-width:1px;
	clear:both;height:0
	}

h1 {
	font-size:21px;
	text-transform: uppercase;
	color: #882363;
	}

h2 {
	font-size:19px;
	text-transform: uppercase;
	}

h3{font-size:17px}

h4{font-size:15px}

h5{font-size:14px}

h6{font-size:13px}

ol{list-style:decimal}

ul{list-style:disc}

li{margin-left:30px}

h1,h2,h3,h4,h5,h6 {font-weight: normal;}

p,dl,hr,h1,h2,h3,h4,h5,h6,ol,ul,pre,table,address,fieldset{margin: 0 0 20px 0px}

#thoughts p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 30px;
	font-style: italic;
	line-height: 1.2;
	letter-spacing: normal;
}

/* layout */


#container {
	width: 800px; 
	margin: 0 auto; 
	text-align: left; 
}

#header {
	width: 800px;
	margin-top: 50px;
}

#logo {
	width: 310px;
	float: left;
	text-align: right;
}

#logo h1 {
	position: absolute; 
	left: -9000px;
}

#navigation {
	width: 330px;
	margin-right: 80px;
	margin-top: 20px;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 0.2em;
    word-spacing: 15px;
	text-transform: uppercase;
	float: right;
	text-align: center;
	line-height: 1.7;
}

#navigation a, #footer a {
	color: #9b5138;
}

#navigation a:hover, #navigation a.current, #footer a:hover {
	color: #fff;
	text-decoration: underline;
}

#content-top {
	background: url(../images/bg-top.jpg) no-repeat;
	width: 800px;
	height: 62px;
}

#content {
	background: url(../images/bg-middle.jpg) repeat-y;
	width: 720px;
    padding: 0 40px;
	overflow: auto;
}


.etusivu-oikea {
	margin-left: 20px;
	margin-bottom: 20px;
	width: 370px;
	float: right;
}



#content-bottom {
	background: url(../images/bg-bottom.jpg) no-repeat;
	width: 800px;
	height: 25px;
	margin-bottom: 10px;
}

#footer p {
    color: #fff;
    font-size: 11px;
    text-align: center;
}
