* { margin: 0; padding: 0; }

html {
	min-height: 100%;
	height: auto;
	overflow-y: scroll;	
}

body {
	font-family: 'Trebuchet', Helvetica, sans-serif;
	font-size: 12px;
	background: white;
	background: url('../images/bg.jpg') repeat-x;	
	}
#wrap {
	margin: 0px auto;
	width: 900px;

	}
.clear {
	visibility: hidden;
	clear: both;
	}
	
a {
	color: #636363;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	text-decoration: underline;
	}

h1, h2, h3, h4, h5 {
	padding-left: 25px;
	color: #474747;
	}	
	
h2 {
	background-color:#636363;
	color: white;
	font-size: 13px;
	letter-spacing: 1px;	
	font-weight: bold;	
	padding: 5px 0 5px 15px;
	border-left: 10px solid #CE0618;
	clear: both;		
}

h3 {
	font-size: 13px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	}
	

h4, h5 {
	font-size: 12px;
	font-weight: bold;
	margin: 10px 0px 5px 0px;
	}

p {
	margin: 5px 5px 5px 25px;
	}

table {
	margin-left:25px;
	float:left;
	}	
	
/* Header stuff */
#header {
	width: 100%;
	height: 130px;
	background: url('../images/headerbg.jpg') no-repeat;
	}
#header h1 {
	width: 310px;
	height: 81px;
	padding: 15px 0 0 35px;
	float: left;
	}
#header h1 a {
	display: block;
	text-indent: -99999px;
	outline: 0;
	height: 59px;
	}
#slogan {
	font-family: Georgia, "Times New Roman", Times, serif;
	float: right;
	padding: 10px 35px 0 0;
	text-align: right;
	color: white;
	}
#slogan strong {
	font-size: 16px;
	font-weight: normal;
	color: #0055a4;
	}

/* Navigation */
#navigation {
	list-style: none;
	padding: 0px 0px 0px 0px;
	text-transform: uppercase;
	font-size: 11px;
	clear: both;
	height:30px;
	font-weight: bold;
	}
#navigation li {
	float: left;
	line-height: 17px;
	}
#navigation li.last {
	background: none;
	}
#navigation a {
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 6px 15px 6px 15px;
	}
#navigation a:hover {
	border-top: 2px solid white;	
	}
#navigation a.active {
	border-top: 2px solid white;
	padding-top:4px;	
	}

/* The big pic */
#rotatepic {
	background: white;
	width: 625px;
	height: 280px;
	margin-bottom:10px;
	}


/* Main content */

#content {
	padding: 7px 0px 10px 0px;
	}
	
#left_area {
	width: 625px;
	padding-right: 10px;
	float: left;
	font-size: 12px;
	}
	
		
#left_area a {
	text-decoration: underline;
	}	

#left_area ul{
	margin-left: 50px;
	}		

.kuvaselain {
	float:right;
	display:block;	
	width:360px;
	height: 340px;
	padding:10px 0px 10px 10px;
	margin-left:10px;
	border: 3px solid #636363;
	}	
.isokuva_frame {
	width: 350px;
	height: 260px;	
}
.isokuva {
	}	

.pikkukuva {
	margin: 5px 7px 5px 0px;
	border: 0;
	}	
	
			
#ryhmaboksi {
	width: 90%;
	padding-left:25px;
	padding-top:15px;
	float:left;
	display: block;	
	font-size:14px;
	}	
			
#right_area {
	width: 245px;
	height: 400px;
	padding-left: 10px;
	float: right;
	font-size: 12px;
	}	
		
#right_area h2 a{
	color: white;
	}	

.clear{
	clear:both;
	}	
	

.newsitem {
	margin-bottom: 20px;
	}
	
#footer{
	width:100%;
	height:145px;
	background: url('../images/footerbg.jpg') repeat-x;	
	padding-top:15px;
	text-align: center;
	color: black;
	}
	
#footer p{
	text-align: center;
	}	