body{
	background-image: url(/images/gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #e4f0f9;
	text-align: center;
	color: #325339;
	font-family: Calibri, Geneva, Arial, Helvetica, sans-serif;
}
* {
	margin: 0;
}
html, body {
	height: 100%;
}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -399px; /* the bottom margin is the negative value of the footer's height */
}
.footer, .push {
	height: 399px; /* .push must be the same height as .footer */
}
.footer{
	background-image: url(/images/footer.png);
	background-position: bottom center;
	background-repeat: repeat-x;
}
#content{
	width: 800px;
	margin: auto;
}
#header{
	background-image: url(/images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	height: 265px;
}
#header h1{
	display: none;
}
a img{
	border: none;
}
#header a{
	padding-left: 35px;
}
#header_links{
	padding-top: 15px;
	padding-left: 25px;
}
#body{
	text-align: left;
	width: 450px;
	margin-bottom: -350px;
	background-color: #e9f2fa;
	background-image: url(/images/gradient2.jpg);
	background-position: top;
	background-repeat: repeat-x;
	padding: 10px;
	padding-bottom: 100px;
}
#body p{
	margin-bottom: 1em;
}
h2{
	margin-bottom: 30px;
}
#menu{
	width: 200px;
	float: right;
	text-align: left;
	margin-right: 35px;
	margin-top: 15px;
}
#menu ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	font-size: 1.3em;
	font-weight: bold;
}
#menu li{
	margin-bottom: 0.35em;
}
li a{
	text-decoration: none;
	color: #325339;
}
h3{
	margin-bottom: 1.1em;
}

#spacer{
	height: 200px;
}
