/* ------ CSS Created by Bean Creative Funktional Web Design ---------------*/
/* ----------                  http://www.beancreative.com                   -------------*/
  

@import url(structure.css);
@import url(content.css);





.dontprintme {
}

.printme {
	display:none;
}
	
.floatright {
	float:right;
	margin:0 0 10px 20px;
}

.floatleft {
	float:left;
	margin:0 20px 10px 0;
}	

.alignbottom {
	vertical-align:bottom;
}

.clearboth {
	clear:both;
}

ul, ol {
	list-style:square;
	margin: 10px 0;
	padding-left: 2em;
}

li {
	margin-bottom:.7em;
	padding-left:.3em;
}

