#container {
	width: 820px;
}
#header {
	width: 820px;
}
#contents {
	width: 820px;
}
#footer {
	width: 820px;
}
#sidebar {
	float: right;
	width: 200px;
	padding: 10px;
	background-repeat: no-repeat;
	border-top-width: thick;
	border-bottom-width: thick;
	border-top-color: #663300;
	border-bottom-color: #663300;
	margin-top: 20px;
	border-top-style: double;
	border-bottom-style: double;
	border-right-width: thick;
	border-left-width: thick;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #663300;
	border-left-color: #663300;
}
#main {
	float: left;
	width: 580px;
	padding: 10px;
	margin-top: 20px;
}
p {
	line-height: 140%;
}
