/* 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: 544px;
	margin-right: 0px;
	margin-left: 0px;
	height: 530px;
}
#col{
	width: 260px;
	background-color: #FFFFFF;
	float: left;
	height: 261px;
	margin-right: 0px;
	margin-left: 8px;
	border:1px none #ECECEC;
	background-image: url(../images/backgrounds/4-left.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 0px 0px 0px 0px;
	margin-bottom:8px;
}



#sub-nav{
	background-color: #FFFFFF;
	float: left;
	height: 506px;
	background-image: url(../images/backgrounds/c-right.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

