@charset "UTF-8";
/* CSS Document */

#page_header {
	width: 302px;
	height: 94px;
	background-image: url(../images_landscape_design/gallery/page_header.jpg);
	float: left;
	margin-right: 20px;
	position: relative;
	margin-bottom: 15px;
	}
	
#ambient_imag {
	width: 193px;
	height: 81px;
	float: left;
	position: relative;
	background-image: url(../images_landscape_design/ambient/07.jpg);
	margin-top: 15px;
	}
	
#main_container {
	width: 515px;
	height: auto;
	float: left;
	margin-right: 20px;
	position: relative;
	}
	
#gallery_container {
	width: 765px;
	height: 330px;
	background-color: #fff;
	margin-bottom: 15px;
	float: left;
	position: relative;
	}  
	
	#gallery_main_pic {
		width: 235px;
		height: 235px;
		padding-left: 20px;
		padding-right: 20px;
		padding-top: 20px;
		float: left;
		position: relative;
		}
		
	#gallery_text {
		width: 470px;
		height: 235px;
		padding-top: 20px;
		padding-right: 20px;
		float: left;
		text-align:justify;
		position: relative;
		overflow: auto;
		}
		
	#gallery_thumbs_starter {
		width: 35px;
		height: 35px;
		padding-left: 20px;
		padding-top: 20px;
		float: left;
		position: relative;
		}
		
	#gallery_thumbs {
		width: 35px;
		height: 35px;
		padding-left: 14px;
		padding-top: 20px;
		float: left;
		position: relative;
		}

	#info {
		width: 475px;
		height: auto;
		padding: 20px;
		background-color: #fff;
		position: relative;
		float: left;
		margin-bottom: 20px;
		text-align: justify;
		}
	
#side_box {
	width: 200px;
	height: auto;
	padding: 5px;
	margin-top: 109px;
	float: left;
	background-color: #859088;
	position: relative;
	text-align: left;
	}
	
#left_side_box {
	width: 185px;
	height: auto;
	padding: 5px;
	margin-top: 15px;
	float: left;
	background-color: #81a694;
	position: relative;
	text-align: left;
	}