body {
	background-color: #fff;
	font-family:'Open Sans', Arial, sans-serif;
	font-size: 1.5em;
	line-height:1.5em;
	color:#000;
	margin: 0;
	font-weight: 300;
}

.logo{
	margin-top:15px;	
	margin-bottom:10px;	
}

.navbar{
	margin-bottom:0px;	
}

.navbar-toggle
{
	background-color:#FFFFFF;	
}

.navbar-toggle span
{
	background-color:#000;
}

.navbar-collapse
{
	max-height:none !important;	
}

.spacer
{
	height:25px;
}

.paddingtop25
{
	padding-top:25px;	
}

/* Wrapper for page content to push down footer */
#wrap {
	min-height: 100%;
	height: auto !important;
}

/* Set the fixed height of the footer here */
#footer {
  padding-top:10px;
  min-height: 150px;
  background:#bbb;
  padding-bottom:10px;
}

.nowrap
{
	white-space: nowrap !important;
}

.spacer2
{
	height:25px;
}