@charset "UTF-8";body {	font: 100% Arial, Helvetica, sans-serif;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #FFF;	background-color: #666;}.bodyWhite {	font: 100% Arial, Helvetica, sans-serif;	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */	padding: 0;	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */	color: #FFF;}#introTable {	margin: 0px;	padding: 0px;}.oneColLiqCtr #container {	margin: 0 auto; /* this overrides the text-align: center on the body element. */}.oneColLiqCtr2 {	height: 100%;	display: block;	position: relative;}.oneColLiqCtr #containerFullHeight {	width: 100%;	margin: 0 auto; /* this overrides the text-align: center on the body element. */	height: 100px;	background-color: #F93;	display: block;	position: static;	top: 10%;	vertical-align: middle;}.oneColLiqCtr #mainContent {	padding: 40px 20px 0px;	display: block;}.oneColLiqCtr #mainContentFullHeight {	padding: 55px 20px 0px;	height: 100%;	display: block;	position: relative;}.navBar {	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */}.oneColLiqCtr #container #mainContent {	display: block;	clear: both;}#navBar table tr td a {	color: #000;	padding-top: 10px;	padding-bottom: 10px;	display: block;	text-decoration: none;}.navSub {	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */	display: block;	width: 200px;	background-color: #9FF;}#navSub table tr td a {	color: #FFF;	padding-top: 10px;	padding-bottom: 10px;	padding-left: 20px;	display: block;	text-decoration: none;	font-size: 11px;}#studio {	width: 49%;	clear: none;	float: left;	margin: 0px;	padding: 0px;}#galleries {	width: 45%;	display: block;	float: right;	clear: none;	margin: 0px;	padding: 0px;	position: relative;}#workLeft {	float: left;	width: 33%;	position: relative;	display: table-cell;}#workRight {	float: right;	width: 33%;	position: relative;}#workCenter {	float: none;	width: 33%;	position: absolute;	height: 0px;	padding-top: 22px;}#homeImage {	position: fixed;	top: 100px;	width: 629px;	margin-left: auto;	margin-right: auto;}#homeContent {	color: #FFFFFF;	text-align: center;	position: relative;	top: 70px;	align: center;	margin: 0px;	padding: 0px;}#homeText {	width: 674px;	margin-right: auto;	margin-left: auto;}#slideShowText {	width: 550px;	margin-right: auto;	margin-left: auto;	color: #FFFFFF;}div.scroll {	height: 400px;	width: 400px;	overflow: auto;	border: 1px solid #666;	background-color: #666;	padding: 8px;}div.scrollDeep {	height: 655px;	width: 400px;	overflow: auto;	border: 1px solid #666;	background-color: #666;	padding: 8px;}