body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 11px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	padding-bottom: 40px;
}

a {
	font-family: Palatino, Georiga, "Times new roman", times, serif;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

#container {
	width: 690px;
	margin: auto;
	text-align: left;
	border-left: 1px solid;
	border-right: 1px solid;
	border-bottom: 1px solid;
}

#top {
	font-family: Palatino, Georiga, "Times new roman", times, serif;
	width: 100%;
	height: 260px;
	position: relative;
}

#top #bar {
	position: relative;
	top: 80px;
	height: 40px;
}

#top #bar h1 {
	padding-left: 7px;
	padding-right: 18px;
	padding-top: 2px;
	margin: 0px;
	font-weight: normal;
	font-size: 32px;
}

#top #menu {
	top: 229px;
	padding-left: 20px;
	position: absolute;
}

#top #menu a {
	padding: 8px 10px 3px 10px;
	font-size: 14px;
	display: block;
}

#top #menu ul {
	list-style-type: none;
	line-height: 20px;
	padding: 0px;
	margin: 0px;
}

#top #menu li {
	float: left;
	margin: 0px 5px 0px 5px;
}

#content {
	margin: 20px 10px 20px 10px;
	line-height: 16px;
	padding: 10px;
}

#content blockquote {
	margin-left: 0px;
	padding: 7px;
	font-style: italic;
	border-left: 3px solid;
}

#content blockquote p {
	quotes: "\201C" "\201D";
	margin: 0px;
	padding: 0px;
}

#content blockquote p:before {
	content: open-quote;
	font-weight: bold;
}

#content blockquote p:after {
	content: close-quote;
	font-weight: bold;
}

#content pre {
	font-size: 12px;
	border: 1px dashed;
	border-left: 3px solid;
	margin-left: 0px;
	padding: 7px;
	font-family: monospace, serif;
}

#content h1, h2, h3 {
	font-family: Palatino, Georiga, "Times new roman", times, serif;
	font-size: 24px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
}

#content h2 {
	font-size: 18px;
	font-style: italic;
}

#content h3, h4 {
	font-size: 16px;
	font-weight: normal;
	font-style: italic;
}

#content h4 {
	font-size: 12px;
}

#content pre.code {
	overflow: auto;
	height: 150px;
	width: 604px; /* IE Just dosen't get it */
}

#content p.first {
	margin: 0px 0px 0px 0px;
}

#content p.next {
	text-indent: 12px;
}

#content p.link {
	text-align: center;
	margin: 8px 0px 0px 0px;
}

#footer {
	border-top: 1px dashed;
	padding: 10px 0px 10px 0px;
	margin: 40px 10px 0px 10px;
	text-align: center;
	font-family: Palatino, Georiga, "Times new roman", times, serif;
	font-size: 11px;
}

#content hr {
	height: 1px;
	border: 0px;
}
