/* CSS Document */
body {
	background-image: url();
	background-color: #BF0007;
}
#Box {
	position:absolute;
	left:200px;
	top:10px;
	width:780px;
	height:1000px;
	z-index:1;
	background-image: url(images/hookhas-800bg.jpg);
}

#Box2 {
	position:absolute;
	left:200px;
	top:10px;
	width:780px;
	height:1000px;
	z-index:1;
	background-image: url(images/hookhas-800bg2-trans3.gif);
}


#Navigation {
	position:absolute;
	left:200px;
	top:176px;
	width:779px;
	height:42px;
	z-index:2;
	background-color: #AD0000;
}
a:visited {
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 18px;
}
a:link {
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
}
a:hover {
	color: #BF0007;
	font-family: "Trebuchet MS";
	font-size: 18px;
	font-weight: bold;
}
#Content {
	position:absolute;
	left:200px;
	top:220px;
	width:750px;
	height:850px;
	z-index:3;
	background-color: #FFFFFF;
	margin: 6px;
	padding: 5px;
}

.copy2 {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: normal;
	color: #670100;
	margin: 3px;
	padding: 3px;
	list-style-position: outside;
	list-style-type: square;
}
.Start {
	font-family: "Vladimir Script";
	font-size: xx-large;
	font-weight: bold;
	color: #670100;
	margin: 3px;
	padding: 3px;
	list-style-position: outside;
	list-style-type: square;
}
.Heading {

	font-family: "Trebuchet MS";
	font-size: large;
	font-weight: normal;
	color: #670100;
	margin: 3px;
	padding: 3px;
	list-style-position: outside;
	list-style-type: square;
}
