@charset "utf-8";
body {
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
}

#shell {
	background-color: #c1d82f;
	height: 700px;
	width: 980px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #794400;
	background-image: url(images/shell-leavesindex.jpg);
	background-repeat: no-repeat;
	background-position: left top;

}
#main {
	/*height: 450px;*/
	width: 780px;
	margin: 50px auto 0px;
	position:relative;
	background-color: #794400;
}

#left {
	background: #CCC;
	float: left;
	height: 340px;
	width: 440px;
}


#right {
	background: #fff;
	float: left;
	height: 340px;
	width: 340px;
}

#bottom {
	height: 110px;
	width: 780px;
	background-color: #794400;
}
#bottomleft {
	height: 110px;
	width: 440px;
	float: left;
}
#bottomright {
	float: right;
	height: 110px;
	width: 330px;
	text-align: right;
}
.clear {
	clear: both;
}

#bottomright img {
	margin-top: 10px;
	margin-right: 20px;
}

#bottomleft img {
	margin-top: 10px;
	float: right;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c1d82f;
}
#right img {
	margin-top: 23px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 23px;
}
