/* Print styles*/
* {
	background: white;
	}

body, table {
	background: white;
	background-image: none;
	font-family: Georgia, serif;
	font-size: 12pt;
	}
	
.print {
	display: block;
	}

#header {
	background: none;
	color: #000;
	margin: 0;
	padding: 0;
	height: 100px;
	text-align: left;
	font-size: 18pt;
	}
	
#header h1 a, #main_content h2.page_title a, #next_audition, #steps_is, #hottest_goss, #more_goss { 
	position: relative;
	background: white !important;
	color: #000;
	margin: 0;
	padding: 0;
	display: inline;
	}
	
#main_content h2.page_title {
	font-size: 14pt;
	}

#nav_list, #sidebar, .seedpod_wrap {
	display: none;
	}
	
#container, #main_content {
	width: auto;
	margin: 0 5%;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent;	
	}
	
#footer, #footer a, #sponsors {
	color: #000;
	background: white;
	margin: 0;
	}
	
#footer {
	margin-top: 20px;
	border-top: 1px solid #696969;
	}