/* Felicity Withers - Alternative Layout */

body {
	background-color: #f2f2f2;
	padding : 0px;
	margin : 0px;
	}

#wrapper1 {
	position: fixed;
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}
#wrapper2 {
	position: absolute;
	margin-left: -390px;
	margin-top: -260px;
	padding: 0px;
	width: 780px;
	height: 520px;
	left: 50%;
	top: 50%;
	background-color:#044e61;
}

#logo {
	position: absolute;
	width: 780px;
	height: 85px;
	background-color: #d9d385;
	background-image: url(images/alt_logo.gif);
	background-repeat: no-repeat;
	color: #fff;
	vertical-align: top;
	}

#bodyLeft {
	position: absolute;
	top: 85px;
	width: 390px;
	height: 370px;
	background-color: #e8e8e8;
	color: #fff;
	}

#bodyRight {
	position: absolute;
	left: 390px;
	top: 85px;
	width: 390px;
	height: 370px;
	background-color: #044e61;
	color: #fff;
	overflow:auto;
	}

#galleryNav {
	position: absolute;
	top: 409px;
	left: 410px;
	width: 350px;
	height: 20px;
	background-color: #fff;
	color: #fff;
	}

#bodyLarge {
	position: absolute;
	top: 85px;
	left: 140px;
	width: 500px;
	height: 370px;
	background-color: #fff;
	color: #fff;
	}

#navigationLeft {
	position: absolute;
	left: 0px;
	top: 460px;
	width: 20px;
	height: 65px;
	background-color: #044e61;
	background-image:url(images/alt_round_bottom_left.gif);
	background-position: left bottom;
	background-repeat: no-repeat;
	color: #fff;
	}
	
#navigation {
	position: absolute;
	Left: 20px;
	top: 460px;
	width: 740px;
	height: 65px;
	background-color: #044e61;
	color: #fff;
	}

#navigationHome {
	position: absolute;
	Left: 40px;
	top: 460px;
	width: 140px;
	height: 65px;
	background-color: #044e61;
	color: #fff;
	}

#navigationGallery {
	position: absolute;
	Left: 180px;
	top: 460px;
	width: 140px;
	height: 65px;
	background-color: #044e61;
	color: #fff;
	}

#navigationExhibitions {
	position: absolute;
	Left: 320px;
	top: 460px;
	width: 140px;
	height: 65px;
	background-color: #044e61;
	color: #fff;
	}

#navigationLinks {
	position: absolute;
	Left: 460px;
	top: 460px;
	width: 140px;
	height: 65px;
	background-color: #044e61;
	color: #fff;
	}

#navigationContact {
	position: absolute;
	Left: 600px;
	top: 460px;
	width: 140px;
	height: 65px;
	background-color: #044e61;
	color: #fff;
	}

#navigationRight {
	position: absolute;
	left: 760px;
	top: 460px;
	width: 20px;
	height: 65px;
	background-color: #044e61;
	background-image:url(images/alt_round_bottom_right.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	color: #fff;
	}
	
#footer {
	position: absolute;
	width: 780px;
	top: 520px;
	}