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


body {
	font-family: 'Lucida Sans', arial, sans-serif;
	font-size: 16px;
	color: #111;
	margin: 0;
	padding: 20px;
}

h1 {
	font-size: 26px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 18px;
}
h4 {
	font-size: 16px;
}


a,
a:visited {
	color: #111;
	text-decoration: none;
}

.collapseForPrint {
	display: none;
}

#header {
	padding: 0;
}
#container {
	padding: 0;
}
#mainContent {
	clear: both;
	width: 100%;
	padding-top: 40px;
}
#innerContent {
	width: 550px !important; 
}
.section-contact #innerContent {
	width: 400px !important; 
}
#topNav, #subNav {
	display: none;
}

#logo {
	display: none;
}
#printLogo {
	float: left;
	display: inline;
	width: 206px;
}
#footer {
	margin-left: 0;
	width: 100%;
	font-size: 14px;
	padding-top: 40px;
}
#copyright, #ownArt {
	float: left;
	display: inline;
	clear: both;
	margin-bottom: 15px;
	padding: 0;
}

#innerContent {
	
}

.link {
	display: none;
}