@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/top-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #1C1C1C;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 87.5%;
}
#container {
	width: 902px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 100px;
}
#top-menu {
	float: right;
	height: 25px;
	width: 300px;
	font-size: 0.8em;
	color: #858585;
}
#top-menu a {
	text-decoration: none;
	color: #858585;
}
#top-menu a:hover {
	color: #CCCCCC;
}
#content {
	margin-top: 20px;
	margin-bottom: 20px;
	color: #CCCCCC;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
}
#content a {
	color: #E25200;
	text-decoration: underline;
}
#content a:hover {
	text-decoration: none;
}
#content h1 {
	color: #E25200;
	font-weight: normal;
	letter-spacing: -0.1em;
	font-size: 1.9em;
}

#logo {
	height: 65px;
	width: 450px;
	margin-top: 30px;
	margin-left: 20px;
}
#menu {
	margin-top: 300px;
	font-size: 1.5em;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 13px;
	padding-left: 20px;
}

