@charset "utf-8";
/* CSS Document */
html, body {width:100%; height:100%; padding:0; margin:0; background:#FFC;}
html {overflow:hidden;}
body {
font-family:Georgia, "Times New Roman", Times, serif;
background-image: url(../images/parchment-paper.jpg);
background-repeat:no-repeat;
background-position:center center;
background-attachment:fixed;
-o-background-size: 100% 100%, auto;
-moz-background-size: 100% 100%, auto;
-webkit-background-size: 100% 100%, auto;
background-size: 100% 100%, auto;
}

#scroller {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:2px;
	overflow:auto;
	z-index:2;
} 

li{ padding-bottom:5px; }
p {font-size:16px; line-height:25px; color:#000;}
#fixed {position:absolute; top:25px; left:10px; width:800px; z-index:10; color:#567; padding:10px; }


#content2 {
	position:relative; 
	z-index:1; 
	padding:10px;
	width:900px;
	margin: 0 auto; 
	text-align:center;
	}
	
.header {
	background-image:url(../images/logo/Logo.gif);
	/*background-position:left; */
	background-repeat:no-repeat;
	height:180px;

}
/* ~~ The footer styles ~~ */
.footer {
	padding: 20px ;
	margin: 0 auto; 
	color:#992f3a;
	font-size:20px;
/*	background-color:#856e42;  #F0E9D0;*/
/* 	position: relative;this gives IE6 hasLayout to properly clear */
/*	clear: both;  this clear property forces the .container to understand where the columns end and contain them */
}
/* ~~ The header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo. ~~ */

div#preload { display: none; }

.imgBlock{
	width:750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	height:525px;
	
}
.titles
{
	font-size:32px;
	color:#992f3a;
	padding:5px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-shadow: 1px 1px 1px #000;
		
}
.subTitles{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	padding:5px;
	color:#000;
}
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty div as the final element following the last floated div (within the .container) if the .footer is removed or taken out of the .container */
	clear:both;
 	height:0;
	font-size: 1px;
	line-height: 0px; 
}
#menu{
	font-size:11px;
	color:#000;
}
#invContent{
	width:780px;
	margin: 0 auto;
	color:#000;
}
#midContent{
	width:610px;
	margin: 0 auto;
	
}
