@charset "ISO-8859-1";

/* Resetting the CSS */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}


/* Here we start with the basic settings */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:62.5%;
	background:#e7ebec url() repeat-x center top;
	background-attachment:fixed;
	margin-bottom:30px;
}

p {
	margin-top:20px;
}

	
h1 {
	font-size:1.4em;
	margin:20px 0 20px 0;
}
	
h2 {
	font-size:1.2em;
	margin:30px 0 20px 0;
	color:#000;
}
	
a {
	color:#000;
	font-style:normal;
}
	
hr {
	width:55%;
	margin-top:40px;
	margin-bottom:40px;
}

	
a:hover {
	color:#464458;
}
	

	
em {
	color:#000;
	font-style:italic;
}
	
strong {
	font-weight:bold;
}

table {
	border: 1px solid black;
border-collapse: collapse;
	
}
	
	
th {
	width: 100px;
	padding: 5px;
	background-color:#eaeff7;
}

td {
	width: 200px;
	height: 60px;
	padding: 5px;
	border: 1px solid black;
	text-align:left;


}



tr {
	width: 100px;
	border: 1px solid black;

}
	

/* Div id's boxes located in every page */

#wrap {
	width:800px;
	background-color:#ffffff;
	margin:0 auto;
}


#header {
	width:800px;
	margin:0;
}


#menu {
	width:800px;
	background-color:#ffffff;
	margin-bottom:30px;
	
}
	


#content {
	background-color:#ffffff;
	color:#999;
	text-align:justify;
}

#contact {
	width:800px;
	background:#ffffff;
	margin-top:40px;
	font-size:1.2em;
	line-height:1.2em;
	color:#000;
	text-align:center;
}



/* Detailed stuff */


/* .text refers to the content text */


.text {
	margin:0 20px 0 20px;
	font-size:1.4em;
	line-height:1.4em;
	color:#000;
}

.copytext {
	margin:20px 20px 20px 20px;
	font-size:1em;
	text-align:right;
	color:#000;
}

.tervetuloatext {
	margin:0 0 0 0;
	font-size:1.4em;
	line-height:1.4em;
	color:#000;
	text-align:center;
}

.textright {
	margin:20px 60px 0 60px;
	font-size:1.4em;
	line-height:1.4em;
	color:#000;
}

.pic {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
	



