@charset "utf-8";
/* CSS Document */

#main {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	background-color: #FFF;
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-top-color: #C5760F;
	border-right-width: thick;
	border-left-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #C5760F;
	height: 920px;
}

/* CSS Document */

#main #content {
	border: 0.1px dotted #676767;
	margin-top: 10px;
	padding-top: 2px;
	text-align: left;

}

