
h1, h2, h3, h4, h5, h6, div, ol, ul, body {
	margin: 0;
	padding: 0;
}

a img { border: none; }

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#container {
	background: url(../../images/page-background.jpg);
	height: 833px;
	left: 50%;
	margin: -416px 0 0 -483px;
	position: absolute;
	top: 50%;
	width: 967px;
}

#middleBar {
	background: url(../../images/middle-bar.png);
	height: 15px;
	margin-top: 195px;
	padding-top: 21px;
	position: relative;
	text-align: center;
	width: 967px;
	z-index: 10;
}

#navBar {
	margin: -15px auto 0;
	text-align: center;
}

#content {
	width: 967px;
}

#menuList {
	background: url(../../images/light-background.png) repeat;
	float: left;
	height: 559px;
	padding: 55px 11px 0;
	width: 178px;
}

#menuList a  {
	display: block;
	margin: 0 0 17px 10px;
}

.error {
	color: #C33;
}

input.error {
	color: #000;
}