body {
	background: #cecece url(../images/background.jpg) repeat-x;
	background-attachment: fixed;
	color: #000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0px;
	padding: 0px;
	overflow: auto;
	overflow-x: auto;
	overflow-y: scroll;
}

#main {
	width: 978px;
	border: 1px solid #000;
	margin: 15px auto 0 auto;
	padding: 0px;
	background-color: #FFF;
	background-image: url(../images/bottom_edge.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
}
#top {
	background: #770000 url(../images/header.jpg) no-repeat;
	width: 978px;
	height: 170px;
	clear: both;
}

#navi {
	width: 250px;
	float: left;
	margin: 0px;
}
#navi a {
	color: #000;
	text-decoration: none;
}
#navi a:hover {
	color: #FFF;
	text-decoration: underline;
}

#navi table {
	width: 225px;
	border: 1px solid #000;
	text-align: left;
	margin: 10px auto auto 10px;
}
#navi th {
	width: 225px;
	height: 44px;
	background: #770000 url(../images/navi_header.jpg) no-repeat;
	color: #FFF;
	font-size: 24px;
	border-bottom: 1px solid #000;
	text-align: left;
	padding-left: 10px;
}
#navi td {
	background-color: #777;
	align: left;
	padding-left: 10px;
	 cursor: pointer;
}
#navi td.nohover {
	background-color: #801111;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
	text-align: center;
}

#navi td:hover {
	background-color: #801111;
	color: #FFF;
	font-weight: bold;
	cursor: pointer;
}
#navi td:hover a {
	color: #FFF;
	text-decoration: underline;
	 cursor: pointer;
}

#navi td.sub {
	background-color: #bcbcbc;
	padding-left: 20px;
	 cursor: pointer;
}
#navi td.sub:hover {
	background-color: #801111;
	color: #FFF;
	font-weight: bold;
	 cursor: pointer;
}

#content {
	margin: 10px 0 40px 260px;
	width: 705px;
	padding: 0px;
}
#content h1 {
	padding-top: 5px;
	font-size: 24px;
	color: #801111;
}
#content a {
	color: #000;
}
#content ul {
	margin: 0px;
	padding: 0px;
}
#content li {
	margin: 10px;
	padding: 0px;
}

#bottom {
	margin-bottom: 10px;
	height: 10px;
	clear: both;
}