body							{ color:#393939; background:#EEE; font-family:Arial, Helvetica, sans-serif; font-size:13px; }
p								{ padding-top:0px; margin-top:0px; }

a								{ color:#8B0E0E; text-decoration:none; }
a:hover							{ color:#393939; text-decoration:underline; }
a:focus, input:focus			{ outline:none; }
img								{ border:0px; }


h1								{ font-size:20px; font-weight:normal; color:#8B0E0E; margin:0px 0px 5px 0px; padding:0px; }
h2								{ font-size:18px; font-weight:normal; font-style:italic; color:#8B0E0E; margin:0px 0px 5px 0px; padding:0px; }

#body_container					{ width:900px; margin:0px auto; }

#sidebar						{ width:250px; height:580px; float:left; border:#393939 solid 1px; }
	#thumbnails					{ width:230px; margin:0px auto; color:#8B0E0E; }
		#thumbnails div			{ width:110px; text-align:center; cursor:pointer; text-decoration:none; float:left; margin:15px 5px 15px 0px; }
		#thumbnails img			{ width:110px; height:110px; border:#393939 solid 1px; padding-bottom:3px; }
		.thumbnail_over img		{ border:#8B0E0E solid 1px !important; }
		.thumbnail_over .thumb_text	{ color:#393939; text-decoration:underline; }
	
#main_stage						{ width:600px; height:550px; padding:15px; float:right; clear:right; border:#393939 solid 1px; display:table; }
	#content					{ width:570px; padding:15px; height:100px; border:#393939 solid 1px; position:relative; }
	.main						{ width:570px; position:absolute; display:none;  }
		.main_image				{ border:#0D0D0D solid 1px; background:#B3B0AC; margin:0px 10px 5px 0px; float:left; }
