* {
	outline: none;				/* poistetaan häiritsevät linkkien pisteviivat Mozillasta */
}

input::-moz-focus-inner {			/* poistetaan häiritsevät nappien pisteviivat Mozillasta */
	border: 0;
}


input#ok
  { behavior: url('IEFixes.htc');  } 		/* IE opettelee CSS2-standardia.. Hämmästyttävintä tässä
						on se, että IE löytää tiedoston, vaikka se on juuri-
						kansiossa, ja tämä CSS taas ei. Mozilla vaatisi
						tuohon "../IEFixes.htc". Samaanhan tapaan joudutaan
						viittaamaan esim. sivuston taustakuvaan tässä seuraavassa
						body-osiossa. Entä jos tämä CSS olisikin vielä yhtä
						kansiota ylempänä? Kuinka epälooginen viittaus tuohon
						IEFixes.htc -tiedostoon silloin olisi? */

html {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	margin:0;
	padding:0;
	border:0;
}

body {
	height:100%; /* fix height to 100% for IE */
	max-height:100%; /* fix height for other browsers */
	background-color: #000000;
	background-image: url('../graphics/bg.jpg');
	text-align: center;			/* DIV-keskitystekniikka IE:tä varten.. */
	margin:0;
	padding:0;
	border:0;
}

p {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #8c7979;
	margin: 15px 15px 15px 15px;
	text-align: left;
}

h1 {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 22px;
	color: #e3d1d1;
	margin: 25px 15px 15px 15px;
}

h2 {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 18px;
	color: #e3d1d1;
	margin: 10px 15px 15px 15px;
	text-align: left;
}

a {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #e3d1d1;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #e3d1d1;
	text-decoration: underline;
}

div#viewport {
	width: 100%;
	text-align: center;
	background-image: url('../graphics/clouds.png');
	background-repeat: no-repeat;
	background-position: center top;
	margin:0;
	padding:0;
}
div#wrapper {
	width: 660px;
	margin: 0 auto 0 auto;
	text-align: left;			/* kumotaan IE:tä varten tehty DIV-keskitys (yllä),
	padding:0;				jotta tekstit tasautuu vasemmalle, eikä keskelle */
}

div#header {
	background-image: url('../graphics/header_logo.png');
	background-repeat: no-repeat;
	width: 660px;
	height: 99px;
	margin: 0 0 -20px 0;
	padding: 0;
}

div#menu {
	width: 660px;
	height: 38px;
	margin: 0 0 8px 0;
	background-image: url('../graphics/menu_bg.png');
	background-repeat: no-repeat;
	padding:0;
}

div#menu ul {
	width: 660px;
	height: 38px;
}

div#menu li {

	list-style-type: none;
}

div#menu ul li { 
	margin:0;
	padding:0;
	display: inline;
	background-color: #232302;

}

a#button {
	display:block;
	float: left;
	width: 96px;
	height: 34px;
	margin: 0;
	border-left: 1px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-style: solid;
	border-color: #767162;
	padding: 0;
	text-align: center;
	line-height: 34px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #a19393;
	text-decoration: none;

}

a#buttonTworow {
	display:block;
	float: left;
	width: 96px;
	height: 34px;
	margin: 0;
	border-left: 1px;
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-style: solid;
	border-color: #767162;
	padding: 0;
	text-align: center;
	line-height: 16px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #a19393;
	text-decoration: none;
}

a#lastbutton {
	display:block;
	float: left;
	width: 96px;
	height: 34px;
	margin: 0;
	border-left: 1px;
	border-top: 0;
	border-right: 1px;
	border-bottom: 0;
	border-style: solid;
	border-color: #767162;
	padding: 0;
	text-align: center;
	line-height: 34px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #a19393;
	text-decoration: none;

}
a#button:hover, a#lastbutton:hover, a#buttonTworow:hover {
	background-image: url('../graphics/menu_button_hover_bg.png');
	color: #fff;
	text-decoration: none;
}

li#button_active {
	background-image: url('../graphics/menu_button_active_bg.png');
	color: #fff;
	text-decoration: none;
	display:block;
	float: left;
	width: 96px;
	height: 34px;
	margin: 0;
	border-left: 1px;
	border-top: 0;
	border-right: 0px;
	border-bottom: 0;
	border-style: solid;
	border-color: #767162;
	padding: 0;
	text-align: center;
	line-height: 34px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

li#button_activeTworow {
	background-image: url('../graphics/menu_button_active_bg.png');
	color: #fff;
	text-decoration: none;
	display:block;
	float: left;
	width: 96px;
	height: 34px;
	margin: 0;
	border-left: 1px;
	border-top: 0;
	border-right: 0px;
	border-bottom: 0;
	border-style: solid;
	border-color: #767162;
	padding: 0;
	text-align: center;
	line-height: 16px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

div#leftfiller {
	position: relative;
	float: left;

}

div#content {
	background-color: #232323;
	background-repeat: repeat-y;
	background-image: url('../graphics/sidepicture.png');
	width: 660px;
	overflow: hidden;
	background-color: #2c2b29;
	margin:0 0 0 0;
	padding:0;
}

div#contentGallery {
	width: 660px;
	overflow: hidden;
	background-color: #2c2b29;
	margin:0 0 0 0;
	padding:0;
}

div#contentGuestbook {
	width: 660px;
	overflow: hidden;
	background-color: #2c2b29;
	margin:0 0 0 0;
	padding:0;
}

div#footer {
	width: 660px;
	height: 34px;
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #8c7979;
	margin-top: 10px;
	background-image: url('../graphics/footer_bg.png');
	background-repeat: no-repeat;
	text-decoration: none;
	text-align: center;
	line-height: 25px;
}

a#footer {
	font-size:10px;
}

div#gallery {
}

div#news {
	text-align: left;
	width: 380px;
	overflow: hidden;
	line-height: 20px;
	float: right;
	margin: 5px 30px 0 25px;
	padding: 0 0 0 0;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #8c7979;
}

div#news h3 {
	font-family: "Century Gothic", Verdana, sans-serif;
	font-size: 22px;
	color: #e3d1d1;
	letter-spacing: -0.02em;
	margin: 0;
	padding: 0 0 3px 0;
}

div#news h1 {
	text-align: left;
}

i#date {
	font-family: Verdana, sans-serif;
	font-size: 10px;
	color: #e3d1d1;
	padding: 0 0 10px 0;
}

div#news_copyright {
	display: none;
}

a#fn-loginBar {
	color: #363533;
	align: right;
	display:none;
	padding-bottom: -20px;
}

tr#biosection1 {
	background-color: #323232;
	vertical-align:top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border:0;
}
tr#biosection2 {
	vertical-align:top;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border:0;
}

img {
	border:0;
}
