#container #header {
	text-align: center;
}
#container #content {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left:10px;
	padding-right:10px;
}
#container #navbar {
	text-align:center;
	height:35px;
}
.italics {
	font-style: italic;
}
.bold {
	font-weight: bold;
}
.greentext {
	color: #090;
}
.underline {
	text-decoration: underline;
}
.centertext {
	text-align:center;
}
.urlnoborder {
	border: 0px none;
}
img.imageleft {
	float: left;
}
img.imageright {
	float: right;
}
.newsbox {
	border:solid;
	background-color: #CCC;
}
.trialsbox {
	border:solid;
	background-color: #FF6;
	padding-right: 5px;
	padding-left: 5px;
}
.charity {
	border:solid;
	background-color: #0CF;
}
.coachesad {
	background-color: #0F6;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	padding-right: 5px;
	padding-left: 5px;
}
#divright {
	float: right;
	width: 75%;
}
#divleft {
	float: left;
	width: 23%;
}

#clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain its child floats */
  clear: both;
}

* {
	margin:0;
} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #container {height: 100%;}

body > #container {height: auto; min-height: 100%;}

#main {padding-bottom: 40px;}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -40px; /* negative value of footer height */
	height: 40px;
	text-align:center;
	font-size:12px;
	clear:both;
	background-color: #CCC;
	/*padding-top:10px;*/
} 

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

