/** 
* @file solar_print.css
* @project Solar Millennium
* @author Rudi Bieller
* @created 2007-07-11
* @see files solar_small_fonts.css, solar_medium_fonts.css, solar_large_fonts.css
*/

html, body {
	background-color:#fff;
}

body {
	height: 2000px;
	overflow: scroll;
	background-color: #FCC;
}
html>body {
	/*height:auto;*/
}
#outer_container {
	height: 2000px;
	background-color: #FCC;
	border: 0;
	float: none;
	/*position: absolute;*/
	top: 0;
	left: 0;
}

#metaNavContainer, 
#mainNavigation, 
#breadcrumb, 
#mainLeft, 
#mainRight, 
#footer {
	border:0;
	display:none;
}
#footer.clearfix {
	border:0;
	display:none;
}

#header {
	padding-bottom:15px;
}

#headerLeft, #headerRight, #headerLeft img {
	padding-top:0;
	margin-top:0;
	margin-left:0;
}

#main3colContainer {
	background:none;
	background-color:#fff;
}

#mainContent {
	margin:10px 0 0 0;
	width:650px;
	padding-right:24px;
}
* html #mainContent {
	margin:10px 0 0 -1px;
}

#header {
	width:650px;
}

/* new: header is an image */
#headerLeft {
	display:none;
}
#headerRight {
	width:100%;
	padding-left:0;
	margin-left:-120px;
	text-align:left;
}
#headerLeft img {
	display:none;
}

#headerRight img#default_header {
	display:none;
}
#headerRight img#print_head {
	display:block;
	width:650px;
	height:108px;
	padding:0;
	margin:0;
	border:0;
	/* position:absolute; */
	top:0;
	left:0;
	z-index:1000;
}
#headerRight img#screen_head {
	display:none;
}
#headerRight object, #headerRight embed {
	display:none;
}

#main3colContainer {
	/* min-height:100px; */
	display: inline;
	float: none;
}
* html #main3colContainer {
	height:100px;
}

#recommend {
	display:none;
}

a.back {
	display:none;
}


.cf_left, .cf_right, 
.of_left, .of_right {
	margin:0 0 5px 0;
}
.cf_left, .of_left {
	width:290px;
	clear:left;
}
.cf_left {
	width:200px;
}
.cf_right {
	width:650px;
}
.of_right {
	width:280px;
}
