html {
	text-align: center;
	margin: 0;
	background: url(../images/background.gif) top left;}
	
body {
	margin: 0;
	text-align: center;}
	
	#mainContainer {
		border: 5px solid black;
		background: #411509;
		width: 790px;
		margin: 10px auto;}
		
		#mainImage {
			background: url(../images/mainImage.jpg) top left no-repeat;
			height: 218px;
			width: 790px;
			border-bottom: 1px solid #a08a84;
			margin-bottom: 5px;}
			
		#mainNav {
			margin: -8px auto 0 auto;
			position: absolute;
			width: 790px;
			text-align: center;}
		
		#insideContainer {
			border-top: 1px solid #a08a84;
			width: 790px;
			margin: 0 auto;
			padding-top: 15px;}
			
			#bodyTable {
				width: 780px;
				margin: 0 auto;
				text-align: left;}
				
				#leftSide, #rightSide {
					padding: 5px;
					vertical-align: top;}
				
				#leftSide {
					border: 1px solid black;
					vertical-align: top;
					background: url(../images/watermark.gif) bottom right no-repeat #efceb3;
					width: 550px;}
					
					#leftContent, #rightContent {
	width: auto;
	margin: 5px auto;
}
						
					#leftContent {
						border-top: 1px solid #b39a86;
						border-bottom: 1px solid #b39a86;}
					
				#rightSide {
					background: url(../images/spotlightGradient.jpg) bottom left repeat-x #531d0e;
					width: 225px;}
					
					#rightContent {
						border-top: 1px solid #613326;
						border-bottom: 1px solid #613326;
						text-align: center;
						padding: 5px;}
						
					#rightContent br {
						clear: right;}
			
			#bottom {
				background: #331006;
				margin: 0 auto;
				width: 784px;
				padding: 3px;
				text-align: right;}
