/* --- define print version lay-out, relative to main style --- */

html {
	width: 100% !important;
}

body {
	width: auto !important;
	font-size: 10pt !important;

	background-image: none !important;
}

#divcontainer {
	width: auto !important;

	background-image: none !important;
}

div {
	background: none !important;
}

/* --- header elements --- */

#header {
	width: auto !important;
	height: auto;
	background-image: none !important;
}

#header #logo {
	display: block;
	margin: 10px 0px 20px 0px;
}
#header #logo img {
	width: 300px;
}

#header ul {
	margin: 0px;
	padding: 0px;
	list-style-type: auto;
}
#header ul li {
	margin: 0px;
	padding: 0px;
	color: #000;
}

#header h1 {
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
	color: #000;
}



/* --- main elements --- */

#main {
	width: auto !important;
}

#main #menu {
	display: none;
}

#main #content {
	width: 100% !important;
}
#main #content #pics-content {
	width: 20% !important;
	overflow: hidden;
}
#main #content #text-content {
	width: 75% !important;
}

#main #content ul, ol, li, p, h1, h2, h3, h4 {
	width: auto !important;
	padding-right: 0px !important;
	background: none !important;
}
#main #content blockquote {
	width: auto !important;
}

#pics-content ul,
#pics-content ul li {
	margin-left: 0px !important;
	margin-right: 0px !important;
}

#text-content ul#subs li,
#text-content #contents p.continue,
#text-content #contents p.back,
#content table { 
	display: none;
}

