body{
	margin:0 auto;
	background:#FFF url('../img/body.jpg') center repeat-y;
	font: 76% arial,sans-serif;
	text-align:center;
}
h1 {
	color: #887E83;
	font-size: medium;
	margin-top:30px;
	margin-left:10px;
}
p {
	margin:0 10px 10px
}
img {
	border:0;
}
.spacer {
	font:1px arial,sans-serif;
}
#container {
	margin:0 auto;
	width:950px;
	height:100%;
	text-align:center;
}
#header {
	width:100%;
	height:90px;
	text-align:right;
}
#header img{
	margin-top: 10px;
	margin-right: 5px;
}
#navigation {
	background-color:#F37937;
	width:950px;
	height:116px;
	border-bottom:5px #F37937 solid;
	text-align:left;
}
#top_content {
	float:left;
}
#content {
	width:950px;
	float:left;
}
#footer {
	width:950px;
	clear:both;
	border-top:5px #F37937 solid;
	height:70px;
	background:#143483;
	text-align:left;
	padding-top:15px;
	color:#EEEEEE;
}
.footerlinks {
	margin-left:10px;
	font-size:11px;
	font-weight:bold;
	color:#EEEEEE;
}
.footerlinks a:visited {
	color:#EEEEEE;
	text-decoration:none;
	margin:3px;
}
.footerlinks a {
	color:#EEEEEE;
	text-decoration:none;
	margin:3px;
}
.footerlinks a:hover {
	text-decoration:underline;
}
.copyright {
	padding-top:30px;
	text-align:right;
	margin-right:10px;
	font-size:11px;
}
