/* Template page - index.php */
body {
	color: #000000; 
	background-color: #ffffff;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
body#bbp_template_body {
	color: #222222;
	background-color: #232D56;
	margin-top: 15px;
	line-height: 100%;
}
#bbp-wrapper { 
	color: #3c3b3b; 
	width: 810px; 
	margin: 0 auto; 
	background-color: #D9E2ED; 
	border: solid 2px #849EC1;
}
#bbp-headerwrap { 
	background: #D9E2ED; 
	position: relative; 
	height: 113px; 
	line-height: normal; 
	width: 808px; 
}
#bbp-header-left { 
	position: relative; 
	height: 113px;
	width: 600px;
}
#bbp-header-left-top {
	background-color: #4354A1;
	position: relative;
	height: 60px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#bbp-header-left-bottom {
	background-color: #4354A1;
	position: relative;
	height: 53px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
}
#bbp-header-right {
	background-color: #4354A1;
	position: absolute;
	height: 112px;
	width: 204px;
	right: 0px;
	top: 1px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #CCCCCC;
	padding-left: 3px;
	font-size: 9pt;
	font-weight: bold;
}
#logo1, #logo1 img { 
	position: absolute; 
	border: 0px; 
}
#bbp-navwrap {
	background-color: #D9E2ED; 
}
#bbp-navmain {
	position: relative;
	top: 1px;
	background-color: #4354A1;
	height: 32px;
	width: 808px; 
}
#bbp-contentwrap {
	background-color: #D9E2ED; 
}
#bbp-content {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	margin: 5px;
}
#bbp-footwrap {
	background: transparent;
}
#bbp-foot {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #4354A1;
	padding-top: 3px;
	color: #232D56;
}

/* Included page */
#bbp-page {
}
#bbp-page a {
	text-decoration: none;
	color: #384687;
}
#bbp-page a img {
	padding: 10px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#bbp-page ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
#bbp-page ul li {
	text-decoration: none;
	font-weight: normal;
	font-size: 12px;
	text-indent: 35px;
	list-style-type: none;
	padding-top: 2px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#bbp-page table td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	border: 0px;
}
/* ***************************** */
/* Official Photographer formatting */
#OP_Wrapper {
	padding: 10px;
	border: thin solid #849EC1;
	text-align: center;
	margin: 10px;
	height: 165px;
}
#OP_Logo_Box {
	text-align: center;
	vertical-align: middle;
}
#OP_Logo_Text {
	text-align: center;
	vertical-align: bottom;
}
#OP_Logo_Table tr td {
	text-align: center;
	vertical-align: top;
}
#OP_Logo_Table a img {
	text-align: center;
	vertical-align: middle;
}
/* ***************************** */
/* Clearfix */
.clearfix:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox Scrollbar Hack - Do not remove */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}
/* ***************************** */
