#frame {
	float: left;
	width: 90px;
	margin-right: 10px;
}
#header {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
a:visited {
	color: #063;
	text-decoration: underline;
}
a:hover {
	color: #9A002B;
	text-decoration: underline;
}
#navbar {
	text-align: center;
	padding-top: 10px;
	padding-right: 4px;
	padding-bottom: 8px;
	padding-left: 4px;
	background-color: #363;
	margin: 0px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #9A002B;
	border-bottom-color: #9A002B;
	border-top-width: medium;
	border-bottom-width: medium;
}
#navbar p {
	margin-top: 1%;
	margin-right: 0%;
	margin-bottom: 1%;
	margin-left: 0%;
}
#navbar a {
	text-decoration: none;
	color: #FFC;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
}
#navbar a:hover {
	margin: 0px;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	color: #FFC;
	background-color: #9A002B;
}
.caption {
	margin-bottom: 10%;
	font-size: 12px;
	line-height: 16px;
}
body  {
	background: #363 fixed top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 20px;
}
a {
	color: #063;
	text-decoration: underline;
}
h1 {
	font-size: 18px;
	color: #9A002B;
	line-height: 22px;
}
.purplishbrown {
	color: #9A002B;
}
h2 {
	color: #9A002B;
	font-size: 150%;
}
h3 {
	font-size: 16px;
}
.center {
	text-align: center;
	font-weight: normal;
}

