html {
	overflow-y: scroll;
}

body {
	background-image:url(../gfx/topbg.jpg);
	background-repeat:repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fff;
}

#top {
	
}

#logo {
	margin-top: 18px;
	margin-left: 5px;
}

#navigation {
	text-align: right;
	margin-top: 25px;
	color: #fff;
}

#navigation li {
	list-style: none;
	display: inline;
	margin: 0 5px 0 5px;
}

#navigation a {
	color: #fff;
	text-decoration: none;
	font-size: 1.4em;
}

#navigation a:hover {
	color: #f06f2b;
}

#tofrontpage a {
	float: left;
	margin-top: 10px;
	color: #000;
	text-decoration: none;
	font-size: 1.2em;
}

#content  h1 {
	margin-top: 30px;
	font-weight: normal;
}

#content h2, #content h3, #content h4, #content h5, #content h6 {
	font-weight: normal;
	margin-bottom: 2px;
}



#content a {
	color: #f06f2b;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#footer_line {
	border-top: 3px #f06f2b solid;
	text-align: right;
	margin-top: 20px;
	color: #707070;
	padding-top: 5px;
	margin-left: 0;
}

#footer_right {
	border-top: 3px #f06f2b solid;
	text-align: left;
	margin-top: 20px;
	color: #707070;
	padding-top: 5px;
	margin-right: 0;

}

#languages a {
	color: #707070;
	text-decoration: none;
}

#languages a:hover {
	text-decoration: underline;
}

#languages li {
	display: inline;
	list-style: none;
	margin-left: 3px;
	margin-right: 3px;
}


