/* CSS Document */
body {
	background:url(../images/tiger-stripes.gif) #FF9900;
}

#wrapper {
	position:relative;
}

#header {

	background: #CA6918 url(../images/header_background.gif);
	border-right: #000000 solid 2px;
	border-left: #000000 solid 2px;
	border-top: #000000 solid 2px;
	text-align:center;
}
#header img {
 	padding-bottom: 0px;
	padding-top: 5px;
 }

#header h1 {
	position: absolute;
	top: 40px;
	left: 30px;
	font-size: 44px;
	font-family:Georgia, "Times New Roman", Times, serif;

}

#menu {
	height: 53px;
	background: #320C00;
	border-right: #000000 solid 2px;
	border-left: #000000 solid 2px;
}

.stripes {
	background: url(../images/stripe.gif);
	height: 6px;
}
.nav {
	background: url(../images/nav_background.gif);
	height: 41px;
}

.nav a {
	background: url(../images/nav.gif);
	border-right: 1px solid #161616;
	color: #000000;
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	font-weight:bold;
	line-height: 40px;
	padding: 0 10px;
	text-decoration: none;
	height: 41px;
}
.nav a:hover {
	background:url(../images/nav_hover.gif);
	text-decoration: underline;
}

.nav .selected {
	background:url(../images/nav_hover.gif);
	text-decoration: underline;
}

#content {
	background: #FFFFFF;
	border-right: #000000 solid 2px;
	border-left: #000000 solid 2px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 10px;
}

#content p {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 150%;
	font-size: 16px;
}

#content img {
	float:right;
	padding-left: 10px;
	padding-bottom: 10px;
}

#content a{
	color: #320C00;
}

#content .cite {
	font-family:"Courier New", Courier, mono;
	line-height: 2px;
	font-size: 12px;
}

#content .object {
	margin-bottom: 10px;
	text-align:center;
}

#footer {
	height: 30px;
	background: #320C00;
	border-right: #000000 solid 2px;
	border-left: #000000 solid 2px;
	border-bottom: #000000 solid 2px;
}

#footer p {
	color: #EA8919;
	text-align: center;
	padding-top: 8px;
}

