A:link {text-decoration: none; color:#600000; font-weight:bold;}
A:visited {text-decoration: none; color:#600000; font-weight:bold;}
A:active {text-decoration: none; color:#600000; font-weight:bold;}
A:hover {text-decoration: underline; color:#600000; font-weight:bold;}

html, body {

background: transparent url('artwork/parchment.jpg') repeat;
        	
margin:0px 0px;
		
text-align:center;
		font-family: Arial, san-serif;
		font-size:12px;
		font-weight:bold;
		line-height:16px;
		color:#3b2412;

		}
		
#map {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:500px;
		background: url('artwork/map.gif') repeat top center;
		overflow:auto;
		z-index:2;
		}

#images {
		position:absolute;
		background:transparent url('artwork/images.png') no-repeat top left;
		top:0px;
		left:48%;
		width:410px;
		height:260px;
		z-index:3;
		}

#images img {
		padding-top:11px;
		}
		
#links {
		position:absolute;
		top:334px;
		left:375px;
		font-family: "Calibri", Arial, san-serif;
		font-size: 12pt;
		color:#ecd08f;
		background:#3b2412;
		width:450px;
		line-height:25px;
		padding:2px;
		padding-left:15px;
		padding-right:15px;
		*padding-top:15px;
		}
	
#links A:link {text-decoration: none; color:#ecd08f; font-weight:bold;}
#links A:visited {text-decoration: none; color:#ecd08f; font-weight:bold;}
#links A:active {text-decoration: none; color:#ecd08f; font-weight:bold;}
#links A:hover {text-decoration: underline; color:#ecd08f; font-weight:bold;}
		
#frame {
		position:absolute;
		top:0px;
		left:0px;
		width:100%;
		height:100%;
		z-index:4;
		}
		

#invis {	
		position:relative;
		width:800px;
		margin: 0px auto;
		text-align:left;
		}

.title	{
		font-family:"Calibri", Arial, san-serif;
		font-size: 14pt;
		color:#ecd08f;
		background:#3b2412;
		width:335px;
		line-height:25px;
		padding:2px;
		padding-left:8px;
		*padding-top:15px;
		}
		
#content {
		margin-top:5px;
		margin-left:18x;
		width:340px;
		height:299px;
		text-align:justify;
		overflow:auto;
		border: solid 0px #000;
		color: #3b2412; 
		z-index:50;
		}

#footer {
		margin-top:15px;
		padding-top:4px;
		width:100%;
		height:225px;
		border: solid 0px #5e0101;
		color: #b61828; 
		background: transparent url('artwork/footer-bg.jpg') repeat-x;
		z-index: 50;
		}

.text {
		font-family: Arial, Helvetica, sans-serif;
		text-align:justify;
		width:300px;
		padding-left:10px;
		color: #3b2412; 
		background-color:transparent;
			}
			
.contact {
		font-family: Arial, Helvetica, sans-serif;
		text-align:justify;
		width:400px;
		padding-left:40px;
		color: #000; 
		background-color:transparent;
			}
li {
		font-family: Arial, Helvetica, sans-serif;
		color: #3b2412; 
		padding-left:40px;
		list-style: none;
			}
			
.caption {
		font-family: Arial, Helvetica, sans-serif;
		text-align:center;
		width:475px;
		padding-left:0px;
		color: #839701; 
		background-color:transparent;
			}

			
blockquote {
		font-family: Arial, Helvetica, sans-serif;
		font-weight:bold;
		text-align:justify;
		width:400px;
		padding-left:40px;
		padding-right:20px;
		color: #b61828; 
		background-color:transparent;
			}
			
/*-- pop-up div --*/

#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}
#popUpDiv {
position:absolute;
background:transparent url('artwork/parchment.jpg') repeat;
border: solid 2px #3b2412;
padding:20px;
width:275px;
height:300px;
z-index: 9002;