html, body {
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #70272E;
	font-size: 1em;
	padding: 0;
}
#wrapper {
	height: auto !important;
	height: 100%;
	width: 100%;
	position: relative;
	min-height: 100%;
}
#top {
	background-image: url(../images/top.jpg);
	background-repeat: repeat-x;
	height: 220px;
	width: 100%;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}
body {
	background-color: #FBF7E4;
}
h1 {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 980px;
}
#links {
	bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	height: 31px;
	width: 856px;
	margin-top: 121px;
}
#content {
	height: auto;
	padding-top: 1em;
	padding-right: 20px;
	padding-left: 20px;
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 9em;
}

#content a,a:visited
{color: #71282F;
font-weight: bold;}

#content a:hover
{color: #000000;
text-decoration: none;}

.img
{border: 10px solid #71282F;}

.img:hover
{border: 10px solid #A45058;}

#footer {
	background-color: #000000;
	width: 100%;
	position: absolute;
	bottom: 0px;
	color: #FBF7E4;
}
#footer a {
	color: #FBF7E4;
}
h2 {
	margin-top: 0px;
	font-size: 1.2em;
}
#footer table {
	margin-top: 5px;
	margin-bottom: 5px;
}
#copy {
	float: left;
	font-size: 0.9em;
	color: #FBF7E4;
	margin: 5px;
}
#simple {
	float: right;
	font-size: 0.9em;
	color: #FBF7E4;
	margin: 5px;
}
#simple a {
	font-size: 0.9em;
}
#content img {
	margin-bottom: 10px;
	margin-left: 10px;
}
.floatright {
	float: right;
	height: auto;
	width: 300px;
	display: inline;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	* html .clearfix {height: 1%;
}


