/* ------ CSS Created by Bean Creative Funktional Web Design ---------------*/
/* ----------                  http://www.beancreative.com                   -------------*/


@import url(tkf_structure.css);
@import url(tkf_content.css);


/* GLOBAL DECLARATIONS */


html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none
   }

body {
	min-width:890px;
	background: #b1b991;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#3c3d22;
	text-align:center;
}

.dontprintme {
}

.printme {
	display:none;
}
	
.floatright {
	float:right;
	margin:0 0 10px 20px;
}

.floatleft {
	float:left;
	margin:0 20px 10px 0;
}	