/*-------------------------*//* print stylesheet *//*---------------------------------*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

body {
	background:white;
	font-size:10pt;
	font-family:Arial, Helvetica, sans-serif;
}

h1{
	font-size:16pt;
}

h2{
	font-size:13pt;
}

h3{
	font-size:12pt;
}

h4{
	font-size:11pt;
}

h5{
	font-size:10pt;
}
	
/*link specific styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

a {
	color:#666;
	background:transparent;
	text-decoration:none;
}

a img { border: 0; }
	
/*css 3 styles for gecko browsers*/
#content a:link:after, #content a:visited:after{
	content:" ("attr(href)")";
}
	
/*content specific styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#container, #content{
	width:auto;
	border:0;
	margin:0;
	padding:0;
	float:none!important;
	color:black; 
	background:transparent;
}

#home_blocks ul {
	margin: 1cm 0;
	padding: 0;
}

#home_blocks li {
	float: left;
	list-style: none;
	width: 31%;
	margin: 0 2% 0 0;
}

#home_blocks img {
	width: 100%;
	height: 100%;
}

#body_trainers .trainer {
	float: left;
	margin-right: .3cm;
}

#body_trainers .items li {
	zoom: 1;
}
#body_trainers .items li:after { content: "."; clear: left; display: block; height: 0; visibility: hidden; }
	
/*hidden page sections */
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/
	
.skip, #nav, #sort, #search, #footer_boxes div {
	display:none;
}
	
/*footer specific styles*/
/*/////////////////////////////////////////////////////////////////////////////////////////
/////////////////////////////////////////////////////////////////////////////////////////*/

#footer{
	font-size:9pt;
	margin:20px 0 0;
}

