"UTF-8";
html, body {
	height: 100%;
}
body {
	background-attachment: fixed;
	background-image: url(../images/footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #F0F5F7;

}
#inner {
	height: auto;
	width: 700px;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 150px;
	min-height: 100%;
	margin-bottom: -110px;
	position: relative;

}
/*img {
	height: auto;
	position: relative;
	display: block;
	margin-right: auto;
	margin-left: auto;
}*/
#Middle {
	display: block;
	height: auto;
	width: 600px;
	margin: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-size: medium;
	background-color: #FFFFFF;
	padding: 50px;
	border: medium solid #CCDCE0;







}
a {
	color: #831025;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	text-align: right;
	text-decoration: none;
}
a:hover {
	color:#000000;
	}
#link {
	text-align: center;
	
}
#navigation a:link, #navigation a:active, #navigation a:visited {
	text-decoration: none;
}
#navigation a:hover {
	text-decoration: none;
}
#footer {
	height: 110px;
	position: relative;
}
.clearfooter {
	height: 110px;
	clear: both;
}
#content {
	padding-top: 50px;

}

