@charset "utf-8";
#container {
	background-color: #CCCCCC;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #333333;
	border-left-color: #333333;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #333333;
	margin: 0px;
}
#header {
	background-color: #CCCCCC;
	text-align: center;
}
#menu ul {
	display: inline;
}
#menu {
	background-color: #333333;
	font-size: .9em;
	padding: 5px;
}
#menu a:link {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:visited {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#menu a:hover {
	font-weight: bold;
	color: #00FF00;
}
#content {
	text-align: left;
	padding-left: 2em;
	padding-right: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 1.2em;
}

#menu a:active {
	font-weight: bold;
	color: #FFFFFF;
}

#menu li {
	display: inline;
	padding: 10px;
}
#footer {
	clear: both;
}
