body,
html
{
	height:100%;
	width:100%;
	padding: 0;
	margin: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	line-height:1.1em;
	color:#333333;
	text-align: center;
	background-color: #FFF8DC;

}

#container {
	display: block;
	float: none;
	position:relative;
	min-width: 999px;
	max-width: 999px;
	margin: 0 auto;
	text-align: left;
	min-height: 100%;
	background:#FFF8DC;
	overflow: hidden;
	z-index:1;
}

a {
	color: #00008B;
	text-decoration: underline;
	}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	color: #775900;
	font-size: 1em;
	padding: 0 0 15px;
}

img {
	border-style:none;
}

#images {
	text-align:center;
	}


#left {
	float: left;
	width: 250px;
}

#right {
	float: right;
	width: 250px;

}

#center {
	float: none;
	margin-left: 250px;
	margin-right: 250px;
}

#left,
#right,
#center
{
	padding-bottom: 32767px !important;
	margin-bottom: -32767px !important;
}

.content {
	padding:1em 1em 0;
	font-size:0.8em;
}
