/* CSS Document */

#nav{
	float: left;
	height: 530px;
	width: 225px;
	font-size: 11px;
	padding: 0px 10px 0px 0px;
	margin:0px;
	background-image: url(../images/backgrounds/a-left.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
}

#gallery{
	width: 529px;
	margin-right: 7px;
	margin-left: 8px;
	background-image: url(../images/backgrounds/b-middle.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-color: #000000;
}

#sub-nav{
	background-color: #FFFFFF;
	float: left;
	height: 506px;
	background-image: url(../images/backgrounds/a-left.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
