@charset "utf-8";
html {
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: small;
	margin: 0px;
	padding: 0px;
	height: auto;
	width: 100%;
	line-height: 25px;
	background-image: url(bg.jpg);
	background-repeat: repeat;
}
#maintext a:link {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#maintext a:visited {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#maintext a:hover {
	font-weight: bold;
	color: #002B84;
	text-decoration: none;
}
#maintext a:active {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}


#outer {
	position: absolute;
	height: 514px;
	width: 958px;
	top: 50%;
	margin-top: -257px;
	margin-left: -479px;
	left: 50%;
	padding: 0px;
	background-color: #FFFFFF;
	border: 1px solid #333333;
	background-image: url(mainbg.jpg);
	background-repeat: no-repeat;
}
#navigationouter {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 34px;
	width: 938px;
	padding-top: 8px;
	background-color: #f9e50c;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: medium;
	font-style: normal;
	text-align: right;
	margin: 0px;
	padding-right: 20px;
	background-image: url(navigationbg.jpg);
	background-repeat: repeat-x;
	font-weight: bold;
}
#navigationouter a:link {
	color: #000000;
	text-decoration: none;
}
#navigationouter a:visited {
	color: #000000;
	text-decoration: none;
}
#navigationouter a:hover {
	color: #00349F;
	text-decoration: none;
}
#navigationouter a:active {
	color: #000000;
	text-decoration: none;
}
#maintext {
	position: absolute;
	width: 449px;
	top: 20px;
	right: 20px;
	height: 410px;
	overflow: auto;
	background-image: url(textbg.png);
	background-repeat: repeat;
	padding: 10px;
}
#logo {
	position: absolute;
	left: 20px;
	top: 20px;
}
#crane {
	position: absolute;
	left: 0px;
	bottom: -200px;
	visibility: visible;
	z-index: 100;
}
#tagline {
	position: absolute;
	width: 300px;
	left: 80px;
	top: 150px;
	text-align: center;
	font-size: x-large;
	font-weight: bold;
	color: #002B84;
	letter-spacing: -1px;
}
#swinginghook {
	position: absolute;
	z-index: 100;
	left: 350px;
	top: 0px;
}


#credits {
	position: absolute;
	bottom: -30px;
	height: 30px;
	width: 940px;
	right: -1px;
	text-align: right;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-image: url(creditsbg.png);
	background-repeat: repeat-x;
	font-size: xx-small;
	font-weight: normal;
}
#credits a:link {
	color: #333333;
	text-decoration: none;
}
#credits a:visited {
	color: #333333;
	text-decoration: none;
}
#credits a:hover {
	color: #993300;
	text-decoration: none;
}
#credits a:active {
	color: #333333;
	text-decoration: none;
}
#maintext h2 {
	color: #333333;
	font-size: 28px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	letter-spacing: -1px;
}
