
/* ----------------------------------------- 
 ---------- Print CSS
----------------------------------------- */

html {
		height: auto;
}
body {
	font-family: arial, sans-serif;
	font-size: 17px;
	color: #000;
	margin: 0;
	padding: 0;
	background: #FFF;
	height: auto;
}

.collapseForPrint {
	display: none;
}

a, a:visited {
		color: #000;
	}
	a:hover {
		color: #000;
	}
	
	
	/* Headings ----------------------------------------- */
	
	h1, h2, h3, h4 {
		color: #000;
		text-transform: uppercase;
		font-weight: normal;
	}
	h1 a, h1 a:visited, 
	h2 a, h2 a:visited, 
	h3 a, h3 a:visited, 
	h4 a, h4 a:visited {
		text-decoration: none;
		color: #000;
	}
	h1 {
		font-size: 22px;
		margin-bottom: 30px;
	}
	h2 {
		font-size: 19px;
		margin-bottom: 26px;
	}
	h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
	h4 {
		margin-bottom: 20px;
		font-size: 15px;
	}
	

#container {
	height: auto;
	padding: 0;
	width: 100%;
}
#mainContent {
	padding: 0;
	clear: both;
	width: 100%;
}
#push {
	display: none;
}
#sidebar {
	display: none;
}
#header {
	height: 120px;
	padding-top: 20px;
}
#logo {
	display: none;
}
#logoPrint {
	width: 310px;
	height: 75px;
	float: left;
	display: inline;
}
	#logoPrint img {
		width: 310px;
	}
#url {
	float: right;
	clear: none;
	font-size: 14px;
	padding: 17px 0 0 0;
}
#footer {
	font-size: 15px;
	padding: 40px 0;
}
	#copyright {
			float: left;
			display: inline;
			width: 100%;
		}
		#copyright2 {
			float: right;
			display: inline;
			width: 100%;
			clear: both;
		}
		#photography {
			float: left;
			display: inline;
		}
		#artlogic {
			float: left;
			display: inline;
			clear: left;
		}
	
.image {
	background: #eaeaea;
}


#content {
	float: left;
	display: inline;
	width: auto;
}

#topNav, 
#subNav,
.link {
	display: none;
}




#timetable {
	width: 100%;
}
#timetable ul {
	width: 500px;
}
#timetable ul li {
	width: 500px;
	margin-bottom: 0;
}
#timetable .image {
	
}	
#timetable ul li h3 {
	font-size: 16px;
	width: 350px;
}




