body {
	background-image: url(../images/page_background.jpg);
	background-repeat: repeat-x;
	background-color: #e8e4e5;
}

.clear{ clear: both; }

html, body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -50px;
	width: 873px;
	background: white;
}

#push {
	height: 100px;	
}

#footer {
    height: 47px;
}

#footer {
	background-image: url(../images/bar_blue.jpg);
}

#menu {
	height: 35px;
	background-image: url(../images/bar_red.jpg);
	width: 100%;
	padding-top: 12px;
}

#menu a {
	margin-left: 36px;
	color: white;
	font-size: 20px;
	text-decoration: none;
	background: none;
}

#menu a:hover {
	text-decoration: underline;
	border-bottom: 2px solid #FC0;
}

#content {
	padding: 15px;
	overflow: hidden;
}