/*********************************
 *	www.myllynparas.ru
 *	style definitions
 *	for printed page
 *********************************/
body { 
	background:none;
}
br.clear { clear:both;}
#wrapper { background:none;}
	#header { display:none;}
	#page {}
		#leftCol { display:none;}
		#rightCol {}
			#whatsNew,#competitions,#onTheAir,#recipeClub { display:none;}
			#path { display:none;}
			#content {}
				#content h2.pageName { font-size:18px;font-weight:normal;color:#4fa900;margin-top:8px;margin-bottom:1em; }
				/**
				   Sisällön tyylimäärittelyt, joita ei määritellä text.css:ssä 
				**/
				/** otsikot **/
				#content h1,#content h2,#content h3 {}
				#content h4,#content h4,#content h5 {}
				/** listat **/
				#content ul,#content ol { margin-left:2em;}
				#content ul ul,#content ol ol { margin-left:1em;}
				/** linkit **/
				#content a { color:#8e2507;}
				#content a:hover { color:#c62735;}
				
				#contentLeftCol { float:left;width:64%;}
				#contentRightCol { float:left;width:35%;margin-left:1%;}
					#contetnRightCol ul { display:none;}
					
					#recipeCol form { display:none;}
					#recipeCol .notPrint { display:none;}
	#footer { display:none;}
		

