/*
	===================================================================================
		CoachMeNow
		©2006 World Without Walls (www.worldwithoutwalls.co.uk). All rights reserved.
		Authors:	Paul Masri
		Print-media styles
	===================================================================================
*/

/* HTML TAGS */
body {
	margin: 0;
	background: #fff;
	color: #000;
}
a:link, a:visited, a:hover, a:active {
	color: #444;
	text-decoration: underline;
}


/* ------------------------------------------------------------------------------- */
/* GLOBAL USEFUL CLASSES                                                           */

.print {
	display: block;
	position: relative;
	width: 100%;
}


/* ------------------------------------------------------------------------------- */
/* POSITION OVERRIDES & HIDDEN LAYOUT CONTAINERS                                   */

.layout_container {
	width: auto;
	margin: 0;
	background: none;
}
#layout_maincontent {
	top: 80px;
	left: 0;
	width: auto;
	background: transparent;
	margin: 0;
	padding: 0 5px;
}

#layout_header, #layout_sidebar, #layout_maincontent_adv, #layout_footer, #layout_credit, #menu1, .back_to_top {
	display: none;
}

/* ------------------------------------------------------------------------------- */
/* HACKS                                                                           */

/*
.print .image_left {
	position: absolute;
	top: 0;
	left: 15px;
}
.print .image_right {
	position: absolute;
	top: 0;
	right: 15px;
}
*/