@charset "utf-8";
/* CSS Document */
body {
	background-color: #cbc1c1;
	background-image: url(metal_3.jpg);
	background-repeat: no-repeat;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-attachment: fixed;
	background-position: right top;
	color: #331f1f;
	font-family: Arial, Helvetica, sans-serif;
}
.body_new	{
	background-color: cbc1c1;
	background-image: url(NAV_BAR_trim.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}
a:link {
	color: #331f1f;
}
a:visited {
	color: #331f1f;
}
a:hover {
	color: #ffffff;
}
a:active {
	color: #FFFFFF;
}
#magnolia	{
	background-image: url(magnolia_large_accent2.png);
	background-repeat: no-repeat;
	border: none;
	position: fixed;
	height: 366px;
	width: 415px;
	left: 0px;
	top: 0px;
	z-index: -1;
	
}
#logo	{
	right: 0px;
	top: 0px;
	width: 300px;
	height: 142px;
	z-index: 5;
	position: fixed;
}
#nav	{
	right: 0px;
	top: 142px;
	width: 216px;
	height: 448px;
	z-index: 3;
	position: absolute;
}
#focus	{
	width: inherit;
	margin-left: 50px;
	margin-right: 379px;
	margin-top: 0px;
	position: relative;
	z-index: 1;
	padding-top: 140px;
	background-color: #cbc1c1;
}
#window	{
	background-image: url(window3.png);
	background-position: center;
	background-repeat: no-repeat;
	position: fixed;
	width: 700px;
	margin-left: 40px;
	margin-right: 400px;
	margin-top: 44px;
	margin-bottom: auto;
	z-index: 1;
	visibility: visible;
}
#content	{
background-color: #cbc1c1;
	position: fixed;
	width: 620px;
	height: 420px;
	margin-left: 75px;
	margin-top: 74px;
	z-index: 2;
	overflow: auto;
}
#content2	{
background-color: #cbc1c1;
	position: absolute;
	width: 620px;
	height: auto;
	margin-left: 50px;
	margin-top: 0px;
	z-index: 2;
	overflow: visible;
}
