/* CSS-tyylitiedosto */

body {
	margin: 0;
	padding: 0;
}

body, td {
	font-family: Verdana, Tahoma, Helvetica, Arial, sans-serif;
	font-size: 100%;
	font-weight: normal;
	color: #000;
}

b {
	font-weight: bold;
}

a:link, a:visited {
	color: #000;
	font-weight: bold;
	text-decoration: underline;
}

a:active, a:hover {
}

#container {
	margin: 0;
}

/* YLÄOSA */ 

#header {
	display: none;
}

#flash_image {
	display: none;
}


/* PÄÄVALIKKO */

#menu {
	display: none;
}


/* KESKIOSA */

#main {
	margin: 0;
	position: relative;
}


/* VASEN */

#left {
	display: none;
}

#logot {
	display: none;
}

/* KESKI/SISÄLTÖOSA */

#center {
	margin: 0;
}

#center #content {
	display: inline-block;
	margin-right: 210px;
}


/* OIKEA */

#right {
	position: absolute;
	top: 0;
	right: 0;
	margin: 2em 0 1em 1em;
	width: 200px;
	float: right;
	font-size: 75%;
}

#footer {
	margin: 0;
}

#footer p {
	padding: 8px 20px 20px 0;
	font-size: 60%;
	font-weight: bold;
}


/* SISÄLLÖN TEKSTITYYLIT */

#content a:link, #content a:visited {
	text-decoration: underline;
}

#content a:hover, #content a:active {
	text-decoration: none;
}

h1 {
	font-size: 150%;
	font-weight: bold;
}

h2 {
	font-size: 150%;
	font-weight: normal;
}

h3 {
	font-size: 125%;
	font-weight: bold;
}

h4 {
	font-size: 100%;
	font-weight: bold;
}
