@charset "UTF-8";
/* CSS Document */

body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #000000;
	overflow:auto;
	position: relative;
	background-repeat: repeat-y;
	background-position: right;
	font-weight: normal;
	font-size: 75.0%;
	line-height: 1.3;
}
#container  {
    width: 900px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	overflow:hidden;
	background-position: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
}
#header  {
	padding: 0;
	margin-top: 5px;
	height: 165px;
}
#header  h1  {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 0px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent  {
	overflow:auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
#footer  {
	text-align:center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#footer  p  {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
#Window {
	border: thin solid #FFFFFF;
	overflow: auto;
	height: 500px;
	width: 95%;
	margin-top: 0px;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
}
.style1 {
	color: #CC6600;
}
.style2 {
	font-size: 2em;
	color: #FFFFFF;
}
#thumbs {
	overflow: scroll;
	background-color: #000000;
}
#apDiv1 {
	position:absolute;
	width:440px;
	height:900px;
	z-index:1;
	overflow: auto;
	float: left;
	visibility: visible;
	text-decoration: none;
}
#apDiv3 {
	position:absolute;
	left:52%;
	top:262px;
	width:375px;
	height:870px;
}
#apDiv4{
	position:absolute;
	z-index:1130;
	
} 
#apDiv5{
	position:absolute;
	z-index:1130;	
}
#apDiv6{
	position:absolute;
	z-index:1130;
	
} 
#apDiv7{
	position:absolute;
	z-index:1130;
	
} 
#apDiv8{
	position:absolute;
	z-index:1130;
	
}  
.quot{
	float: right;
	width: 500px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 10px;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	margin-right: 20px;
	font-weight: normal;
	display: inline;
}
.right{
	float: right;
	width: 200px;
	font-size: 11px;
	text-align: right;
	display: inline;
}
