body {
	padding: 0; /* need for Opera */
	background: #fff;
	color: #333333;
	min-width: 610px; font-family:Verdana; font-size:10pt; margin-left:0; margin-right:0; margin-top:0; margin-bottom:1em
}

form { margin: 0; }
img { border: 0; }

.neighbour {font-family: Verdana; font-size: 1pt; color: #515A5F; target=new; text-decoration: none; cursor: none}
.dip {font-family: Tahoma; font-size: 1pt; color: #FFFFFE; text-decoration: none; cursor: none}

/* Core site element widths */

/*#header, #breadcrumbs, #content, #footer {
	max-width: 1000px;
	margin: 0 auto;
}*/

#header { padding: 0 50px; }
#header ul { right: 0; } 
* html #header ul { right: 50px; } 
#breadcrumbs { padding: 0 50px; }
#content { padding: 0 50px; }
#footer { padding: 0 20px; margin: 0 50px; }

#header div, #content, #breadcrumbs div, #footer, #main-feature .feature-contents {
	max-width: 900px; margin: 0 auto;
}

#header div { position: relative; }

/* header */

#header {
	height: 38px;
	position: relative;
	border-bottom: 1px solid #A1A6B1;
	background: #33415D url("header-background.png") top repeat-x;
	z-index: 1;
}

#header h1 { margin: 0;	}

#header h1 img {
	font-weight: bold;
	color: #7f7c45;
}

#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #576178;
	border-right: 1px solid #1f2635;
	position: absolute;
	top: 0;
}

#header li {
	float: left;
	padding: 0;
	margin: 0;
}

#header ul a:link, #header ul a:visited {
	display: block;
	float: left;
	padding: 10px 15px;
	text-decoration: none;
	border-right: 1px solid #576178;
	border-left: 1px solid #1f2635;
	color: #dee0e5;
	height: 36px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 16px;
} #ignored {}

#header ul li a:hover {
	background: #475470;
	color: #fff;
	text-decoration: underline;
}