html, body{
	margin: 0px;
	padding: 0px;
	background: #fff;
	text-align: center;
}

#container {
	margin: 0px auto;
	width: 960px;
	text-align: left;
}

#header {
	width: 940px;
	height: 120px;
	padding-left: 9px;
	padding-right: 9px;
	text-align: center;
	background: #9ff;
	border-width: 1px 1px 0px 1px;
	border-color: #333;
	border-style: solid;
}

#navigator {
	width: 940px;
	height: 50px;
	padding: 9px;
	text-align: center;
	background: #03f;
	border-width: 0px 1px 0px 1px;
	border-color: #333;
	border-style: solid;
}

#navigator ul, li {
	margin: 0;
	border: 0;
	padding: 0;
	list-style: none;
}

#menu {
	width: 800px;
	margin-left: 80px;
	background: #03f;
	font-weight: bold;
	padding: 5px;
	height: 25px;
	vertical-align: middle;
	text-align: left;
}

#menu .menu li {
	height: 20px;
	float: left;
}

#menu .menu li a {
	font-family: "Courier New", Courier, monospace;
	font-size: 18px;
	font-weight: bold;
	color: #C33;
	background: #999;
	text-align: center;
	text-decoration: none;
	line-height: 20px;
	width: 110px;
	display: block;
	/*float: left;*/
	padding-bottom: 3px;
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 3px;
	border-style: outset;
	margin-left: 5px;
	margin-right: 5px;
}

#menu .menu li a:hover {
	color: #00C;
	background: #CCC;
	text-decoration: none;
}

#menu .menu li a:active {
	color: #00C;
	background: #CCC;
	text-decoration: none;
	border-style: inset;
}

#content {
	width: 920px;
	padding: 19px;
	text-align: center;
	background: #9ff;
	border-width: 0px 1px 1px 1px;
	border-color: #333;
	border-style: solid;
}

#innerContent {
	/*height: 500px;*/
	text-align: left;
}

body img {
	border: 0;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}