@charset "utf-8";
/* CSS Document */
img, div { 
        behavior: url(iepngfix.htc)
 }
body {
	background-image: url(tiled_background.jpg);
	font-family: georgia;
}
#wrapper {
	width: 816px;
	padding-left: 90px;
}
#header {
	width: 816px;
        height: 113px;
	background-image: url(header.png);
	background-repeat: no-repeat;

}
#mainarea {
	width: 816px;
	height: auto;
	float: left;
	background-image: url(middle.png);
	background-repeat: repeat-y;
	background-position: right top;
	padding-left: 0px;
	margin-top: -10px;

}
#footer {
	background-image: url(footer.png);
	width: 816px;
	height: 30px;
	background-repeat: none;
	float: left;

}
a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	font-style: normal;
	line-height: normal;
	color: #7a1d1d;
	text-decoration: none;
}
a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	color: #7a1d1d;
	text-decoration: none;
}
#content {
	font-size: medium;
	width: 795px;
	margin-left: 10px;
}
