body {
	background: url(images/bg.jpg);
	margin: 0px;
	text-align: center;
}

#shell {
	position: relative;
	top: 0px;
	left: 0px;
	width:760px;
	height:450px;
	margin: auto;
	z-index: 0;
	overflow: hidden;
}

#left {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 580px;
	height: 400px;
	margin: 0px;
	border-right: 1px #FFFFFF solid;
	z-index: 2;
	overflow: hidden;
}

#right {
	position: absolute;
	top: 0px;
	left: 580px;
	width: 180px;
	height: 400px;
	margin: 0px;
	border: 0px;
	background-color: #B2C6D1;
	z-index: 1;
	overflow: hidden;
}

#bottom {
	position: absolute;
	top: 400px;
	left: 0px;
	width: 760px;
	height: 400px;
	margin: 0px;
	border-top: 1px #FFFFFF solid;
	background-color: #658293;
	z-index: 3;
	overflow: hidden;
}

#hometext {
	position: absolute;
	top: 18px;
	left: 22px;
	width: 196px;
	height: 355px;
	margin: 0px;
	border: 0px;
	text-align: left;
	vertical-align: top;
	z-index: 4;
	overflow: hidden;
}

#email {
	position: absolute;
	top: 375px;
	left: 22px;
	width: 196px;
	height: 378px;
	margin: 0px;
	border: 0px;
	text-align: left;
	vertical-align: top;
	z-index: 4;
	overflow: hidden;
}

#pic {
	position: absolute;
	top: 0px;
	left: 215px;
	width: 547px;
	height: 400px;
	margin: 0px;
	border: 0px;
	text-align: left;
	vertical-align: top;
	z-index: 5;
	overflow: hidden;
}

#nav {
	position: absolute;
	top: 13px;
	left: 581px;
	width: 180px;
	height: 300px;
	margin: 0px;
	border: 0px;
	text-align: left;
	vertical-align: top;
	z-index: 6;
	overflow: hidden;
}

#address {
	position: absolute;
	top: 323px;
	left: 581px;
	width: 180px;
	height: 79px;
	margin: 0px;
	border: 0px;
	text-align: left;
	vertical-align: top;
	z-index: 6;
	overflow: hidden;
}

#copyright {
	position: absolute;
	top: 405px;
	left: 22px;
	width: 360px;
	height: 30px;
	margin: 0px;
	border: 0px;
	text-align: left;
	vertical-align: top;
	z-index: 4;
	overflow: hidden;
}

#caption {
	position: absolute;
	top: 405px;
	left: 400px;
	width: 350px;
	height: 39px;
	margin: 0px;
	border: 0px;
	text-align: right;
	vertical-align: top;
	z-index: 4;
	overflow: hidden;
}