html {
	background: #f1f8fe url(/static/style/images/body-bg.gif) 0 -211px repeat-x;
	font-family: Arial, sans-serif;
	font-size: 0.85em
	}
body {
	margin: 0; background: url(/static/style/images/body-theme-bg.gif) 0 -111px no-repeat;
	padding: 80px 0 0 0;
	}
#wrapper {
	position: relative;
	margin: 0 auto 0 auto;
	width: 715px;
	background: url(images/front-content-bg.gif) top left repeat-y;
	}
#selector {
	overflow: hidden;
	width: 660px;
	padding: 20px 0 30px 0;
	margin: 0 auto;
	}
#content {
	background: white; padding-bottom: 30px;
	}
#header {
	display: relative;
	padding: 105px 8px 0 8px;
	background: white;
	}
	#header h1 {
		margin: 0;
		position: absolute;
		top: 25px; left: 10px;
		text-indent: -1000px;
		background: url(images/logo.gif) top left no-repeat;
		width: 246px; height: 75px;
		}
	#header p { 
		margin: 0; 
		}

#flash {
	position: absolute; 
	top: 15px;
	right: 30px;
}
ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
.c {
	width: 144px;
	float: left;
	padding: 0 10px;
	border-left: 1px solid #eee;
	height: 5em;
}
.c.fi { border: none; }
.c strong {
	display: block;
	border-bottom: 3px solid #ccc;
}
.c ul {
	margin: 0.5em 0 0 15px;
}
.c strong a {
	text-decoration: none;
	color: #666;
	display: block;
	padding: 4px 2px 4px 28px;
}
.c.fi strong a { background: url(images/country-fi.gif) center left no-repeat; }
.c.se strong a { background: url(images/country-se.gif) center left no-repeat; }
.c.ee strong a { background: url(images/country-ee.gif) center left no-repeat; }
.c.eu strong a { background: url(images/country-eu.gif) center left no-repeat; }

.l a {
	text-decoration: none;
	color: #1b4179;
	font-weight: bold;
	font-size: 0.9em;
	display: block;
	padding-left: 15px;
	background: url(images/front-arrow.gif) center left no-repeat;
}
.l a:hover {
	text-decoration: underline;
}


