	body	{			text-align: center;		background: #E2DCDC;		color: #444;		font-family: "Courier New", Courier, Monaco, mono;		font-size: 0.9em;				}		a:link{	color: #D36832;	text-decoration:none;		font-weight:bold;	}	a:visited{ 		color: #D36832;		text-decoration: none;		font-weight:bold;	}		a:hover{			font-weight:bold;		color: #000;		}		#container	{		text-align: left;		margin: 0 auto;		width: 900px;		background: #FFFCF0;		border: 1px solid #7D6B5F;			}		h1	{	background: #D36832;	color: #000;	padding: 20px;	margin: 0;	letter-spacing: 0.05em;	font-size: 2em;	background-image: url(images/beigepaper.jpg);		} /*This styles the title at the top of every page in the web collection.*/	/* The next several declarations style the horizontal navigation bar.*/	#navbar{		margin-left: 0;		margin-top: 0;		padding-left: 0;		list-style-type: none;		background: #F2EEED;		float: left;		width: 100%;		font-variant: small-caps;		font-size: 1.5em;		color: ##FFFCF0;		border-top: 1px solid #7D6B5F;		border-bottom: 1px solid #7D6B5F;			}	 ul#navbar li {		display: inline;		}ul#navbar a {		display: block;		float: left;		padding: .4em 1.5em;		text-decoration: none;				background: #F2EEED;		}		#content	{		float: left;		width: 810px;		margin-left: 45px;		padding: 0;	}		#content2{	float: right;	width: 310px;	display:inline;	padding: 5px;	}	#content1{	float: left;	width: 310px;	display: inline;	padding: 5px;	}	#footer	{	clear: both;	color: #000;	padding-top: 0px;	padding-right: 35px;	padding-bottom: 20px;	text-align: right;	font-style:italic;	font-size: 1.5em;			}