@charset "UTF-8";
#container {
	background-image: url(images/body_bg.jpg);
	background-repeat: repeat-y;
	width: 739px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}
body {
	margin: 0px;
	padding: 0px;
	background-color: #e5e5e5;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #333333;
}
a:link {
	color: #990000;
	text-decoration: none;
}
a:hover {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #993333;
	text-decoration: none;
	 }
#top {
	background-image: url(images/top.jpg);
	height: 159px;
	width: 739px;
	margin: 0px;
	padding: 0px;
}
#leftcontent {
	float: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 18px;
	width: 171px;
	
}
#rightcontent {
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 110px;
	width: 340px;
	
}
#bottom {
	background-image: url(images/bottom.jpg);
	height: 26px;
	width: 739px;
	position: static;
	margin: 0px;
	padding: 0px;
	bottom: 0px;
	clear: both;
}
#bottomlinks {
	height: 20px;
	width: 340px;
	text-align: center;
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 290px;
	clear: both;
}
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: medium;
}
h1 {
	font-size: x-large;
}
