
/*
	<BODY BGCOLOR="#FFFFFF" 
		background="images/background-main.jpg" 
		TEXT="#000000" 
		LINK="#4E172A" 
		VLINK="#4E172A" 
		ALINK="#666666" 
		leftmargin="0"
		rightmargin="0" 
		topmargin="0" 
		bottommargin="0" 
		marginheight="0" 
		marginwidth="0">
*/
body {
	margin: 0px;
	color: black;
	background: url(./images/navbottom.gif) repeat-y 0% 0%;
}

a:link {
	color: #4E172A;
}
a:visited {
	color: #4E172A;
}

a:active {
	color: #66666;
}

#header {
	background: url(./images/header.gif) black no-repeat 20px 50%;
	height: 56px;
	clear: all;
}

.graybar {
	height: 25px;
	background: url(./images/graybar.gif) #D2CECA repeat-x;
	clear: all;
}

img#header_landscape {
	height: 150px;
	width: 100%;
	display: block;
	background: url(./images/home.jpg) #B6A794 no-repeat;
}

#nav {
	position: absolute;
	top: 66px;
	left: 0px;
	width: 194px;
}
#nav_cap {
	background: url(./images/navcap.gif) transparent;
	height: 80px;
	border-right: 2px #847363 solid;
}

#nav ul {
	margin: 0px;
	padding: 0px;
	display: block;
}
#nav li {
	margin: 0px;
	padding: 0px;
	display: block;
	list-style-type: none;
	background: url(./images/navbutton_inactive.gif) #9C8473 no-repeat;
	width: 194px;
	height: 33px;
	font: bold 20px/33px "MS Serif", "New York", serif;
	color: white;
	
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	font: 20px/33px "Times New Roman", Times, serif;
	color: white;
	display: block;
	height: 33px;
	padding-left: 24px;
}
#nav a:hover {
	background: url(./images/navbutton_active.gif) #9F9993 repeat-y;
}

#content {
	position: relative;
	margin: 50px 0px 80px 220px;;
	font : 12px sans-serif;
	height: 374px;
	overflow: visible;
}

#content p {
	margin-right: 320px;
}

#right_stuff {
	position: absolute;
	top: -10px;
	right: 15px;
}

#right_stuff img {
	margin-bottom: 30px;
	display: block;
}

#ed {
	background-color: black;
	text-align: right;
	font : 10px/25px sans-serif;
	color: white;
	margin-left: 194px;
}

#ed p {
	margin: 0px;
	margin-right: 8px;
}