/* -- muut tyylit --*/
@import url('clearing.css');

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	/* font-size: 76%; /* we set the font size to 76% to compensate for different browsers and operating systems. 76% tends to look like 12px on most screens */
	text-align: center; /* this isn't strictly needed it's just here so that ie6 plays nice and centers our screen */
	line-height: 1.2em; /* we set the line height equalt to the height of an uppercase "M" character */
	margin: 0px 0px 0px 0px;
	padding: 0;
	background-color: #000000;
	background-image:url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 100%;
	width: 100%;
	background-position: left top;
}


div#page {
	width: 1000px;
	margin:  0 auto; /* we want to center this div for browsers that understand so we have an auto declaration for the left and right margin */
	background-repeat: no-repeat;
}

div#header {
	position:relative;
	background-image: url(../images/header_bg.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 231px;
	float: left;
}

div#center {
	background-image: url(../images/center_bg.jpg);
	background-repeat: repeat-y;
	width: 1000px;
	height: 581px;
	float: left;
}


div#footer {
	background-image: url(../images/footer_bg.jpg);
	background-repeat: no-repeat;
	width: 1000px;
	height: 40px;
	float: left;
}

#top_txt {
	position:absolute;
	left:545px;
	top:52px;
	width:398px;
	height:80px;
	z-index:1;
	color: #FFFFFF;
	font-family: "Futura Md", Verdana, sans-serif;
	font-size: 18px;
	line-height: 25px;
	font-style: italic;
}

div#left {
	width: 150px;
	float: left;
	text-align: right;
	padding: 0 0 0 50px
}
div#content {
	width: 580px;
	padding: 10px;
	float: left;
	text-align: left;


}
div#right {
	width: 200px;
	float: left;
	text-align: left;
}

/*SISÄLLÖN TEKSTIALUE*/
div#inside {
	width: 580px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
}

/* TAULUKOT*/


table {
font-size: 1em;
margin: 1px 0 5px 0;
padding: 0;
}


table caption {
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 1.5em 0;
}

th {
	text-align: left;
}

td {
	font-size: 1em;
	padding-right: 5px;
	padding-left: 0px;
}

/* TAULUKOT LOPPUU */

/* LINKIT */
a,
a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660066;
}

a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #a8d6f1;
}

a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #660066;
	text-decoration: underline;
}

/*OTSIKOT*/
h1{
	font-size: 1.6em;
	font-weight: bold;
	vertical-align: bottom;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.7em;
	color: #9c3398;
}


h2{ 
	font-size: 1.4em;
	font-weight: normal;
	vertical-align: bottom;
	line-height: 1.5em;
	margin: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #0072ba;
	width: 100%;
	padding: 0;

}

/*KUVAT*/

.image {
	border: 1px solid #993333;
}

/* NAVIGAATIO */ 
#nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-decoration: none;
	}

#nav {
	width: 130px;
	margin: 10px;
	border-top-width: 0;
	border-right-width: 0;
	border-bottom-width: 1px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: ;
	border-right-color: ;
	border-bottom-color: ;
	border-left-color: ;
	}

#nav li a {
	text-decoration: none;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-bottom-color: ;
}
#nav .notopbrdr0xNone {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	}

#nav li a:link, #nav li a:visited {
	color: #660066;
	display: block;
	background-color: ;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	}

#nav li a:hover {
	color: #036ea8;
	background:  ;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 10px;
	}

