html {
	padding: 0;
	margin: 0;
}

body {
	font-family: Tahoma, Freesans;
	font-size: 10pt;
	
	background-image: url('limages/bodybg.png');
	background-repeat: repeat-x;
	background-color: #0e0e0e;
	
	padding: 0;
	margin: 0;
}

#wrapper {
	width: 1050px;
	
	margin: 0 auto 80px auto;
	text-align: center;
}

#header {
	width: 1000px;
	height: 300px;
	
	background-image: url('limages/header.jpg');
	background-repeat: no-repeat;
	margin: 0 auto;
	
	text-align: left;
}

#navigation {
	width: 1050px;
	
	color: #FFF;
	font-size: 9pt;
	font-weight: bold;
	text-align: center;
	
	padding-top: 6px;
}

#navigation a {
	color: #FFF;
	
	margin: 0 1em;
}

#content {
	width: 1050px;
	height: 495px;
	
	padding-top: 40px;
	
	background-image: url('limages/contentframe.png');
	background-repeat: no-repeat;
}

#contentframe {
	width: 905px;
	height: 440px;
	
	text-align: justify;
	
	padding-right: 15px;
	margin: 0 auto;
	
	overflow: auto;
}

#footer {
	color: #333;
	font-size: 7pt;
	font-weight: bold;
	text-align: center;
}

#footer a:link, #footer a:visited {
	color: #555;
	text-decoration: underline;
}

#footer a:hover, #footer a:active {
	color: #888;
	text-decoration: none;
}

/* LINKS */

a:link, a:visited {
	color: #650d00;
	text-decoration: underline;
}

a:hover, a:active {
	color: #ff6d57;
	text-decoration: none;
}

/* TEKSTIT */

h1, h2, h3 {
	text-align: center;
}

/* TIEDOSTOTAULUKKO */

.filelist {
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}

.filelist td {
	padding-left: 10px;
	height: 30px;
}

.fileheader {
	color: #FFF;
	background-image: url('limages/fileheader.png');
	background-repeat: repeat-x;
	background-color: #c61a00;
	
	font-weight: bold;
}

.fileheader td {
	padding-left: 20px;
	height: 30px;
}

.filerow {
	background-image: url('limages/filerow.png');
	background-repeat: repeat-x;
}

.filerow:hover {
	background-image: url('limages/filerowhover.png');
}