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

body,td,th {
	font-family: "Times New Roman", Times, serif;
		background-color: #1a373f;
	font-size: 14px;
	color: #FFFFFF;
}

a:link {
	color: #FFFF00;
}
a:visited {
	color: #FFFF00;
}
a:hover {
	color: #FFFF00;
}
a:active {
	color: #FFFF00;
}

#header {	width: 900px;
	margin: auto;
	text-align:center;}
	
#nav_bar {	width: 900px;
background-color: #000000;
	margin: auto;
	text-align:center;}

	
#content{ background-color: #2F0000;
clear: both;
	height: 1200px;
	width: 900px;
	margin: auto;
	text-align:center;}
	
	
.burnt_content { background-image: url(images/rick_background.jpg);
margin: auto;
	text-align:center;
height: 1150px;
	width: 800px;
	}
	
.history_content {
	width: 700px;
	margin: auto;

text-align:left;
font:"Times New Roman", Times, serif;
color:#000000;
padding:12px;
}

.image_right {float:right;
margin-left:12px;
margin-bottom:12px;
clear:both;}

.image_left {float:left;
margin-right:12px;
margin-bottom:12px;
clear:both;}