#container {
	width: 800px;
	overflow: hidden;
}
#header {
	width: 800px;
}
h1 {
	font-size: 44px;
	font-style: italic;
	font-weight: bold;
}
body {
	margin-left: 0px;
	margin-top: 20px;
	background-image: url(images/rosemary2.jpg);
	background-repeat: no-repeat;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #999999;
}
body,td,th {
	font-family: Times New Roman, Times, serif;
	font-size: medium;
	color: #A6A6A6;
}
#line {
	height: 5px;
	width: 800px;
}
#heading2 {
	width: 500px;
	padding-right: 0px;
	float: right;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 20px;
}
h2 {
	font-size: large;
	font-weight: bold;
	color: #8A3A33;
}
#maintext {
	float: right;
	width: 500px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 370px;
}
#navbar {
	float: right;
	width: 500px;
}
