/* CSS Document */
body {
	background-image: url(../images/pp_main_bkg.gif);
	background-repeat: repeat-x;
	background-color: #E0DED9;
	margin: 0px;
	padding: 0px;
}

#navigation {
	top: 400px;
	width: 780px;
	margin-left: 50%;
	left: -380px;
	position: absolute;
	clear: both;
	z-index:150;
}

#fullSite {
	width: 900px;
	margin-left: 50%;
	left: -450px;
	position: absolute;
}

#fullSite #leftFrame {
	position: relative;
	width: 50px;
	float: left;
	background-image: url(../images/hp_leftFrame_bkg.jpg);
	background-repeat: repeat-y;
}

#fullSite #centerFrame {
	position: relative;
	width: 800px;
	float: left;
	background-color: #FFFFFF;
}

#fullSite #rightFrame {
	position: relative;
	width: 50px;
	float: left;
	background-image: url(../images/hp_rightFrame_bkg.jpg);
	background-repeat: repeat-y;
}
#fullSite #fullFooter {
	position: relative;
	width: 900px;
	min-height: 50px;
	clear: both;
	background-image: url(http://67.199.18.64/tissuegrowth/images/bp_footer_bkg.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

/* CENTER FRAME DIVS */
#fullSite #centerFrame #cf_headline {
	background-color: #253355;
}
#fullSite #centerFrame #cf_images {
	width: 800px;
	position: relative;
	clear: both; 
}
#fullSite #centerFrame #cf_images #cfi_leftContent {
	float: left;
	width: 300px;
	height: 100px;
	position: relative;
	background-color: #CEE7B6;
	padding: 10px;
}
#fullSite #centerFrame #cf_images #cfi_image1 img {
	float: left;
	width: 120px;
	position: relative;
}
#fullSite #centerFrame #cf_images #cfi_image2 {
	float: left;
	width: 120px;
	position: relative;
}
#fullSite #centerFrame #cf_images #cfi_image3 {
	float: left;
	width: 120px;
	position: relative;
}
#fullSite #centerFrame #cf_images #cfi_image4 {
	float: left;
	width: 120px;
	position: relative;
}
#fullSite #centerFrame #bodyContent {
	padding: 20px;
	clear: both;
	width: 760px;
	position: relative;
}
#fullSite #centerFrame #bodyContent #bc_content {
	min-height: 380px;
}
#fullSite #centerFrame #bodyContent #sSpacer {
	position: relative;
	width: 760px;
	clear: both;
}
#fullSite #centerFrame #bodyContent #bci_one {
	position:relative;
	max-width: 248px;
	float: right;
	clear: right;
	margin-bottom: 5px;
	overflow:hidden;
}
#fullSite #centerFrame #bodyContent #bci_two {
	position:relative;
	max-width: 248px;
	float: right;
	clear: right;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	overflow:hidden;
}
#fullSite #centerFrame #bodyContent #bci_three {
	position:relative;
	max-width: 248px;
	float: right;
	clear: right;
	margin-top: 5px;
	padding-top: 5px;
	overflow:hidden;
}
#fullSite #centerFrame #bc_footer {
	width: 800px;
	position: relative;
  	padding: 0px 10px 5px 10px;
	text-align: center;
}
#fullSite #centerFrame #sSpacer {
	position: relative;
	width: 800px;
	clear: both;
}
#fullSite #centerFrame #navigationSpacer {
	width: 800px;
	position: relative;
	clear: both;
	border-bottom: 1px solid #253355;
}
