@font-face {  
	font-family:custom;  
	src:url(webster.ttf) format("truetype");  
	}
	
@font-face {  
	font-family:custom2;  
	src:url(ROSEWOOD.ttf) format("truetype");  
	} 

	
* {
	margin: 0;
}

	
body, html {
	text-align:center;
	height: 100%;
	}
	
html {
	text-align:center;
	background:url("images/1814ThompsonMap.jpg");
	}

#container {	
	min-height: 100%;
	height: auto !important;
	height: 100%;
	width:1200px;
	margin:0 auto;
	overflow:hidden;
	margin-bottom:-75px;
	}
	
#leftwrap {
	width:48%;
	float:left;
	margin-right:0;
	}
	
#gameContainer {
	position:relative;
	float:left;
	width:100%;
	height:420px;;
	border:1px solid #333;
	-webkit-box-shadow: 5px 5px 5px 6px #333;
	-moz-box-shadow: 5px 5px 5px 6px #333;
	box-shadow: 5px 5px 5px 6px #333;
	}
	
#gamebox {
	margin:0 auto;
	margin-top:20px;
	margin-bottom:15px;
	width:93%;
	height:85%;
	background-color:rgba(255,255,255,0.3);
	}

#progmap {
	width:100%;
	height:200px;
	margin-top:20px;
	padding:0;
	float:left;
	border:1px solid #333;
	-webkit-box-shadow: 5px 5px 5px 6px #333;
	-moz-box-shadow: 5px 5px 5px 6px #333;
	box-shadow: 5px 5px 5px 6px #333;
	}

#progImg {
	max-height:100%;
	max-width:100%;
	height:100%;
	width:100%;
	display:block;
	}


#mapcontainer {
	position:relative;
	width:51%;
	float:right;
	margin-top:25px;
	margin-left:0;
	}

#scroll {
	width:100%;
	z-index:-999;
	position:absolute;
	left:8px;
	top:0;
	}
	
#map {
	width:73%;
	height:560px;
	margin:100px auto;
	border:2px solid #301E04;
	-webkit-box-shadow: 2px 2px 5px 3px #333;
	-moz-box-shadow: 2px 2px 5px 3px #333;
	box-shadow: 2px 2px 5px 3px #333;
	}
	

#footer {
    height:55px;
	clear:both;
    }

#push {
	height:260px;
	clear:both;
	}
	
#button {
	vertical-align:middle;
	padding:3px;
	margin:3px;
	}
	
#continueBttn {
	position:absolute;
	bottom:15%;
	right:5%;
	}

#fordBttn {
	position:absolute;
	bottom:15%;
	left:25%;
	}

#floatBttn {
	position:absolute;
	bottom:15%;
	left:55%;
	}
	
#fordBttn2 {
	position:absolute;
	bottom:15%;
	left:20%;
	}

#floatBttn2 {
	position:absolute;
	bottom:15%;
	left:45%;
	}
	
#ferryBttn {
	position:absolute;
	bottom:15%;
	left:70%;
	}
	
#restartBttn {
	position:absolute;
	bottom:15%;
	right:5%;
	}
	
label {
	width:150px;
	float:left;
	}
	
form  {
	font-family:Arial, Helvetica, sans-serif;
	color:#444444;
	}
	
	
p {
	font-family:custom, verdana, helvetica, sans-serif;  
	color:#301E04;
	font-size:1.4em;
	padding:10px;
	margin-left:20px;
	margin-right:20px;
	text-align:center;
	}
	
#gametitle {
	margin-top:20px;
	margin-left:10px;
	margin-bottom:5px;
	}
	
.bgimg {
	position:absolute;
	left:0;
	z-index:-999;
	}
	
img {
	
	}
	

#info {
	width:275px;
	}
	
.info {
	text-decoration:none;
	font-family:custom, verdana, helvetica, sans-serif;  
	color:#301E04;
	font-size:0.7em;
	}
	
.infohead {
	font-family:Algerian;
	color:#301E04;
	font-size:1.9em;
	color:red;
	line-height:0.9em
	}

.infostate {
	font-family:Algerian;
	color:#301E04;
	font-size:1.4em;
	}

.infopic {
	margin:0;
	padding:0;
	width:250px;
	height:165px;
	}

#soundOn {
	position:absolute;
	bottom:15%;
	left:7%;
	}
	
#soundNext {
	position:absolute;
	bottom:15%;
	left:14%;
	}

#pForm {
position:absolute;
top:180px;
left:175px;
display:block;
border:4px solid #301E04;
background-color:rgba(255,255,255,0.3);
padding:15px;
font-family:custom, Arial;
text-align:center;
color:#301E04;
}

	
