html {
	margin: 0;
	padding: 0;
	}
body { 
	font: 80% georgia, sans-serif;
	line-height: 1.88889;
	color: #555753; 
	background: #fff url() no-repeat bottom right; 
	margin: 0; 
	padding: 0;
	text-align: justify;
	}
p { 
	margin-top: 0; 
	text-align: justify;
	}
h3 { 
	font: italic normal 22px georgia, sans-serif;
	letter-spacing: 1px; 
	margin-top:0px;
	margin-bottom: 10px; 
	color: #7D775C;
	text-align: left;
	}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: black;
}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: black;
}
a:hover, a:active { 
	text-decoration: none; 
	color: blue;
}
acronym {
	border-bottom: none;
}

#wrapper {
	background: white url(banner.jpg) no-repeat top left; 
	width:1000px;
	min-height: 800px;
	margin:0px auto;
	border:0px solid #bbb;
	padding:10px;
}
#summary {
	clear: both; 
	margin: 0px 10px 10px 10px; 
	max-width: 160px; 
	border:0px solid #bbb;
	float: right;
}
#summary p {
	font: italic 10pt/22pt georgia; 
	text-align: center;
}
#placeimage {
	clear: both; 
	margin: 0px 0px 0px 0px;
	padding:0px; 
	border:0px solid #bbb;
	float: right;
	text-align: center;
}
#placeimage p {
	font: italic 10pt/22pt georgia; 
	text-align: center;
}
#header {
	border:0px solid #bbb;
	height:160px;
	padding:10px;
}
#content {
	margin-top:10px;
	padding-bottom:10px;
}
#content div {
	padding:10px;
	border:0px solid #bbb;
	float:left;
}
#content-left {
	background: transparent url(paper1.jpg) top left no-repeat; 
	width:130px;
	height:600px;
}
#content-main {
	margin-left:20px;
	width:790px;
	height:auto;
}
#footer {
	float:right;
	margin-top:10px;
	margin-bottom:10px;
	padding:10px;
	border:0px solid #bbb;
	width:878px;
	text-align:right;
}
#bottom {
	clear:both;
	text-align:right;
}
