/*
	Super Go Faster, Master Stylesheet for print media
	Last Updated: 07 December 2009
*/

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Global
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
body {
	width: auto !important;
	}
h1 {
	clear: left;
	float: none !important;
	display: block !important;
	left: 0 !important;
	padding: 0 !important;
	margin: 10px 0 !important;
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
	font-size: 2em;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	}
h2 {
	clear: left;
	float: none !important;
	display: block !important;
	padding: 0 !important;
	margin: 10px 0 !important;
	text-indent: 0 !important;
	width: auto !important;
	height: auto !important;
	font-size: 1.5em;
	font-family: "Trebuchet MS", Verdana, Arial, Sans-Serif;
	}
#logo {
	left: 0 !important;
	margin: 0 0 75px 0;
	width: 165px;
	height: 161px;
	}

	
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Navigation
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */	
#navigation {
	display: none;
	}
	

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Containers
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#wrapperright {
	width: auto !important;
	}
#main {
	float: none;
	}
div.section {
	clear: left;
	float: none;
	height: auto !important;
	padding: 0 !important;
	}
div.content {
	float: none;
	clear: left;
	height: auto !important;
	}
div.content div {
	display: none;
	}
div.additional {
	position: relative;
	float: none;
	margin: 10px 0 0 0;
	width: auto;
	height: auto;
	}
div.additional div {
	display: none;
	}
	

/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Forms
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
form {
	float: none;
	}
form p {
	float: none;
	clear: left;
	display: block;
	margin: 0 0 5px 0!important;
	}	
label {
	float: none;
	margin: 0 !important;
	text-indent: 0;
	}
input {
	float: none;
	border: 1px solid #000;
	}
	input.button { border: none; }
	
textarea {
	float: none;
	border: 1px solid #000;
	}


/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
	Footer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
#footer {
	display: none;
	}
