html, body {
	background: white;
}



#main-table {
	width: 943px;
	height: 770px;
	
	background: url(backgrounds/main.jpg) top left no-repeat;
}

	#main-table.with-content {
		background: url(backgrounds/content.jpg) top left no-repeat;
	}



	#left-menu {
		width: 150px;
	}
	
		#left-menu * {
			font-size: 0;
		}
		
		#left-menu ul {
			margin: 283px 0 0 69px;
			list-style: none;
		}
	
	
	
	#content-container-container {
		padding: 170px 0 0 140px;
		text-align: left;
	}
	
		#content-container {
			width: 350px;
			height: 420px;
		}
		
			#content-container h1 {
				text-align: center;
				font-size: 150%;
				margin: 0 0 40px 0;
			}
		
			#content {
				height: 300px;
			}
			
				#main-table.centered-content #content {
					text-align: left;
				}
	
		
	
	#contact-us-container {
		height: 67px;
	}
		
		#contact-us {
			float:right;
			width:105px;
		}
#main-table-container
{
	height:100%;
}
