body{
	margin:0 auto;
}

.header{
   width:100%;
   height:128px;
   text-align:left;
   background-color:#187235;
}
/*----Navigation----*/
.nav{
	width:100%;
	height:30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#28343b+0,4f4f4f+52,28343b+100 */
background: #28343b; /* Old browsers */
background: -moz-linear-gradient(top,  #28343b 0%, #4f4f4f 52%, #28343b 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#28343b), color-stop(52%,#4f4f4f), color-stop(100%,#28343b)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #28343b 0%,#4f4f4f 52%,#28343b 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #28343b 0%,#4f4f4f 52%,#28343b 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #28343b 0%,#4f4f4f 52%,#28343b 100%); /* IE10+ */
background: linear-gradient(to bottom,  #28343b 0%,#4f4f4f 52%,#28343b 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#28343b', endColorstr='#28343b',GradientType=0 ); /* IE6-9 */

}
.menu_div{
	display:inline;
	float:left;
	text-align:center;
	padding-top:4px;
	height:30px;
}
/*------------------*/
.main_body{
    width:100%;
	min-height:200px;
	text-align:center;
}
.footer{
   width:100%;
   height:50px;
   text-align:center;
   background-color:#187235;
   padding-top:10px;
   color:#ffffff;
   font-size:12px;
   float:left;
}
/*---------------- Responsive ------------*/
@media only screen and (max-width: 500px) {
   	
	  /*----Navigation----*/
	  .nav{
		  width:100%;
		  min-height:30px;
		  border-top:#CCC 1px dashed;
	  }
	  .menu_div{
		  width:100% !important;
		  display:block;
		  text-align:center;
		  padding-top:4px;
		  border:#CCC 1px dashed;
		  height:30px;
	  }
/*------------------*/
	
}
