body{
	background-color: #ffffcc;
	color: #222;
	text-align: center;
	font-family: Lucida Sans;
	font-size: 12px;
}
#container{
	width: 800px;
	margin: 0px auto 0px auto;
	text-align: left;
	}
	#header{
		float: left;
		width: 100%;
		}
	#date{
		float: left;
		width: 95%;
		background-image: url(img/1952.jpg);
		background-repeat: no-repeat;
		background-position: bottom left;
		height: 30px;
		margin-left: 5%;
		text-align: right;
		padding-top: 20px;
		font-size: 14px;
		color: #Ca9e74;
		}
	#logo{
		float: left;
		width: 100%;
		border: 3px solid #fff;
		background-image: url(img/logo.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		height: 115px;
		}
	#body_area{
		float: left;
		width: 95%;
		border-left: 3px solid #fff;
		border-right: 3px solid #fff;
		border-bottom: 3px solid #fff;
		background-color: #fff;
		margin-left: 5%;
		background-image:url(img/bg_brown.jpg);
		background-repeat: repeat-y;
		background-position: left;
		}
		#nav_bar{
			background-color: #Ca9e74;
			float:left;
			width: 212px;
			height: 100px;
			padding: 20px 0px 0px 0px;
			}
			#nav_bar a{
				width: 100%;
				text-decoration: none;
				border-top: 1px dashed #fff;
				border-bottom: 1px dashed #fff;
				padding: 3px 0px 3px 5px;
				color: #fff;
				display: block;
				}
			#nav_bar a:hover{
				background-color: #ffffcc;
				color:  #Ca9e74;
				}
		#content{
			float: left;
			width: 67%;
			margin: 10px 2% 10px 2%;
			font-size: 12px;
			}
		#content img{
			margin: 10px 0px 10px 10px;
			border: none;
			
			}
		#content a{
			color: #e24717;
			}
		#content a:hover{
			text-decoration: none;
			}
		#content li{
			color: #ca9e74;
	
			}
		#content table{
			font-size: 11px;
			width: 100%;
			}
		td.address{
			width: 220px;
			font-size: 11px;
			}
		#images{
			float: right;
			width: 260px;
			}
			#images img{
			display:block;
			float: right;
				}
	#footer{
		float: left;
		text-align: center;
		font-size: 11px;
		width: 100%;
		padding: 10px 0px 0px 0px;
		}
		
		
		
		
h1{
	color: #e24717;
	margin: 5px 0px 10px 0px;
	font-size: 16px;
	}
h2.quote{
	color: #e24717;
	margin: 5px 0px 10px 5%;
	font-size: 16px;
	font-style: italic;
	text-align: right;
	width: 95%;
	font-family: times new roman;
	}
h2{
	color: #Ca9e74;
	margin: 5px 0px 10px 0px;
	font-size: 14px;
	width: 100%;
	
	}
p{
	text-align: justify;
	line-height: 20px;
	}