* {
	margin: 0;
}

html {
	height: 100%;
}

body {
	height: 100%;

	color: #808080;
	font-family: verdana, arial, helvetica;
	font-size: 12px;
	margin: 0px;
}

p {
	margin-bottom: 1em;
}

.clearing {
	clear: both;
}

.wrapper {
	background: url(../images/bg_header.png);
	background-repeat: repeat-x;
	background-color: #ffffff;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -74px; /* the bottom margin is the negative value of the footer's height */
}

.footer {
	height: 74px; /* .push must be the same height as .footer */
	background: url(../images/footer_bg.png);
	background-position: bottom center;
	background-repeat: repeat-x;
	color: #e4b000;
}

.push {
	height: 74px; /* .push must be the same height as .footer */
}

.menu-wrapper {
	padding-top: 112px;
}

.menu {
	background: url(../images/menu_bg.png);
	margin-right: 485px;
	height: 48px;
}

.menu ul {
	padding-top: 8px;
	list-style-type: none;
	padding-left: 20px;
}

.menu ul li {
	float: left;
	margin-left: 3px;
	width: 22%;
}

.menu ul li a {
	color: #e4b000;
	font-weight: bold;
	text-decoration: none;
}

.menu ul li a:hover {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

.content-wrapper {
	margin: 20px 10px 10px 10px;

}

.content-title {
	color: #808080;
	font-size: 3em;
	margin-bottom: 0.3em;
}
