html, body { margin:0; padding:0; }

body {
	background-color: #ffffff;
	background-image: url(images/tausta.jpg);
	background-repeat: repeat-y;
}


#container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background-image: url(images/gradient.jpg);
	background-repeat: repeat-x;
}

#logo { 
	position: absolute;
	top: 149px;
	left: 70px;
	width: 200px;
	height: 100px;
	padding: 0;
	margin: 0;
}
#logo img { margin: 0; padding: 0; }
#logo h2 { display: none; }

#header {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 350px;
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
}

#left {
	position: absolute;
	top: 270px;
	left: 0;
	width: 250px;
}

#menu {
	background-color: #003366;
}

.flags {
	margin: 15px 0 0 40px;
	width: 100px;
	padding: 5px;
}

#menu ul { margin:0; padding: 15px 20px 15px 40px; list-style: none; }
#menu li { margin:0; padding:0; }
#menu a:link, #menu a:visited, #menu a:active { 
	color: #FFFFFF; 
	font-family: Lucida Grande, Trebuchet MS, Trebuchet, Arial, sans-serif; 
	font-size: 14px;
	text-decoration: none;
	text-shadow: Black;
} 

#menu a:hover { color: #dddddd; }


#content {
	position: absolute;
	top: 60px;
	left: 250px;
	width: 500px;
}

#text a { color: blue; line-height: 140%; }
#text a:hover { text-decoration: none; }

#image { height: 250px; width: 500px; background-repeat: no-repeat; }
#text { padding: 28px; font-family: Verdana, Arial, Helvetica, sans-serif; color: #333333; font-size: 0.7em; }
#text h1 { font-family: Lucida Grande, Trebuchet MS, Trebuchet, Arial, sans-serif; font-size: 1.6em; font-weight: normal; color: #006699; text-transform: uppercase; }

#www {
	background-color: #E1E0CF;
	color: #81806A;
	text-align: right;
	padding: 0;
	width: 500px;
	margin-top: 40px;
}

.www { 
	padding: 5px 15px 5px 0; 
	font-family: Lucida Grande, Trebuchet MS, Trebuchet, Arial, sans-serif;
	font-size: 10px;
}

.www a:link, .www a:visited, .www a:active {
	font-family: Lucida Grande, Trebuchet MS, Trebuchet, Arial, sans-serif;
	font-size: 10px;
	color: #81806A;
	text-decoration: none;
}

.www a:hover {
	text-decoration: underline;
}