
/* 
  ------------------------------------------------
  PVII Affinity
  Copyright (c) 2011 Project Seven Development
  www.projectseven.com
  Print Media Style Sheet
  ------------------------------------------------
*/
#masthead {display: none;}
#lefthandcolumn {}
#centrecolumn {}
#righthandcolumn {display: none;}
.affinity-row .column-50 {
	width: 65%;
}
.affinity-row .column-30 {
	width: 35%;
	font-size: 8pt;
}
ul {
	margin-top: 10px;
	margin-left: 15px;
}
li {
}
#layout {
	max-width: 1380px;
	margin: 0px auto;
	background-color: #FFF;
	box-shadow: 0px 0px 0px rgba(0,0,0,.5);
	border-radius: 0px 0px 7px 7px;
}



body {
	margin: 0;
	padding: 0;
	min-width: 0;
	font-size: 8pt;
}
.sidebar, .main-content, .sidebar2, .sidebar-right, .content, .column-content   {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none !important;
}
.main-content  {
	margin: 0;
}
#layout {
	max-width: none;
	margin: 0px;
}
.column-content, .content {
	height: auto !important;
	max-height: 888678px;
	border: none !important;
}
.column-content * {
	padding: 0px !important;
}
.footer {
	position: static;
}
