/* 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: 769px;*/
	margin-right: 0px;
	margin-left: 0px;
	height: 530px;
}
#col{
	width: 147px;
	background-color: #FFFFFF;
	float: left;
	height: 512px;
	margin-right: 0px;
	margin-left: 8px;
	border:1px none #ECECEC;
	background-image: url(../images/backgrounds/e-left.gif);
	background-position: right bottom;
	background-repeat: no-repeat;
	padding: 18px 20px 0px 20px;
}

#gallery table td{
	padding: 0px 0px 0px 22px;
}
#gallery table td.title{
	padding: 3px 4px 0px 22px;
}

#sub-nav{
	background-color: #FFFFFF;
	float: left;
	height: 506px;
	background-image: url(../images/drop-shadow-box-small.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: none;
}
