body{
	width:auto;
	height:auto;
	min-width:1200px;
	background-color:lightblue;
	margin:0;
	padding:0;
	overflow-y: scroll;
	background-repeat:no-repeat;
	background-size:100% auto; 
	background-attachment: fixed;
}
.container{
	width:1000px;
	height:auto;
	background-color:rgba(255, 255, 255, 0.3);
	margin:10px auto;
	border-radius:5px;
}
.logo img{
	width:859px;
	height:185px;
}
.logo {
	padding:0;
	margin:0 auto;
	width:859px;
	height:185px;
}
.main_nav{
	width:1200px;
	height:90px;
	margin: 0px -100px 0 -100px;
	background: linear-gradient(white, gray);
	box-shadow: 0 5px 5px 1px gray;
	padding:0;
}
.main_nav ul{
	float:left;
	padding:0;
	margin:0;
}
.main_nav li{
	float:left;
	position:relative;
	width:120px;
	list-style:none;
	height:90px;
}
.main_nav a{
	display:block;
	text-decoration:none;
	color:white;
	text-align:center;
	height:90px;
	letter-spacing:1px;
}
.main_nav img{
	width:auto;
	height:50px;
}
.main_nav li:hover, .main_nav li:hover a{
	background:linear-gradient(rgba(255,0,0,0), rgba(255,255,255,1));
	color:black;
}
.active a{
	background: linear-gradient(gray, white);
	color:black;
}
.slider{
	width:1000px;
	height:375px;
	overflow:hidden;
	background-color:none;
}
.slider img{
	width:1000px;
	height:375px;
	display:none;
}
.footer{
	width:1000px;
	height:auto;
	padding:10px 0;
	text-align:center;
}
.content{
	width:930px;
	height:auto;
	margin:10px auto 0px auto;
	padding:10px 20px 10px 20px;
	background:rgba(255, 255, 255, 0.7);
	text-align:justify;
	letter-spacing:1px;
}
.content p{
	font-size:16px;
}
.c-content h2, h3{
	letter-spacing:1px;
	margin-bottom:-15px;
	margin-top:10px;
}
.d_content{
	margin:0;
	padding:0;
	width:100%;
	height:auto;
	background:none;
	display: flex;  
    flex-wrap: wrap;
}
.d_c_cont:hover{
	background-color:white;
}
.d_c_cont {
	margin:0 auto 10px auto;
	padding:15px;
	width:200px;
	height:auto;
	background:rgba(0, 255, 0, 0);
}
.d_c_cont img{
	width:200px;
	height:170px;
}
#map{
	width: 930px;
    height: 400px;
	margin:auto auto;
	position:relative;
}
#pad{
	background: rgba(238,238,238,0);
	padding:15px;
}
#contentimg{
	width:900px;
	height:auto;
	margin:auto 0px;
	position:relative;
}