@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Rock+Salt);


/* CSS Document */

 .slide-out-div {
          padding: 20px;
          width: 400px;
          background: #fff;
          border: 1px solid #ccc;
		  z-index: 1000;
      } 



#nav-footer{ 

	color:#fff;

	font-family: Arial, Gadget, sans-serif;

	font-size: 12px;

	font-weight: bold;

	padding-left: 0px;

}



#nav-footer a{ 

	font-family: Arial, Gadget, sans-serif;

	font-size: 12px;

	font-weight: bold;

	text-decoration:none;

	padding-left: 0px;

	color:#fff;

}



#nav-footer a:hover{ 

	text-decoration:none;

	color:#f60;

	

}

#header {
	width: 963px;
	height: 325px;
	background: #fff;
	position: relative;
	margin: 0;
	padding: 0;
}

#header #nav {
	display: block;
	margin: 0 auto;
	width: 100%;
	background: #e7d7c8;
	height: 35px;
	padding: 0;
	text-align: center;
}

#header #nav li {
	float: left;
	margin: 0 5px;
	list-style-type: none;
	text-align:center;
}

#header #nav li a {
	padding: 0 15px 0 15px;
	background: #88a495;
	text-decoration: none;
	color: #264233;
	font-family: 'Rock Salt', cursive;
	font-size: 12px;
	position: relative;
	top: 7px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
}


#header #nav li a:hover {
	background: #fff;
}

#headerimg {
	width: 100%;
}


