html {
	height: 100.1%;
}
body,	html {
	margin:0;
	padding:0;
	background:#012878;
	font-family: verdana,helvetica,"luxi sans",sans-serif;
}
#wrap {
	background:#6c0002;
	margin:0 auto;
	width:880px;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

#header {
	background-image:url(../images/autumn-trees.jpg);
	background-repeat:no-repeat;
	height:122px;
	border-bottom:1px solid #ccc;
}
#header h1 {
	font-family: georgia, "times new roman",serif;
	font-size:24px;
	color:#eee;
	margin:0;
	padding-top:80px;
	padding-left:40px;
}
#content {
	text-align:center:
	color:#eee;
}
#content ul {
	padding-left:380px;
}
#content li {
	font-size:12px;
	line-height:150%;
	color:#eee;
}
#content h3 {
	text-align:center;
	font-size:16px;
	color:#ccc;
}
#content a {
	font-size:12px;
	color:#ccc;
}
#content p {
	font-size:12px;
	color:#eee;
}

#content a:hover {
	color:#c00;
}


