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

body {
	font: 90% arial;
}

p{margin:0 10px 10px}

h1 {
	color: #666699;
	font-size: 24px;
	margin: 5px 0 5px 0px;
}

div#header {
	position:relative;
	background-image: url(images/header_background.gif);
	background-repeat: repeat-x;
	height: 116px;
	margin: 10px 10px 0 10px;
}

div#header_left {
	float: left;	
}

div#header_right {
	position: relative;
	float:right;
	background-image: url(images/header_right.gif);
	background-repeat: no-repeat;
	height: 116px;
	width: 300px;	
}

div#footer {
	clear:left;
	background-image: url(images/footer_background.gif);
	background-repeat: repeat-x;
	height: 23px;
	margin: 0 10px;
}

div#wrapper {
	float: left;
	width: 100%
}

div#content { 
	margin-left: 270px;
	margin-right: 10px;
	margin-bottom: 20px;
}

div#container {
} 

div#navigation {
	float: left;
	width: 239px;
	margin-left:-100%;
	padding: 0 0 0 10px;
}

div#extra {clear:left;width:100%}

.menu_top {
	background-image: url(images/menu_top.gif);
	background-repeat: no-repeat;
	height: 13px;
	margin-top: 20px;
}

.menu_bottom {
	background-image: url(images/menu_bottom.gif);
	background-repeat: no-repeat;
	height: 13px;
}

.menu {
	background-image: url(images/menu_background.gif);
	background-repeat: repeat-y;
}

.menu ul {
	list-style: none;
	padding: 0;
	margin: 0 0 0 20px;
}

.menu ul li {
	background-image: url(images/menu_button.gif);
	background-repeat: no-repeat;
	background-position: 0 2px;
	padding: 0 0 5px 30px;
}

.menu ul li a:link, .menu ul li a:visited {
	color: #666699;
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;	
}

.page_actions ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 3px 0 0 0;
}

.page_actions ul li { 
	display: inline;
	padding: 0 20px 0 0;
}

.page_actions ul li a:link, .page_actions ul li a:visited {
	color: #777766;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;	
}

.art {
	margin: 80px 0 0 70px;
}

#search {
	float: right;
	margin: 60px 5px 0 0;
}

#search form {
	padding: 0;
	margin: 0;
}

#footer_left {
	float: left;
}

#copyright {
	float: left;
	color: White;
	padding: 5px 0 0 245px;
}

#copyright a:link, #copyright a:visited {
	color: White;
}

ul#languages {
	position: absolute;
	top: 94px;
	right: 12px;
	padding: 0;
}

ul#languages li {
	display: inline;
	padding: 0 0 0 20px;
}

#languages a:link, #languages a:visited  {
	color: White;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
}

.rfloat {
	clear: both;
}