@charset "utf-8";
#container {
	width: 800px;
	margin: 10px auto;
	background: url(images/Courthouse.jpg) bottom left no-repeat #FFF;
	border: 3px solid #624217;
}
#bodytextdiv {
	width: 655px;
	margin: 0px 20px 20px 125px;
	padding: 0px;
}
#bottombar {
	height: 25px;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	color:#FFF;
	text-align:right;
	font-size:10px;
}
#addressdiv {
	height: 80px;
	padding-top: 0px;
	text-align: center;
	font-family:"Times New Roman", Times, serif;
	font-weight:bold;
	font-size:12px;
}
#addressdiv a {
	font-weight: normal;
}
body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	font:Arial, Helvetica, sans-serif;
}
h1 {
	font-style:italic;
	font-size:20px;
}
h2 {
	font-size: 16px;
}