* html .clearfix {height: 1%;}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	background-color: #000000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #E7D5B1;
}
#container {
	background-image: url(images/bg780x10.jpg);
	background-repeat: repeat-y;
	text-align: left;
	width: 780px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
}
#leftpanel {
	background-image: url(images/panelbg398x10.jpg);
	background-repeat: repeat-y;
	width: 398px;
	text-align: center;
	float: left;
}
.firstletter {
	font-size: x-large;
}
p {
	text-align: justify;
	font-size: 1.1em;
	line-height: 1.5em;
}
#rightpanel {
	float: right;
	text-align: center;
}
a:link {
	font-style: normal;
	color: #E7D5B1;
	text-decoration: underline;
}
a:visited {
	font-style: normal;
	color: #E7D5B1;
	text-decoration: underline;
}
a:hover {
	color: #E7D5B1;
	font-style: normal;
	text-decoration: none;
}
a:active {
	font-style: normal;
	color: #E7D5B1;
	text-decoration: underline;
}
h1 {
	font-size: 1.6em;
}
.border {
	border: 3px solid #DCCB9D;
}
