body {
	text-align: center;
	font-size: 14px;
	background: #fafafa url(../images/page-background.png) repeat-y center;
	margin: 0;
	padding: 0;
}
#header {
	background: #333 url(../images/v3-backgrounds.png) left top repeat-x;
	height: 99px;
	overflow: hidden;
	width: 100%;
	position: fixed;
	left: 0px;
	top: -30px;
	margin: 0;
}
#logo a {
	padding: 20px;
	font-size: 0px;
	display: block;
	background-image: url(../images/v3-backgrounds.png);
	background-position: 0px -350px;
	background-repeat: no-repeat;
	height: 80px;
	color: #555;
	text-decoration: none;
	width: 750px;
	margin: 30px 0 0 0;
}
#menu {
	position: fixed;
	left: 0;
	top: 69px;
	height: 39px;
	display: block;
	letter-spacing: .1em;
	width: 100%;
	padding: 2px 0;
	margin: 0;
	background-image: url(../images/v3-backgrounds.png);
	background-repeat: repeat-x;
	background-position: center -450px;
}
#menu li {
	display: inline;
	margin: 0;
	padding: 2px;
	list-style-type: none;
	font-size: 14px;
}
#menu li a, #menu li a:visited {
	text-decoration: none;
	line-height: 25px;
	height: 100%;
	color: #FFF;
	letter-spacing: 0.1em;
	font-weight: bold;
	margin: 0 3px;
	padding: 0 10px;
}
#menu li a:hover {
	color: #000;
	background: #CCC;
}
#footer {
	position: fixed;
	z-index: 99;
	width: 100%;
	height: 25px;
	left: 0;
	bottom: 0;
	margin: 0;
	padding: 30px 0 5px 0;
	clear: both;
	background-image: url(../images/v3-backgrounds.png);
	background-repeat: repeat-x;
	background-position: left -182px;
}

#container {
	text-align: left;
	color:#111;
	padding: 130px 0 65px 0;
	margin: 0 auto 0 auto;
	/* padding-bottom: 30px; */
}
#content h1, #content h2, #content h3 {
	border-style: solid;
	border-color: #000;
	padding-left: 8px;
	font-weight: bold;
	clear: both;
}
#content h1 {
	font-size: 24px;
	color: #000;
	border-width: 0 0 2px 0;
}
#content h2 {
	font-size: 18px;
	border-width: 0 0 1px 0;
	margin-bottom: -0.1em;
}
#content h3 {
	font-size: 16px;
	border-width: 0;
	color: #000;
	margin-bottom: -0.1em;
}
#content pre, 
#content p.code {
	font: bold 1.3em "Courier New", Courier, monospace;
	background: #eef  url(../images/v3-backgrounds.png) no-repeat left -530px;
	padding: 10px;
	color: #000000;
	border: 3px groove #999999;
	padding: 50px 0.5em 0.5em 0.5em;
}
#content a {
	color: #000;
	font-weight: bold;
}
#content a:hover {
	color: #777;
	font-weight: bold;
	text-decoration: none;
}
#content p {
	padding: 0 8px;
}
#content td p {
	margin: .35em 0;
	padding: 0;
}
#content #roominfo {
	margin-left: 12px;
}
#content tr.current {
	background-color: #333;
	color: #FFF;
}
.current td, .current th {
	background-color: #333;
	color: #FFF;
}
#content .current a, #content .current a:visited {
	color: #FFF;
}
.indent {
	padding-left: 1.5em;
}

#content ol {
	margin-right: 3em;
	margin-left: 5em;
	list-style: decimal outside;
}
#content ol li {
	margin-top: .5em;
}
.center {
	text-align: center;
	margin: auto;
}
.right {
	float: right;
	margin-bottom: 1em;
	margin-left: 1em;
}

.left {
	clear: left;
	float: left;
	margin-right: 1em;
	margin-bottom: 1em;
}
th {
	text-align: center;
}
table, tr, td, th {
	border: 1px solid #333;
}
.notice {
	font-size: 1.2em;
	background-color: #EEF;
	border: 2px solid #333;
	margin-top: 10px;
	margin-right: 25px;
	margin-bottom: 10px;
	clear: left;
}
