/* 
  -----------------------------------
 Basic Layout Template Structure
  -----------------------------------
*/
body {
	color: #505050;
	background: #E2E1D4 url("../images/p7bp/p7bp_layout3Column.gif") repeat-y 50% 0;
	margin: 0px;
	padding: 0; /* for Opera */
	font-size: 11px;
	font-family: Verdana, Arial, serif;
}

#maincontainer {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
}

/* All things HEADER  
-------------------------------------------------------------------------------------- */
td#headercell {
	height: 70px;
	background-image: url("../images/design/topheader_tile0115blue4.jpg");
	background-color: #7C939B;
	padding-bottom: 2px;
	width: 770px;
	v-align: top;
	background-repeat: no-repeat;
	background-position: top left;
	}

/* Top Navigation Goes Here  
-------------------------------------------------------------------------------------- */
td#tabs {   
	background-color: #383d44;
	}

/* Column Layout Container
-------------------------------------------------------------------------------------- */
#columnwrapper {
	width: 770px;
	margin: 0 auto;
}

/* Left Column
-------------------------------------------------------------------------------------- */
#leftbox {
	float: left;
	width: 180px;
	padding: 0 0 0 20px;
}



/* Center Column
-------------------------------------------------------------------------------------- */
#mainbox {
	width: 345px;
	float: left;
	padding: 0 0 0 35px;
}




	
	
/* Right Column
-------------------------------------------------------------------------------------- */
#rightbox {
	float: right;
	width: 140px;
	padding: 0 15px 15px 0;
	font-size: 10px !important;

}

#rightbox p{
	font-size: 10px;
	line-height: 15px;

}
#rightbox dl {
	border: 1px solid #693;
	margin: 50px 0 50px 0;
	width: 100%;
}
#rightbox dt {
	font-weight: normal;
	font-size: 10px; 
	line-height: 1em;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #693;
	background-color: #ffffff;
	padding: 5px 0 5px 5px;
	
}
#rightbox dd {
	font-weight: normal;
	font-size: 10px; 
	line-height: 1em;
	letter-spacing: 2px;
	padding: 5px 0 15px 0;
	margin-right: -15px;
}	
#rightbox ul li{
	font-size: 10px;
	list-style: none; 
}	
#rightbox li{
	list-style: none; 
}	

#widephotowrapper {
	width: 770px;
	margin: auto;
	margin-top: -18px;
	padding: 0;
	background-color: transparent;
}
td#photo {
	width: 480px;
	height: 273px;
	background-color: #ffffff;