	
	.bottom_left {
		position:			absolute;
		bottom:				0;
		left:				0;
		z-index:1000;
	}
	
	
	/* For two panel, left and right, layout */
	
	#left_box {
		position:			relative;
		float:				left;
		width:				140px;
	}
	
	#right_box {
		position:			relative;
		float:				right;
		width:				810px;
	}
	
	/* For contact page layout */
	
	#contact_left {
		position:			relative;
		float:				left;
		width:				475px;
	}
	
	#contact_right {
		position:			relative;
		float:				right;
		width:				475px;
	}
	
	/* For biography page layout */
	
	#left_biography {
		position:			relative;
		float:				left;
		width:				210px;
	}
	
	#right_biography {
		position:			relative;
		float:				right;
		width:				750px;
	}
	
	/* For drawings page layout */
	
	#left_drawing {
		position:			relative;
		float:				left;
		width:				450px;
	}
	
	#right_drawing {
		position:			relative;
		float:				right;
		width:				450px;
	}
	
	/* For paintings page layout */

	#top_row {
		position:			relative;
		float:				left;
		width:				960px;
		text-align:			center;
	}

	#top_row img {
		display:			inline;
	}

	#bottom_row {
		position:			relative;
		float:				right;
		width:				960px;
		text-align:			center;
	}
	
	#bottom_row img {
		display:			inline;
	}
	
	/* For Making Of gallery */
	
	#making_of {
		position:			relative;
		float:				left;
		width:				650px;
		height:				445px;
		text-align:			center;
	}
	
	/* For public projects page layout */

	#projects_text {
		position:			relative;
		float:				left;
		width:				290px;
		min-height:			600px;
		padding:			0 10px 0 0;
		text-align:			left;
	}

	#projects_top_left {
		position:			relative;
		float:				left;
		width:				320px;
		height:				445px;
		text-align:			center;
	}
	
	#projects_top_right {
		position:			relative;
		float:				right;
		width:				320px;
		height:				445px;
		text-align:			center;
	}
	
	#projects_bottom_left {
		position:			relative;
		float:				left;
		width:				320px;
		text-align:			center;
	}
	
	#projects_bottom_right {
		position:			relative;
		float:				right;
		width:				320px;
		text-align:			center;
	}
	
	#enlarge_text {
		position:			relative;
		float:				left;
		width:				960px;
		text-align:			left;
	}
	
	#layout_map {
		position:			relative;
		float:				left;
		width:				960px;
		text-align:			left;
	}
	
	#tbllayout {
		position:			relative;
		float:				left;
		width:				960px;
	}
	
	/* eagle owl painting page layout */

	#oil_paintings_eagle_owl_left {
		position:			relative;
		float:				left;
		width:				700px;
		min-height:			600px;
		text-align:			left;
	}

	#oil_paintings_eagle_owl_right {
		position:			relative;
		float:				right;
		width:				250px;
		min-height:			445px;
		text-align:			left;
	}
	
	/* golden eagle painting page layout */

	#oil_paintings_golden_eagle_left {
		position:			relative;
		float:				left;
		width:				400px;
		min-height:			600px;
		text-align:			left;
	}

	#oil_paintings_golden_eagle_right {
		position:			relative;
		float:				right;
		width:				550px;
		min-height:			445px;
		text-align:			left;
	}
	
	/* steppe eagle painting page layout */

	#oil_paintings_steppe_eagle_left {
		position:			relative;
		float:				left;
		width:				400px;
		min-height:			600px;
		text-align:			left;
	}

	#oil_paintings_steppe_eagle_right {
		position:			relative;
		float:				right;
		width:				550px;
		min-height:			445px;
		text-align:			left;
	}
	
	/* harris hawk painting page layout */

	#oil_paintings_harris_hawk_left {
		position:			relative;
		float:				left;
		width:				700px;
		min-height:			600px;
		text-align:			left;
	}

	#oil_paintings_harris_hawk_right {
		position:			relative;
		float:				right;
		width:				250px;
		min-height:			445px;
		text-align:			left;
	}
	
	/* head of golden eagle painting page layout */

	#oil_paintings_head_of_golden_eagle_left {
		position:			relative;
		float:				left;
		width:				700px;
		min-height:			600px;
		text-align:			left;
	}

	#oil_paintings_head_of_golden_eagle_right {
		position:			relative;
		float:				right;
		width:				250px;
		min-height:			445px;
		text-align:			left;
	}
	
	/* golden eagle drawing page layout */

	#drawings_golden_eagle_left {
		position:			relative;
		float:				left;
		width:				400px;
		min-height:			600px;
		text-align:			left;
	}

	#drawings_golden_eagle_right {
		position:			relative;
		float:				right;
		width:				550px;
		min-height:			445px;
		text-align:			left;
	}
	
	
	/* osprey drawing page layout */

	#drawings_osprey_left {
		position:			relative;
		float:				left;
		width:				700px;
		min-height:			600px;
		text-align:			left;
	}

	#drawings_osprey_right {
		position:			relative;
		float:				right;
		width:				250px;
		min-height:			445px;
		text-align:			left;
	}
	
	/* harris hawk drawing page layout */

	#drawings_harris_hawk_left {
		position:			relative;
		float:				left;
		width:				700px;
		min-height:			600px;
		text-align:			left;
	}

	#drawings_harris_hawk_right {
		position:			relative;
		float:				right;
		width:				250px;
		min-height:			445px;
		text-align:			left;
	}
	
