*{
margin:0;
padding:0;

}

.head{
	/*border-radius: 25px;*/
	background: #9da8b2;
	background-image:
		url("background4.png");
	background-position: right;
	background-repeat: no-repeat;
	background-size: 50%;
	padding:30px; 
	/*max-width: 70%;*/
	height: 300px;
	max-width: 50%, 50%;
	/*margin-left: 22.8%;
	margin-right: 23.7%;*/
	margin-bottom: 10px;
	/*margin-top: 2%;*/
}
body{
   min-width:1880px;        /* Suppose you want minimum width of 1000px */
   width: auto !important;  /* Firefox will set width as auto */
   width:1880px;            /* As IE6 ignores !important it will set width as 1000px; */
   background-color:#f4f4f4;
}
.logo{
	margin-right:50%;
	text-align: left;
	max-width: 100%;
}
.main{
	vertical-align: middle;
}

.bodytitle {
	color:rgb(54, 55, 55);
	text-align: center;
	font-size: 20px;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
}

.disclaimer {
	text-align:	left;
	max-width: 70%;
	margin-right: 50%;
	margin-left: 1.5%;
	padding: 20px;
	padding-top: 0px;
}

.op1{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8295a3;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: left;
	margin-left: 2.8%;
	margin-right:0.1%;
	font-size:12px;
}

.op2{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8295a3;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: left;	
	margin-left:0.1%;
	margin-right:0.1%;
	font-size:12px;
}

.op3{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8295a3;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: left;	
	margin-left:0.1%;
	margin-right:0.1%;
	font-size:12px;
}

.op4{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8295a3;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: left;	
	margin-left:0.1%;
	margin-right:50%;
	font-size:12px;
}

.op1:hover{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8ea2af;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: center;	
	margin-right:0.1%;
	font-size:12px;
}

.op2:hover{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8ea2af;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: center;	
	margin-left:0.1%;
	margin-right:0.1%;
	font-size:12px;
}

.op3:hover{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8ea2af;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: center;	
	margin-left:0.1%;
	margin-right:0.1%;
	font-size:12px;
}

.op4:hover{
	margin-bottom:2%;
	border-radius: 10px;
	background-color: #8ea2af;
	color: white;
	padding: 10px 20px;
	text-decoration: none;
	display: inline-block;
	text-align: center;	
	margin-left:0.1%;
	margin-right:50%;
	font-size:12px;
}

.credit{
	margin-left: 0.5%;
	font-weight: bold;
	color:rgb(54, 55, 55);
}

.map{
	padding: 20px;
	border-radius: 25px;
	background: #b3bec9;
	margin-top: 5px;
	margin-bottom: 2%;
	margin-left: 23%;
	margin-right: 23%;
	height: 650x;
	text-align: center;
}

.maptitle{
	font-size: 25px;
	margin-bottom: 10px;
	font-family:Rockwell;
}

.leftArrow{
	margin-top: -40%;
	background-color: #8295a3;
	border-radius: 10px;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 40px;
	margin: 4px 2px;
	cursor: pointer;
}

.rightArrow{
	margin-top: -40%;
	background-color: #8295a3;
	border-radius: 10px;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 40px;
	margin: 4px 2px;
	cursor: pointer;
}

.leftArrow:hover{
	margin-top: -40%;
	background-color: #8ea2af;
	border-radius: 10px;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 40px;
	margin: 4px 2px;
	cursor: pointer;
}

.rightArrow:hover{
	margin-top: -40%;
	background-color: #8ea2af;
	border-radius: 10px;
	color: white;
	padding: 10px 25px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 40px;
	margin: 4px 2px;
	cursor: pointer;
}

.mapDescTitle{
	font-size: 24px;
	font-family:Rockwell;
}
.mapDesc{
	font-family:Rockwell;
}
.date{
	text-align:left;
	font-family:Rockwell;
}
.rating{
	text-align: right;
	margin-left: 67%;
	display:inline;
}

.upcount{
	display: inline;
}

.downcount{
	display: inline;
}

	

