body {
	background-color: #503B1C;
	background-image: url(../layout/body.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: "Times New Roman", Times, serif;
}
#menulinks {
	height: 40px;
}
.pdf {
	background-color: #503B1C;
	color: #FFFEFD;
	padding: 5px;
	margin-top: 5px;
	display: block;
	width: 170px;
	text-align: center;
	float: left;
	margin-right: 5px;
}
#container {
	width: 700px;
	background-color: #4F3B1C;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}
a#logo {
	background-image: url(../layout/logo.gif);
	height: 184px;
	width: 700px;
	display: block;
}
#header {
	width: 100%;
	background-color: #F9F2CC;
}
#navigation {
	background-image: url(../layout/header_bar.gif);
	background-repeat: repeat-x;
	height: 25px;
	width: 100%;
}
#navigation ul {
	margin: 0px;
	padding: 0px;
}
#navigation li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float: left;
}
#navigation li a {
	display: block;
	color: #C8A18C;
	font-size: 11px;
	margin-left: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
}
#navigation li a:hover {
	background-image: url(../layout/nav_exp.gif);
	background-repeat: repeat-x;
	color: #FFFFFF;
}
#maincontent {
	z-index: 100;
	position: relative;
	background-image: url(../layout/content_footer.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	clear: both;
}
#top {
	background-image: url(../layout/content_head.gif);
	background-repeat: repeat-x;
	z-index: 0;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
	background-color: #FFFFFF;
}
#flash {
	height: 300px;
	position: relative;
	background-color: #000000;
}


h1 {
	font-size: 2em;
	font-weight: lighter;
	color: #4F3B1C;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
p {
	font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 0px;
	margin-bottom: 10px;
}
li {
font-size: 0.7em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.5em;
	margin-right: 15px;
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
}
a {
	color: #84001F;
	text-decoration: none;
	font-weight: bold;
}
#footer {
	background-image: url(../layout/footer_bar.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 54px;
	position: relative;
}
#footer #thissite {
	position: absolute;
	top: 20px;
	margin: 0px;
	padding: 0px;
	left: 15px;
}
#footer #design {
	top: 20px;
	position: absolute;
	right: 15px;
}
#footer p {
	color: #BA8C41;
	margin: 0px;
	padding: 0px;
}
#footer a {
	font-weight: bold;
	color: #BA8C41;
}
h2 {

	font-size: 1.2em;
	font-weight: lighter;
	color: #4F3B1C;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}
h3 {
	font-size: 1.1em;
	color: #4F3B1C;
	font-weight: lighter;
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0px;
	margin-left: 15px;
}

#becomeafriend {
	background-image: url(../../becomeafriend/becomefriend.gif);
	height: 118px;
	width: 241px;
	position: absolute;
	left: 10px;
	top: 32px;
}
#becomeafriend #return {
	color: #FFFFFF;
	line-height: 1.1em;
	margin-top: 25px;
	margin-bottom: 5px;
	padding: 0px;
}
#becomeafriend #email_address {
	margin-left: 10px;
	margin-top: 2px;
}
#becomeafriend #placement {
	position: absolute;
	left: 4px;
	top: 77px;
}
#becomeafriend #txtEmail {
	background-color: #444646;
	border-top-color: #484A4A;
	border-right-color: #484A4A;
	border-bottom-color: #484A4A;
	border-left-color: #484A4A;
	color: #999999;
}

.floatright {
	float: right;
	margin: 10px;
}
