@charset "ISO-8859-1";
body {
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-size: 24px;
	color: #991346;
}
#wrapper {
	width: 800px;
}
#rightcontent {
	float: right;
	width: 625px;
	text-align: left;
}
#rightcontent table {
	margin-top: 15px;
}
#leftcontent {
	float: left;
	width: 163px;
}
.noborder {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #991346;
	text-decoration: none;
}
a:visited {
	color: #991346;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}
