@charset "utf-8";
/* CSS Document */
/*------header--------- */
* {/*This resets the default margins, padding, etc to 0px!
 Thanks to perishablepress.com for reset codes http://perishablepress.com/press/2007/10/23/a-killer-collection-of-global-css-reset-styles*/
	vertical-align: baseline;
	font-weight: inherit;
	font-family: inherit;
	font-style: inherit;
	font-size: 100%;
	border: 0 none;
	outline: 0;
	padding: 0;
	margin: 0;/*end perishablepress.com codes*/
}
a:-webkit-any-link{
text-decoration:none !important;
}

#container {
	margin: 0px auto;
	/*position: relative;
	text-align: left;
	min-height: 750px;
	border: 1px solid #000;*/
	max-width: 960px;	
	padding-bottom:20px;	
	}
body {
background: #474747; 
	}
.menu {
	margin-top: 5px;
	}
.menu ul li a {
	color:#EEE;
	}
.menu ul li a:hover {
	color:#0A2C02;
	}	
#header {
	/*margin-top: 5px;*/
	
	}


.toggle-nav {
  position: fixed;
  top: 5px;
  right: 5px;
  z-index: 9999;
 /* width: 100%;
  height: 50px;
  background-color: #00a087;*/
}
