body {
	font-size: 11pt;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	background: white;
}

#page {
	width: auto;
	border: 0;
	margin: 0 5%;
	padding: 0;
	float: none !important;
	color: black; 
	background: transparent;

}

a img{
	border: none;
}

a:link, a:visited {
	color: #520;
	background: transparent;
	font-weight: bold;
	text-decoration: underline;
}


#content a:link:after, #content a:visited:after {
	/* add the url after any link */
   content: " (" attr(href) ") ";
   font-size: 90%;
}

#content a[href^="/"]:after {
	/* prepend the full url to urls that start with "/" */
  content: " (http://www.advantageconditioning.com" attr(href) ") ";
   }

#searchform, .contact, .home-heading img, #sidebar, .inside120, .dropdown-menu, .post-edit-link, .sitecredit{
	display: none;
}

.home #page{
	background: none;
}

#subhead{
	height: 35px;
}

.home-heading-text{
	display: inline;
}