#left {
	float: left;
	clear: left;
	width: 240px;
	min-height: 500px;
	background-color: #C09F74;
}
	/*#left #leftNav {
		background-color: #FFFFFF;
	}*/
#content {
	float: left;
	width: 545px;
	margin-top: -20px;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
	h1 {
		font-size: 20px;
		text-align: center;
		color: #58672D;
	}
	h2 {
		font-size: 18px;
	}
	p {
		text-indent: 1em;
		line-height: 150%;
		margin: 0 2em;
	}
/*style for individual pages */
/* About Us*/
	.aboutus img {
		position: relative;
		padding: 10px 5px 0px 5px;
	}
	#showroom2 {
		float: right;
		width: 160px;
		height: 204px;
	}
	#showroom {
		float: right;
		width: 139px;
		height: 181px;
	}
	#description, #marbleShop {
		float: left;
		height: 226px;
		width: 290px;
	}
	
/* Products */
	.products {
		position: relative;
	}
		.imageThumbnail {
			width: 24%;
			float: left;
			position: relative;
			z-index: 0;
			text-align: center;
		}
			.products .thumbnail {
				border: 0;
				width: 100px;
				height: 80px;
			}
			.imageHeaderSmall { /* text above the thumbnail */
				font-size: 11px;
				margin-top: 10px;
			}	
			.products div:hover {
				background-color: transparent;
				z-index: 50;
			}
			
			.products div span{ /*enlarged image*/
				position: absolute;
				/* in an attempt to hide this biatch */
				top:-999em;
						
				border: 1px dashed gray;			
				background-color: lightyellow;

				padding: 5px;
				
				z-index: 999;

				color: black;
				text-decoration: none;
			}
			.imageHeader{
				font-size:12pt;
				font-weight:bold;
				width:100%;
			}
				.products div span img{
					border-width: 0;
					padding: 2px;
				}
			.products div:hover span {
				top: 80px;
				left: auto;
				right: 42px;
			}
		.products .first {
			clear: left;
		}
			.products .first:hover span { 
			/*on the products page, the first image would go off the screen, hence...*/
				right: -94px;
			}
		.products #next {
			position: absolute;
			top: 20px;
			right: 5px;
		}        
        .products #photoHeader {
            position: absolute;
            top: 25px;
            width: 100%;
            text-align: center;
            font-size: 12px;
        }
		.products #previous {
			position: absolute;
			top: 20px;
			left: 5px;
		}
/* Contact Us */
	.contactlocation {
		margin-left: 30px;
	}
	.contactus div h2 {
		width: 90%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-top-color: black;
		font-size: 14px;
		display: block;
		margin-left: -20px;
		margin-bottom:0px;
		padding-top:10px;
		margin-top:0px;
	}
	.contactlocation{
		clear:both;
	}
	
	.label{
		font-weight:bold;
		width:65px;
		float:left;
	}
	.address{
		clear:both;
	}
	.email{
		clear:both;
	}
		.addressText{
			float:left;
		}
/* Manufacturers */
.manufacturers ul {
	text-align: left;
	list-style-type: square;
}
/* Project Photos */
	.projectsPhotos div {
		width: 33%;
		float: left;
		margin: 1em 0;
	}
	.projectsPhotos div img {
		border: 0;
		width: 150px;
	}
	.projectsPhotos h2 {
		clear: left;
	}
	.projectsPhotos .first {
		clear: left;
	}
	
	.titleImageModel{
		clear:all;
		text-align:center;
		width:100%;
		font-size:16px;
		color:#58672D;
		font-weight:bold;
	}
	
	#developers{
		float:left;
		padding-left:10px;
		padding-right:10px;
	}
		#developers h2{
			font-size:12pt;
			padding:0px;
			margin:0px;
		}
		.developerList{	
			margin-top:0px;
			padding-top:0px;
			font-size:8pt;
			list-style-type: square;
		}
	#projectsAndClients{
		float:left;
	}
		.clientList{	
			padding-left:10px;
			margin-left:1px;
			list-style-type: none;
			font-size:8pt;
			float:left;
		}
	
		
		.location{
			float:left;
			margin-left:15px;
		}
		#nyc{
			border-right:1px solid #C0C0C0;
			padding-right:5px;
		}
		.clients{
		}
		
			.client{
				font-weight:bold;
			}
			
			.clientlocation{
				padding-left:4px;
				font-style:italic;
			}