body {
	margin: 0px;
	padding: 0px;
	font-size: small;
	line-height: 1.4em;
	color: #333333;
}
h1 {
	width: 940px;
	padding: 5px 10px 5px 0px;
	background-color: #EEEEEE;
	margin: 0px;
	font-size: x-small;
	line-height: 1.3em;
	font-weight: normal;
	text-align: right;
	clear: both;
}
a:link {
	color: #2167AC;
	text-decoration: none;
}
a:visited {
	color: #2167AC;
	text-decoration: none;
}
a:hover {
	color: #FF6600;
	text-decoration: underline;
}
#main {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
#menu {
	width: 950px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 5px;
	clear: both;
}
#copyright {
	text-align: right;
	padding-bottom: 5px;
	font-size: 10px;
	letter-spacing: 1px;
	clear: both;
}
