@charset "UTF-8";
/* CSS Document */
.wrap{
	width:100%;
	height:100%;
	background-image:url(background.png);
}
	
.wrapper{
	width:1030px; 
	margin:0 auto; 
	top:0px; 
	height:100%;
	padding:10px; 
}
.body{
	background-image:url(1bg.jpg);
	float:center;
}
img {
   padding:1px;
   border:1px solid #021a40;
   text-align:center;
  
}
.img {
	text-align:center;
}
/* Desktop menu*/
.menu{
	width:100%; 
	height:60px; 
	float:center; 
	margin-bottom:4px;
	margin-top:4px;
	background-color:#0CF;
	}
	
.menu ul li
	{
		display:inline-block;
		text-decoration:none;
	}
	/* Mobile menu*/
.menu-mobile{
	display:none;
	}
	.menu-mobile ul li
	{
		display:none;
	}
	.menu-mobile ul li h1 
	{
		display:none;
	}
.header{
	width:100%; 
	height:58px; 
	float:center; 
	padding:1px;
	}
.content{
	width:100%; 
	float:left; 
	margin-bottom:5px;
	}
.share{
	width:100%; 
	background-color:#093;
}
.footer{
	width:100%;
	float:left;
		text-align:center;
	}
	.address{
	width:100%;
	float:left;
		text-align:center;
			margin-top:2%;
}
h1{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:32px;
	color:#009;
	text-align:center;
}
p{font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#000;
	text-align:center;
	width:95%;
}
h2{
	font-family:"Courier New", Courier, monospace;
	font-size:32px;
	color:#09F;
	text-align:center;
}
	
h3{
	font-family:"Courier New", Courier, monospace;
	font-size:12px;
	color:#666;
	text-align:center;
}