body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.75em;
	color: #333;
	background: url(/img/background.png) no-repeat #ffde00;
	text-align: justify;
	margin: 50px 50px 50px 100px;
	line-height: 1.5em;
}

img {
	border: 0;
}

acronym {
	border-bottom: 1px dotted #ccc;
}

h4 {
	border-top: 1px dashed #ccc;
}

a:link, a:visited, a:active {
	color: #f00;
	text-decoration: underline;
	background: none;
}

a:hover {
	color: #f00;
	text-decoration: none;
	background: none;
}

#page {
	width: 806px;
	float: left;
}

#logo {
	width: 800px;
	height: 31px;
	background: url(/img/logo.png) no-repeat;
	padding: 130px 0 0 0;
	text-align: right;
	font-size: 1.6em;
	color: #f00;
	font-weight: bold;
}

#top {
	width: 806px;
	height: 9px;
	background: url(/img/top.png) no-repeat;
}

#content {
	width: 806px;
	padding: 10px 0 10px 0;
	background: url(/img/content.png) repeat-y;
}

#footer {
	width: 806px;
	height: 39px;
	background: url(/img/footer.png) no-repeat;
	color: #fff;
	font-size: 0.95em;
	padding: 12px 0 0 25px;
}

a.footer:link, a.footer:visited, a.footer:active {
	color: #fff;
	text-decoration: underline;
	background: none;
}

a.footer:hover {
	color: #fff;
	text-decoration: none;
	background: none;
}

.box-top {
	width: 569px;
	height: 3px;
	background: url(/img/box-top.png) no-repeat;
}

.box {
	width: 559px;
	background: #ff8c00;
	padding: 5px;
	color: #fff;
}

.box-bottom {
	width: 569px;
	height: 3px;
	background: url(/img/box-bottom.png) no-repeat;
	margin-bottom: 10px;
}

#navi {
	width: 200px;
	border-right: 1px dotted #ff8b00;
	float: left;
	margin: 0 13px 0 10px;
}

a.navi:link, a.navi:visited {
	width: 197px;
	height: 19px;
	border: none;
	padding: 3px 3px 3px 3px;
	margin: 5px 0 5px 0;
	color: #fff;
	text-decoration: none;
	background: none;
	display: block;
}

a.navi:hover, a.navi:active {
	width: 197px;
	height: 19px;
	border: none;
	padding: 3px 3px 3px 3px;
	margin: 5px 0 5px 0;
	color: #ffe400;
	text-decoration: none;
	background: url(/img/button.png) no-repeat;
	display: block;
}

.nav {
	margin: 0;
	padding: 0;
	list-style: none;
}

#content2 {
	width: 579px;
	float: left;
}

.content-top {
	width: 579px;
	height: 4px;
	background: url(/img/content-top.png) no-repeat;
}

.content {
	width: 569px;
	padding: 5px;
	background: url(/img/content2.png) repeat-y;
}

.content-bottom {
	width: 579px;
	height: 4px;
	background: url(/img/content-bottom.png) no-repeat;
}

#title {
	font-size: 1.6em;
	color: #f00;
	text-align: right;
	width: 466px;
	float: left;
}

.source {
	color: #ccc;
	font-size: 0.75em;
}

.left {
	float: left;
}

.right {
	float: right;
}

.clear {
	clear: both;
}

.ad1 {
	float: right;
	margin: 5px 0 5px 5px;
}

.sep {
	border-top: 1px dotted #ccc;
	margin: 10px 0 10px 0;
	clear: both;
}

.book {
	float: left;
	margin: 10px;
}