body {
	margin: 0 0 1em 0;
	padding: 0; 
	background: #fff;
	color: #333;
	min-width: 610px;
}

form { margin: 0; }
img { border: 0; }


#header { padding: 0 50px; }
#header ul { right: 0; } 
* html #header ul { right: 50px; } 
#footer { padding: 0 50px; }

#header div, #footer div{
	max-width: 1200px; margin: 0 auto;
}

#header div { position: relative; }
#footer div { position: relative; }

/* top header */

#header {
	height: 28px;
	position: relative;
	border-bottom: 1px solid #076f86;
	background: #076f86 url("dlc/images/background/header-background.png") top repeat-x;
	z-index: 1;
}

#header h1 { margin: 0;	}

#header h1 img {
	font-weight: bold;
	color: #000000;
}

#header ul {
	padding: 0;
	margin: 0;
	list-style: none;
	border-left: 1px solid #076f86;
	border-right: 1px solid #076f86;
	position: absolute;
	top: 0;
	height: 26px;
}

#header li {
	float: left;
	padding: 0;
	margin: 0;
}

#header ul a:link, #header ul a:visited {
	display: block;
	float: left;
	padding: 6px 10px;
	text-decoration: none;
	border-right: 1px solid #076f86;
	border-left: 1px solid #076f86;
	color: #000000;
	height: 26px;
	voice-family: "\"}\"";
	voice-family: inherit;
	height: 12px;
} #ignored {}

#header ul li a:hover {
	background: #afd37c;
	color: #fefeec;
	text-decoration: none;
}

/* footer */

#footer {
	height: 20px;
	position: relative;
	border-bottom: 1px solid #076f86;
	background: #076f86 url("dlc/images/background/footer-background.png") top repeat-x;
	z-index: 1;
}

#footer h1 { margin: 0;	}

#footer li {
	float: left;
	padding: 0;
	margin: 0;
}

:focus { -moz-outline-style: none; }