/* CSS Document */

body {
	margin: 0px auto;
	position: relative;
	width: 900px;
	top: 0px;
	left: auto;
	right: auto;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	color: #000;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 9px;
	background-color: #5d1803;
}
#indexcontainer {
	right: auto;
	left: 215px;
	width: 900px;
	height: 600px;
	top: 100px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	}
#main {
	background-color: #000000;
	border-right-style: dashed;
	border-left-style: dashed;
	width: 900px;
	border-top-style: none;
	border-bottom-style: none;
	border-right-width: thin;
	border-left-width: thin;
	border-right-color: #9D3B21;
	border-left-color: #9D3B21;
	text-align: center;
}
