body {
	margin: 0;
	padding: 0; /* need for Opera */
	background: #fff;
	color: #333;
	min-width: 610px;
}

html, body, #contents {
    min-height: 100%;
    width: 100%;
    height: 100%;
}

html>body, html>body #contents {
    height: auto;
}

#contents {
    position: absolute;
    top: 0;
    left: 0;
}

#content {
    margin-left: 12em;
    margin-right: 2em;
    margin-bottom: 3em;
}

form { 
    margin: 0; 
}

img { 
    border: 0; 
}

#header {
	height: 47px;
	position: relative;
	border-bottom: 1px solid #A1A6B1;
	background: #33415D url("../images/header-background.png") top repeat-x;
	min-width: 960px;
	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;
	display: block;
	float: right;
	white-space: nowrap;
}

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

#header ul a:link, #header ul a:visited {
	display: block;
	float: left;
	padding: 10px 10px;
	text-decoration: none;
	border-right: 1px solid #576178;
	border-left: 1px solid #1f2635;
	color: #dee0e5;
	height: 27px;
} #ignored {}

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

#footer {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 26px;
	border-top: 1px solid #A1A6B1;
	z-index: 1;
	text-align: right;
}

#footer p {
    padding-top: 3px;
    padding-right: 8px;
	margin: 0;
}

#content h2, #content h3 {
    padding-left: 40px;
}

#content p {
    padding-left: 50px;
}

#content ul {
    padding-left: 55px;
}

#customers {
  width: 500px;
  text-align: center;
  vertical-align: middle;
}

#customers a {
  vertical-align: middle;
}