@charset "utf-8";
/* CSS Document */

body {background-color: #4C4733;}
body,td,th {	color: #336600;	font-family: Garamond, Georgia, Times New Roman, Times, serif; font-size: 100%}
	
a:link {color: #996600;	text-decoration: none; font-size: 90%}
a:visited {color: #999900; text-decoration: none; font-size: 90%}
a:hover {color: #663399; text-decoration: underline; font-size: 90%}
a:active {color: #CC9900; text-decoration: none; font-size: 90%}
a {font-weight: bold}

a.one:link {color: #996600;	text-decoration: none; font-size: 70%}
a.one:visited {color: #999900; text-decoration: none; font-size: 70%}
a.one:hover {color: #663399; text-decoration: underline; font-size: 70%}
a.one:active {color: #CC9900; text-decoration: none; font-size: 70%}
a.one:{font-weight: bold}
#Layer1 {
	position:absolute;
	width:163px;
	height:537px;
	z-index:1;
	left: 19px;
	top: 233px
}
	
#Layer2 {
	position:absolute;
	width:769px;
	height:26px;
	z-index:2;
	left: 14px;
	top: 828px;
	background-color: #E3DFD8}
	
#Layer3 {
	position:absolute;
	width:162px;
	height:89px;
	z-index:2;
	left: 21px;
	top: 1264px}

#Layer4 {
	position:absolute;
	width:152px;
	height:115px;
	z-index:3;
	top: 234px;
	left: 631px}
	
.style2 {font-size: x-large; font-weight: bold}
.style3 {font-size: x-small}
.style4 {font-size: large}
.style5 {font-size: medium}
.style6 {color: #E3DFD8}
.style6 {color: #996600}
.style7 {color: #336600; font-weight: bold}
.style8 {color: #FF9900}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -23px;
	left: -35px;
	z-index: 1;
}

.hoverbox img
{
	background: #ffffff;
	border-color: #000000;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 140px;
	height: 140px;
}

/*.hoverbox li
{
	background: #eee;
	border-color: #ddd #bbb #aaa #ccc;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 3px;
	padding: 5px;
	position: relative;
}*/

.hoverbox li
{
	background: #ffffff;
	border-color: #ffffff;
	border-style: solid;
	border-width: 1px;
	color: inherit;
	display: inline;
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}
.hoverbox .preview
{
	border-color: #ffffff;
	width: 350px;
	height: 350px;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/

.hoverbox a
{
	position: relative;
}

.hoverbox a:hover
{
	display: block;
	font-size: 100%;
	z-index: 1;
}

.hoverbox a:hover .preview
{
	top: -38px;
	left: -50px;
}

.hoverbox li
{
	position: static;
}

/*Hoverbox by http://sonspring.com/ Nathan Smith*/
