body {
	background-color: #c1965c;
	font: normal 0.75em / 1.5em Helvetica, Arial, san-serif;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

table {
	font-size: 1em;
}

a {
	border: 0px;
	color: black;
	text-decoration: underline;
}

a:hover {
	color: white;
}

img {
	border: 0px;
}

#page {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	width: 780px;
}

#description {
	background: transparent url(images/paperbkgd.jpg) left top no-repeat;
}

#description div {
	margin: 0px 40px 0px 30px;
}

#body {
	background: #debe8d url(images/sidechunkleft.jpg) top left repeat-y;
	padding-left: 50px;
}

#body2 {
	background: #debe8d url(images/sidechunkright.jpg) top right repeat-y;
	padding-right: 50px;
}

#sidebar {
	float: left;
	padding-top: 1em;
	width: 160px;
}

#sidebar ul, #sidebar ol {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#sidebar h3 {
	margin: 1em 0px 0px 0px;
}

#content {
	margin-left: 177px;
	padding-top: 1em;
	width: 500px;
}

#foot {
	clear: both;
}

#footer {
	background: transparent url(images/footer2.jpg) left top repeat-x;
	font-size: 0.8em;
	height: 45px;
	text-align: center;
}

.alignleft {
	text-align: left;
}

.alignright {
	text-align: right;
}

.stack img {
	float: left;
}