body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
}
body, input {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #646344;
}
input, textarea {
	border: 1px solid #646344;
	padding: 1px;
}
a {
	color: #646344;
	text-decoration: none;
}
a:hover, a:active {
	text-decoration: underline;
}

#main-container {
	position: relative;
	width: 1024px;
	height: 768px;
	margin: 0px auto 0px auto;
	text-align: left;
	overflow: auto;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}

#content-wrapper {
	position: relative;
	float: right;
	width: 0px;
}

#menu {
	position: absolute;
	left: 0px;
	top: 86px;
	z-index: 100;
}
.menu-item {
	display: inline;
	margin: 0;
	padding: 0;
	padding-left: 10px;
	padding-right: 5px;
}

#content-top-spacer {
	height: 40px;
}
#content-menu-spacer {
	height: 102px;
	border-left: 1px solid #bbb;
}
#content {
	height: 626px;
	border-left: 1px solid #bbb;
	background: url(images/gradient.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #fff;
	overflow: auto;
	padding: 10px;
	padding-top: 0px;

	font-size: 11px;
	color: #4a4a4a;
	display: none;
}

#content p {
	margin: 0;
	margin-bottom: 10px;
}

#content h1 {
	color: #000;
	font-size: 15px;
	margin: 0;
	margin-bottom: 15px;
}

ul.form-errors, li.error {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.form-errors {
	background: #fffff5;
	border: 1px solid #f00;
	padding: 10px;
	margin: 20px;
}
