@charset "utf-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffed02;
}
#menu a {
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
H1 {
	font-size: 20px;
	font-weight: bold;
	color: #649220;
}

#container{
	margin: auto;
width: 947px;
}

#header {
	width: 947px;
	height:191px;
	margin: auto;
	padding: 0px;
   background-color:#ffed02; 
   background-image: url(imgs/banner.png);
}


#text1{
       float:left;
       background-color: #ffffff;
       width:373px;
       height:404px;
       padding: 10px;
       text-align: justify;
}

#text2{
       float:left;
       background-color: #ffffff;
       width:373px;
       height:112px;
       margin-top: 8px;
       text-align: left;
       padding:10px;
}

#map{
   float:right;
	width: 544px;
	height:564px;
   background-color:#ffffff; 
   background-image: url(imgs/map.png);
}


#footer {
 width: 947px;
	height:100px;
	margin: auto;
	padding: 0px;
   background-color:#ffed02; 
}


