html,body {
	background-color:#e9e8de;
	color:#474747;
	font-family:Arial,Helvetica,sans-serif;
	font-size:12px;
	height:100%;
	margin: 0px;
	padding: 0px;
}
#nonFooter{
	min-height:100%;
	position:relative;
}
* html #nonFooter{ height:100%; }
a{ color:#008497; }
#page{
	background: #FFF url(images/background.gif) repeat-y top left;
	height:100%;
	margin:0 auto;
	padding:0 20px;
	width:880px;
}
#header {
	background: transparent url(images/header.jpg) no-repeat top left; 
	height:115px;
	position:relative;
}
#header a{ 
	left:40px;
	outline:none;
	position:absolute;
	top:8px;
}
#header a img {border-width: 0px; }
#body{
	background: #FFF url(images/body-shadow.gif) repeat-x top left; 
	padding: 30px 0 60px 0;
}
#menu {
	border-right:1px solid #a1a1a1;
	display: block;
	float: left;
	text-align: right;
	width: 175px;
}
#menu a {
	color: #0f7184;
	display: block;
	font-size: 1.167em;
	line-height: 2em;
	outline:none;
	padding-right:15px;
	text-decoration:none;
}
#menu a:hover {
	color: #927748;
}
#content {
	border-left:1px solid #a1a1a1;
	line-height:1.4em;
	margin: 10px 0 0 175px;
	padding: 0 30px 0 15px;
}
#content h1 {
	margin: 0 0 25px 0;
	font-weight:normal;
	font-size:2.5em;
}
#footer{ 
	margin-top:-30px;
	padding-right:15px;
	position:relative;
	text-align:right;
}


