@charset "UTF-8";
/* CSS Document */

body {
	background: #000;
	margin: 0;
	padding: 0;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 80%;
}
h1 {
	font-size: 2em;
	color: #86BC31;
}
a {
	text-decoration: none;
}

#header {
	background: url(http://web001.multitronic.fi/gls2007/images/topeurope.gif) no-repeat;
	margin: auto;
	width: 982px;
	height: 186px;
	position: relative;
}
#language {
	position: absolute;
	bottom: 0px;
	left: 20px;
	height: 30px;
}
#language a {
	color: #fff;
	margin-right: 20px;
}
#menuwrapper {
	width: 100%;
	height: 39px;
	background: url(../images/menu_bck2.gif) repeat-x;
}
#menu {
	width: 982px;
	height: 39px;
	margin: auto;
	background: url(../images/menu_bck.gif);
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#menu ul li a {
	display: block;
	padding-top: 15px;
	text-align: center;
	float: left;
	width: 120px;
	font-size: 0.8em;
	font-weight: bold;
	color: #333333;
	text-transform: uppercase;
}


#mainwrapper {
	background: #fff url(../images/bck1.gif) repeat-x;
	overflow: hidden;
}
#main {
	margin: auto;
	width: 982px;
	background: url(../images/bck5.gif) no-repeat;
	padding-top: 20px;
	overflow: hidden;
}
#flash {
	margin: auto;
	width: 982px;
	overflow: hidden;
}
#mainend {
	min-height: 96px;
	background: #fff url(../images/bck7.gif) bottom center repeat-x;
	overflow: hidden;
}
#footer {
	width: 982px;
	background: url(../images/bck4.gif);
	margin: auto;
	overflow: hidden;
}
.location {
	width: 280px;
	padding: 20px;
	float: left;
	font-family:"Times New Roman", Times, serif;
	text-align: center;
}
.location h3 {
	color: #1883C6;
	margin:0;
}
.location h4 {
	color: #fff;
	margin: 0;
}
.clr {
	clear: both;
}
#sponsors {
	width: 982px;
	margin: auto;
	color: #fff;
	text-align: center;
}
#footermenu {
	width: 982px;
	border: solid #ccc;
	border-width: 3px 0;
	overflow: hidden;
}
#footermenu ul {
	list-style: none;
	margin: 15px 0 0 0;
	padding: 0;
}
#footermenu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}
#footermenu ul li a {
	display: block;
	padding-top: 5px;
	text-align: center;
	float: left;
	color: #808080;
	font-size: 0.9em;
	font-weight: bold;
	padding: 0 5px;
	border-right: 2px solid #808080;
}
#footermenu img {
	float: right;
}
.contentheading {
	font-size: 2em;
	color: #86BC31;
	margin: 10px 0;
}