/* 
  -----------------------------------
  BP-PP Interior Page - Basic
  by Project Seven Development
  www.projectseven.com
  -----------------------------------
*/

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #FFFFFF;
	color: #333333;
	margin: 0;
	padding: 0;
}
#masthead {
	background-image: url(images/p7bp_mastheadtile.jpg);
	background-repeat: repeat-x;
	background-color: #4A4A4A;
}
body, #masthead {
	min-width: 770px;
}
#logodiv {
	background-image: url(images/p7bp_topgraphic.jpg);
	background-repeat: no-repeat;
	background-position: right top;
}
#layoutwrapper {
	width: 100%;
	margin: 0 auto;
	padding: 48px 0 0 0;
	background-color: #FFFFFF;
	border-bottom: 1px solid #333333;
}
h1.topheading {
	font-size: 0.7em;
	font-weight: normal;
	color: #4A4A4A;
	width: 770px;
	margin: 0 auto;
	padding-bottom: 12px;
}
#columnwrapper {
	width: 770px;
	margin: 0 auto;
	background-image: url(images/p7bp_layout.gif);
	background-repeat: repeat-y;
}
#leftbox {
	width: 200px;
	float: left;
	font-size: 0.75em;
}
.leftquotes {
	line-height: 1.5em;
	font-size: 1.2em;
}
#leftboxcontent {
	color: #CCCCCC;
	padding: 16px 16px 16px 16px;
	background-repeat: no-repeat;
}
#mainbox {
	width: 550px;
	float: left;
	margin-left: 20px;
}
#maincontent {
	border-top: 1px dotted #333;
	font-size: 0.8em;
	line-height: 1.6em;
	padding: 20px 36px;
}
#maincontent p {
	margin: 6px 0 12px 0;
}
img.floatleft {
	float: left;
	margin: 0 12px 0 0;
}
.centered {
	text-align: center;
}
h2, h3 {
	font-size: 1em;
	letter-spacing: .3em;
	margin: 0;
}
h3 {
	margin-top: 30px;
}
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
#footerbox {
	width: 100%;
	margin: 0 auto;
	background-image: url(images/p7bp_footer.jpg);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	border-top: 1px solid #333333;
}
#footercontent {
	width: 770px;
	margin: 0 auto;
	font-size: 0.7em;
	line-height: 1.5em;
	padding: 10px 0 6px 0;
}
.copyright {
	letter-spacing: 0.5em;
	font-weight: bold;
}
#footerindent {
	padding: 0 48px;
}
#footercontent a {
	color: #333399;
}
#footercontent a:hover {
	color: #333333;
}
#maincontent a {
	color: #003399;
}
#maincontent a:hover {
	color: #CC3300;
}
