@import url('_layout.css');
@import url('_fonts.css');

/* Print Styles */
#homepagePrintMainImage {display: none;}
#homepagePrintContent {display: none;}

#homepageContentWrapper {
	width: 800px;
	float: left;
	overflow: hidden;
	text-align: center;
	}
	
	#homepageMainImage {
		width: 780px; height: 313px;
		margin: 7px 0px 0px 5px;
		padding: 10px;
		background-repeat: no-repeat;
		overflow: hidden;
		}
		
	#homepageTextWrapper {
		position: relative;
		width: 800px;
		margin-left: 5px;
		}
		
		#homepageTextTop {
			width: 800px; height: 67px;
			background-image:url(../images/homepagehead.jpg);
			background-repeat: no-repeat;
			}
			
		#homepageText {
			width: 800px; min-height: 200px;
			background-image:url(../images/homepagecontentbg.gif);
			background-repeat: repeat-y;
			text-align:left;
			}
			
			#Text {
				width: 800px; min-height: 200px;
				text-align:left;
				padding: 5px 50px 10px 30px;
			}
		
		#homepageTextBottom {
			width: 800px; height: 26px;
			background-image:url(../images/homepagecontentfooter.gif);
			background-repeat: no-repeat;
			}
			
		#BBBLogo {
	position: absolute;
	left: 44px;
	top: 307px;
			}
		
/* Right */
#homepageRightNavWrapper {
	float: left;
	margin: 7px 0px 0px 5px;
	width: 195px; 
	text-align: left;
	line-height: 0px;
	}
