body {
	margin-top: 125px; /* adjust this if the height of the menu bar changes */
}

.nav {
	margin-top: 28px; /* this is a faux center fix for the nav options - adjust this if you wish to change the logo height or the font of the menu items */
}

footer {
	padding: 30px 0;	
}

a {
	color: #000;text-decoration: none;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #fff; background-color: #000;
}

@media (max-width: 770px) {	
	.logomin {
	  text-indent: -119988px;
	  overflow: hidden;
	  text-align: left;
	  background-image: url('../img/logomin.gif');
	  background-repeat: no-repeat;
	  background-position: 100% 100%;	  
	  width: 99px;
	  height: 30px;
	  display: block;
	}
 }
 
 @media (min-width: 775px) {
	.logo {
	  text-indent: -119988px;
	  overflow: hidden;
	  text-align: left;
	  background-image: url('../img/logo.gif');
	  background-repeat: no-repeat;
	  background-position: 100% 100%;
	  width: 184px;
	  height: 56px;
	  display: block;
	}
}