@charset "utf-8";

@media screen
{

* {
	padding: 0;
	margin: 0;
}

#mertens {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #e5c173;
	background-attachment: scroll;
	background-image: url(images/bg-mertens.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}

#page {
	width: 760px;
	max-width: auto;
	min-width: inherit;
	margin-left: auto;
	margin-right: auto;
}

#branding {
	background-attachment: scroll;
	background-image: url(images/branding.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 259px;
	width: 760px;
}

#navigation {
	color: #FFFFFF;
	position: relative;
	top: -29px;		
	height: 29px;
	line-height: 30px;
	margin-left: 70px;
	font-size: 14px;
}

#navigation ul {
	display: inline;
}

#navigation ul li {
	display: inline;
	list-style-type: none;	
}

#navigation ul li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-left: 12px;
	padding-right: 12px;	
	padding-top: 7px;
	padding-bottom: 6px;
}

#navigation ul li a:hover {
	background-color: #797b63;
}

#navigation ul li a#current {
	background-color: #797b63;
}

#content {
	background-color: #FFFFFF;
	padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	position: relative;
	top: -29px;		
}

#content h2 {
	font-size: 18px;
}

#content h2 {
	font-size: 14px;
}

#content ul {
	list-style-position: inside;	
	line-height: 24px;
}

#content_bottom {
	background-attachment: scroll;
	background-image: url(images/content-bottom.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: relative;
	top: -29px;	
}

#copyright {
	color: #FFFFFF;
	text-align: center;
	position: relative;
	top: -29px;	
}

}
