@charset "utf-8";
/* CSS Document */

/* LAYOUT
==================================================*/

body{
	background:url(../images/bg_body.png) repeat left top;
}
#wrapper{
	text-align:center;
	min-width:1024px;
	padding-top:80px;
	background:url(../images/bg_body_map.png) no-repeat center top;
}

/* Header
==================================================*/
header{
	position:absolute;
	top:0;
	left:0;
	height:86px;
	width:100%;
	min-width:1024px;
	text-align:left;
	background: #fefefe; /* Old browsers */
	background: -moz-linear-gradient(top,  #fefefe 0%, #ededed 100%); /* FF3.6+ */
	background: -webkit-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */
	background: -ms-linear-gradient(top,  #fefefe 0%,#ededed 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #fefefe 0%,#ededed 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
	-moz-box-shadow: 0px 3px 10px #bbb;
	-webkit-box-shadow: 0px 3px 10px #bbb;
	text-align:center;
}

#headerIn{ width:1024px; margin:0 auto; text-align:left; position:relative;}

/* Contents
==================================================*/

#contents{
	text-align:left;
	width: 1000px;
	padding-top: 85px;
	margin:0 auto;
	background: rgba(255,255,255,0.8);
	min-height:200px;
	z-index:1;
	box-shadow: 0 0 15px rgba(0,0,0,0.3);
}
section#column1{ padding-bottom:30px;}

/* panel */
#topCont{
	width: 840px;
	margin:0 auto;
	padding: 48px 30px 48px;
	border-radius:5px;
	border:1px solid #CCCCCC;
	margin-bottom:20px;
	background-color: rgba(235,235,235, 0.5);
}

#topCont p {
	font-size: 14px !important;
	 line-height: 160%;
}

#topCont p a  {
     color: #316C19;
		 text-decoration: underline;
}
#topCont hr {

  border-top: 1px solid #fff;
  border-bottom: 1px solid #ccc;
	margin-top:24px;
	margin-bottom:24px;
}

.copyright{ text-align:center; color:#999; margin-bottom:40px;}
