/*   FOOTER STYLES   */
#footer {
	border-top: dotted 1px #42598b;
	margin: 4px 0px 0px 0px;
	padding-bottom: 4px;
	border-bottom: solid 4px #42598b;
}
#unlock {
	width: 20px;
	height: 20px;
	position: absolute;
	z-index: 99;
}
#captionLeft {
	font-size: 28px;
	/*color: #C1C1D4;
	color: #bbbbca;*/
	color: #b4b4ca;
	text-align: right;
	float: left;
	width: 280px;
	line-height: 34px;
	border-right: dotted 1px #42598b;
	padding: 0px 10px 0px 0px;
	margin: 4px 0px 0px 0px;
}
#captionRight {
	float: left;
	/*font-size: 10px;*/
	font-size: 12px;
	margin: 2px 0px 0px 10px;
	width: 590px;
}
#bottomMenu {
	font-size: 10px;
	border-top: solid 4px #42598b;
	border-bottom: solid 4px #42598b;
	margin: 4px 0px 0px 0px;
	padding: 0px 0px 4px 0px;
}
#bottomMenu a, #bottomMenu a:link, #bottomMenu a:visited {
	text-decoration: none;
}
#bottomMenu a:hover {
	text-decoration: underline;
}
#bottomMenu .option {
	float: left;
	padding: 0px 6px 0px 6px;
	line-height: 16px;
}

/*   CREDIT STYLES   */
#credits {
	margin: 4px auto 0;
	padding-top: 70px;
	width: 900px;
	overflow: hidden;
	font-size: 10px;
}
#credits .left {
	float: left;
	width: 50%;
}
#credits .right {
	float: left;
	width: 50%;
	text-align: right;
}