/* 
  -----------------------------------
  Typemasters
  by Project Seven Development
  www.projectseven.com
  Print Media CSS
  -----------------------------------
*/
body {
	margin: 190px 0 0 0;
	padding: 0;
}
#layoutwrapper {
	min-width: 100%;
}
#layoutwrapper, #layoutwrapper2, #layoutwrapper3 {
	background-image: none;
}
#layoutwrapper div {
	width: auto;
	float: none;
	border: 0;
	/*Fixes Firefox BUG*/
	padding: 0 !important;
	margin: 12pt 0 !important;
	font-size: 90%;
}
#layoutwrapper p {
	line-height: normal;
	margin: auto;
}
/*The Dropcaps style*/
span.dropcap {
	float:none;
	font-size: 1em;
	margin: auto;
	padding: 0 0;
	border: 0;
	display: inline;
	height: auto;
	line-height: normal;
}
ul.content, ol.content {
	margin: auto auto auto auto;
	padding-left: 1em;
	list-style-type: square;
}
.top {
	margin-top: 20pt;
}
.clearfloat {
	clear: none;
	display: inline;
}
.rc-columns #p7PMnav {width: 200px;}
