@charset "UTF-8";
body {
	background-color: #000;
	margin: 0px;
}
#background {
	height: 1200px;
	width: 1000px;
	background-image: url(images/studio_background.jpg);
	position: absolute;
	z-index: 0;
	text-align: left;
	clear: none;
	margin-right: 20px;
	margin-left: 20px;
}
#header {
	top: 185px;
	position: absolute;
	left: 486px;
	z-index: 10;
}
#navigation {
	position:absolute;
	left:63px;
	top:1px;
	width:663px;
	height:160px;
	z-index:1;
}
#content {
	position:absolute;
	left:88px;
	top:255px;
	width:635px;
	height:800px;
	z-index:15;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 14px;
	color: #FFF;
	text-align: justify;
}
.gearHeaders {
	font-weight: bold;
}
.imageBorder {
	border: 2px solid #4D4D4D;
	margin-top: 5px;
	margin-bottom: 5px;
}
.Subheader {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	text-align: right;
}
#footer {
	position:absolute;
	left:214px;
	top:1108px;
	width:471px;
	height:34px;
	z-index:11;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	color: #FADC89;
	overflow: hidden;
}
a.footer {
	color: #FADC89;
	text-decoration: none;
}
a.footer:hover {
	color: #412104;
	text-decoration: none;
}
a {
	color: #7B2500;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#clickPix {
	position:absolute;
	left:848px;
	top:433px;
	width:36px;
	height:21px;
	z-index:20;
}
#pagePix{
	position:absolute;
	left:764px;
	top:469px;
	height: 730px;
	width: 210px;
	z-index:25;
	text-align:center;
	overflow:auto;
}
#pagePix img{
	border: 2px solid #4D4D4D;
}
#pagePix, #pagePix a, #pagePix a:visited, #pagePix a:hover{
	color:#FFFFFF;
	font-weight:bold;
}
#thumb1 {
	position:absolute;
	left:764px;
	top:469px;
	z-index:25;
	border: 2px solid #4D4D4D;
}
#thumb2 {
	position:absolute;
	left:764px;
	top:628px;
	z-index:25;
	border: 2px solid #4D4D4D;
}
/* CSS Document */

#thumb3 {
	position:absolute;
	left:764px;
	top:786px;
	z-index:25;
	border: 2px solid #4D4D4D;
}
.fineprint {
	font-size: 11px;
	font-style: italic;
}

/********** ADDITIONS BY MS for editability, etc... *******************/
#headline {
	position:absolute;
	left:88px;
	top:235px;
	width:635px;
	height:20px;
	z-index:14;
}
.login{
	position: absolute;
	z-index: 100;
	right: 5px;
	top: 5px;
	padding: 5px;
	background-color:#FFFFFF;
	border: 1px solid #990000;
}