@charset "utf-8";
/* CSS Document */

html { 
	background-color:#b1ccf5;
	background-image:url(Images/business_background.jpg);
	background-attachment:fixed;
}



div#Wrapper {
	background-image:url(Images/business_background_gradient.png);
	background-repeat:repeat;
	background-attachment:fixed;
}

		div#Header { 
			background-image:url(Images/business_header.png);
			background-position:center center;
			margin-bottom:0px;
			height:225px;
		}
		
				div#PaigePortrait {
					position:relative;
					left:0px;
					margin-left:-98px;
					margin-top:0px;
					/*width:135px;
					height:169px;*/
					width:160px;
					height:225px;
					background-image:url(Images/paige_portrait_small_business.png);
					background-color:transparent;
					background-position:top left;
				}
		
		div#Footer {
			color:white;
		}

div.scrollWrap {
	position:relative;
	width:360px;
	min-height:360px;
	margin:0px auto;
}

div.scrollTitle {
	position:relative;
	width:360px;
	height:67px;
	margin-bottom:0px;
	z-index:140;
}

div.scrollBackground {
	position:absolute;
	top:0px;
	z-index:130;
	width:100%;
	height:360px;
	background-color:transparent;
	background-image:url(Images/business_computer.png);
	background-repeat:no-repeat;
	background-position:center top;
}

div.scrollContent {
	position:relative;
	margin-top:19%;
	margin-left:8.5%;
	width:80.5%;
	height:43%;
	overflow:auto;
	overflow-x:hidden;
	padding:1%;
}

div#Business_About div.scrollTitle { background-image:url(Images/business_homepage_about.png); }
div#Business_Books div.scrollTitle { background-image:url(Images/business_homepage_books.png); }
div#Business_Contact div.scrollTitle { background-image:url(Images/business_homepage_contact.png); }
div#Business_Extras div.scrollTitle { background-image:url(Images/business_homepage_extras.png); }

table#BusinessNavigation {
	position:relative;
	table-layout:fixed;
	margin:0px auto;
	width:800px;
}

table#BusinessNavigation td {
	width:50%;
}