body {
	background: url(background.png) repeat;
	font-family: verdana, arial, serif;
	font-size: 0.8em;
	margin-bottom: 20px;
	margin-top: 20px;
	text-align: center;
}

a {
	background-color: #ffffff;
	color: #666;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#container {
	background-color: #ffffff;
	color: #000000;
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 750px;
}

#header { background-color: transparent; background-repeat: no-repeat; background-attachment: scroll; background-position: 0 0; height: 140px; text-align: center; width: 100%; }
#header2 { background-color: transparent; background-image: url(image/header820_logo-or07.jpg); background-repeat: no-repeat; background-position: center; text-align: center; width: 820px; height: 220px; }
#header h1 {
	font-size: 2.2em;
	position: relative;
	left: 260px;
	top: 10px;
}
#header a {
	color: #666;
	font-family: helvetica, verdana, arial, serif;
	text-decoration:none;
}

#header a:hover { color: #666; text-decoration: underline; }

#sidebar { float: left; margin-top: 15px; width: 190px; padding-left: 0; }

#sidebar ul {
	list-style: none;
	margin-left: 15px;
	padding-left: 0px;
}

#sidebar ul li {
	display: block;
	padding-bottom: 8px;	
}

#sidebar a { background-color: #ffffff; color: #666; display: block; font-size: 0.9em; font-weight: bold; text-decoration: none; width: 150px; padding-top: 2px; padding-right: 8px; padding-bottom: 2px; border-right: 1px solid #989898; border-bottom: 1px solid #989898; }

#sidebar a:hover {
	background-color: #989898;
	border-bottom: 1px solid #989898;
	border-right: 1px solid #989898;
	color: white;
}

#content { float: right; padding-left: 22px; padding-right: 10px; margin-top: 15px; width: 590px; border-left: 1px dotted #989898; }

#footer { background-color: #ffffff; clear: both; color: #000000; font-size: 0.7em; margin: 0 auto; text-align: right; width: 820px; padding: 20px 10px 4px; }

#footer { background-image: url(image/euro-service.gif); background-repeat: no-repeat; background-position: right bottom; width: 820px; height: 35px; padding-right: 0; padding-left: 0; }

#footer a {
	border-bottom: 1px dotted #666666;
}

#footer a:hover {
	text-decoration: none;	
}


