/* Copyright 2008 Morose Media */

div#outer {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

div#footer {
	clear: both;
}

div#documentation-index {
	top: 0px;
	width: 250px;
	padding-right: 5px;
	padding-bottom: 16px;
	border-right: 1px dotted #073012;
	border-bottom: 1px dotted #070312;
	line-height: 18px;
}

div#documentation-container {
	float: right;
	width: 625px;
	text-align: justify;
}

div#documentation-container h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 18px;
}

div#documentation-container p {
	font-size: 14px;
}