
/*	
	======================================================================

	layout.css

	======================================================================
	Sustainable By Design PHP Library Component
	Version 2007.11.06
	Copyright 2007, 2005, 2004 Sustainable By Design
	======================================================================
*/


/* ----------------------------------------------------
   WRAPPER DIVs
   ---------------------------------------------------- */

	body, html {
	
		padding: 0;
		margin: 0;
		border: 0;
	}
	
	 /* styles for IE 5 Mac */
	 
	 #outerDiv {
	 
		background-color: transparent;
		position: absolute;
		top: 0px;
		left: 0px;
		padding: 0;
		margin: 0;
	 }
	 
	 /* following rules are invisible to IE 5 \*/
	 
	 #outerDiv {
	 
	 	background-color: transparent;
	 	top: 0px;
		left: 0px;
		width: 100%;
		text-align: center;
		min-width: 703px; 
	 }
	 
	 /* end IE 5 hack */ 
		  
	#middleDiv {
	
		background-color: transparent;
		position: relative;
		text-align: left;
		width: 760px;
		height: 380px;
		margin: 0px auto;
		padding: 0;
	}	
		
	#innerDiv {
	
		position: absolute;
		width: 760px;
		background-color: #000;
		z-index: 1;
		padding: 0;
		margin: 0;
	}

/* ----------------------------------------------------
   CONTENT DIVs
   ---------------------------------------------------- */

	#topMargin {
	
		width: 760px;
		height: 20px;
	}

	#leftMainColumn {
	
		width: 141px;
		float: left;
	}

	#logo {
	
		width: 141px;
		height: 202px;
		text-align: center;
	}

	#pageName {
	
		width: 141px;
		text-align: center;
		font-size: 12pt;
	}

	#aboveThumbsSpacer {

		width: 141px;
		height: 18px;
	}
	
	#thumbs {
	
		width: 141px;
	}
	
	.thumb {
	
		width: 60px;
		height: 60px;
		border: 1px solid #000;
		padding: 1px;
		float: left;
	}
	
	.selectedThumb {
	
		border: 1px solid #FFF;
	}
	
	.thumbsHorizontalSpacer {
	
		width: 13px;
		height: 75px;
		float: left;
	}
	
	#middleSpacerColumn {
	
		width: 84px;
		float: left;
	}

	#rightMainColumn {
	
		width: 535px;
		float: left;
	}

	#title {
	
		width: 535px;
		height: 82px;
		text-align: center;
	}

	#pageLinks {
	
		width: 535px;
		text-align: center;
		font-size: 10pt;
	}

	.floatClear {
	
		clear: both;
	}
	
	#aboveArtSpacer {
	
		width: 535px;
		height: 50px;
	}

	#bioSpacer {
	
		width: 535px;
		height: 10px;
	}

	#underArtSpacer {
	
		width: 535px;
		height: 5px;
	}

	#artInfo {
	
		width: 535px;
	}
	
	#underArtInfoSpacer {
	
		width: 535px;
		height: 30px;
	}
	
	#sizeInfo {
	
		text-align: center;
		font-size: 10pt;
		width: 535px;
	}
	
	#priceInfo {
	
		text-align: center;
		font-size: 10pt;
		width: 535px;
	}
	
	#optionsInfo {
	
		text-align: center;
		font-size: 10pt;
		width: 535px;
	}
	
	#artTitle {
	
		width: 255px;
		float: left;
		text-align: left;
		font-size: 12pt;
		font-style: italic;
	}
	
	#arrows {
	
		width: 25px;
		float: left;
	}

	#artistName {
	
		width: 255px;
		float: left;
		text-align: right;
		font-size: 10pt;
	}
	
	#art {
	
		width: 535px;
		text-align: center;
	}

	#footerSpacer {
	
		width: 760px;
		height: 30px;
	}

	#footer {
	
		width: 760px;
		font-size: 9pt;
		text-align: center;

		border-top: 1px solid #444;
		border-bottom: 0;
		border-left: 0;
		border-right: 0;
	}

	#bottomMargin {
	
		width: 760px;
		height: 20px;
	}
