#wrapper {
	height: 1000px;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 3px;
	border-left-width: 3px;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #996600;
	border-right-color: #996600;
	border-bottom-color: #996600;
	border-left-color: #996600;
}
#outerwrapper {
	width: 1100px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(outerbg.png);
	background-repeat: repeat-y;
	background-position: center top;
}
#outerwrapper #wrapper #content #left {
	float: left;
	height: 500px;
	width: 400px;
	margin-top: 40px;
	padding: 15px;
	margin-left: 25px;
	background-image: url(imgbg.png);
	background-repeat: repeat-x;
	background-position: center top;
}

#wrapper #content {
	height: 600px;
	width: 1000px;
	background-color: #000000;
	margin: 0px;
	background-image: url(contentbg.png);
	background-repeat: repeat-x;
}
#wrapper #flash {
	width: 1000px;
	height: 400px;
}

