/*
1.2em = 12pt, 3.5em = 35pt, etc.
*/

body		{  	
		margin: 0;
        padding: 0;
		background-color: #fff;
		background-image: url(images/background.png); 
		background-position: center top; 
		background-repeat: repeat-y;
		color: #000000;
		font-size: 62.5%;				
		}
                         	
h1		{  
		font-family: Georgia, serif;
		font-size: 1.8em;
		margin: 0 0 15px 0;
		}

h2		{
		font-family: Georgia, serif;
		font-size: 1.6em;  		
		margin: 20px 0 8px 0;	
		}

h3		{
		font-family: Georgia, serif;
		font-size: 1.4em;  			
		margin: 20px 0 8px 0;		
		}

h4		{
		font-family: Georgia, serif;
		font-size: 1.2em;  		
		margin: 20px 0 8px 0;			
		}

p		{
		font-family: verdana, arial, helvetica, sans-serif;
		font-size: 1.1em; 
		line-height: 1.6em;
		margin: 5px 0 10px 4px;		
		}

		
#credits	{	
		font-size: 10px;
		line-height: 14px;
		color: #ccc;
		font-family: verdana, sans-serif;
		text-align: left;
		position: absolute;
		width: 500px;
		bottom: 5px;
		left: 50%;
		margin-left: -240px;
		z-index: 30;
		}
				
html {
	height:100%; 
	max-height:100%; 
	padding:0; 
	margin:0; 
	border:0; 
	/* hide overflow:hidden from IE5/Mac */ 
	/* \*/ 
	overflow: hidden; 
	/* */ 
}
body {
	height:100%; 
	max-height:100%; 
	overflow:hidden; 
	padding:0; 
	margin:0; 
	border:0;
	}
#content {
	display:block; 
	height:100%; 
	max-height:100%; 
	overflow:auto; 
	padding-left:100px; 
	position:relative; 
	z-index:3; 
	word-wrap: break-word;
	}
#head {
	position:absolute;
	margin:0; 
	top:0; 
	right:18px; 
	display:block; 
	width:100%; 
	height:99px; 
	font-size:4em; 
	z-index:5; 
	color:#000; 
	background-image:url(images/top.png);
	background-position: center top;
	background-repeat: no-repeat;
	}
#foot {
	position:absolute; 
	margin:0; 
	bottom:-1px; 
	right:18px; 
	display:block; 
	width:100%; 
	height:111px;
	color:#000; 
	text-align:right; 
	font-size:2em; 
	z-index:4; 
	background-image:url(images/bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
	}
#head, #foot { behavior: url(includes/iepngfix.htc) }
.pad1 {
	display:block; 
	width:18px; 
	height:50px; 
	float:left;
	}
.pad2 {
	display:block; 
	height:100px;
	}
#gallerymenu {
	position: absolute;
	z-index: 20;
	top: 100px;
	left: 50%;
	margin-left: -360px;
	width: 106px;
	height: 221px;
	behavior: url(includes/iepngfix.htc);
	}
blockquote {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em; 
	line-height: 1.6em;
	margin: 5px 30px 10px 25px;		
	}
