/* CSS Document *//* THE SPLAT FLATS *//* ----- HOME LAYOUT ---------------------------------- */body {	background-color: #EFEFCD;}#container {	margin: 0 auto 200px;	width: 820px;	text-align: left;	height: auto;	background-repeat: no-repeat;	background-image: url(images/nav_header.gif);	overflow: visible;	float: none;  }#navigation_top{	font-family: Georgia, Palatino, Times, "Times New Roman", serif;	color: #773600;	font-size: 14px;	margin: 0px;	line-height: 12pt;	font-weight: bold;	text-transform: uppercase;	letter-spacing: 2px;	height: 25px;	width: 600px;	top: 135px;	position: relative;	left: 30px;	}#contentmain {	position:relative;	width:820px;	z-index:1;	left: 0px;	top: 140px;	height: 100%;	overflow: visible;}#contentbottom {	width: 100%;	height: 51px;	background: url(images/welcome_body_bottom.gif) no-repeat left top;	position: relative;}#content_mid {	width: 100%;	height: 100%;	background: url(images/welcome_body_middle.gif) repeat-y left;	padding-right: 0px;	padding-left: 50px;	position: relative;	margin-right: auto;	margin-left: auto;}#contenttop {	width: 100%;	background: url(images/welcome_body_top.gif) no-repeat left top;	height: 50px;	position: relative;}#footer {	width: 100%;	height: 71px;	background: url(images/footer.gif) no-repeat left top;	position: relative;	margin-right: auto;	margin-left: auto;	padding-left: 50px;	padding-top: 20px;}/* ----- text elements---------------------------------- */.site_wide{	font-family: Arial, Helvetica, sans-serif;	color: #332623;	font-size: 15px;	line-height: 18px;}a {	text-decoration: none;	color: #773600;	}a:hover {	text-decoration: underline;	color: #FF3300;}.footer{	font-family: Georgia, Palatino, Times, "Times New Roman", serif;	color: #4F4030;	font-size: 12px;	font-weight: normal;	text-transform: uppercase;	letter-spacing: 2px;}.artist_header {	font-size: 24px;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	color: #332623;	text-transform: uppercase;	}.artist_h2 {	font-size: 14px;	font-weight: bold;	font-family: Arial, Helvetica, sans-serif;	color: #332623;}.artist_list_text{	font-family: Arial, Helvetica, sans-serif;	color: #332623;	font-size: 10pt;	line-height: normal;}/* ----- artist Page---------------------------------- */.thumb-img {	border: 1pt solid #CCCCCC;	vertical-align:top;	margin-right:8px;	margin-bottom:20px;	}#artistcontent{	margin: 10px;	width: 670px;	border: 2px solid #D6D6B2;	background-color: #FFFFFF;	padding: 50px;}/* ----- artist structure---------------------------------- */div#artist_container_list{	float:left;	width:261px;	margin-top: 15px;}div#artist_container_bio{	float:left;	width:540px;	margin-top: 15px;}div#artist_footer{clear:both;width:100%;height: 71px;background: url(images/footer.gif) no-repeat left top;padding-left: 50px;padding-top: 20px;}