	#gallery {
		background: transparent url( ../_img/gallery_bkgd.gif ) no-repeat;
	}
	
	#galleryLeft {
		text-align: center;
	}
	
	#galleryRight {
		padding: 24px 12px 24px 12px;
		color:#ffffff;
	}
	
	.galleryRightCaption {
		color:#5B6B00;
	}
	
	#galleryNav {
		color:#B7D600;
		font-weight:bold;
		width:217px;
		padding: 5px 0px 3px 0px;
		background-color:#ffffff;
		bottom:0px;
		right:0px;
		position:absolute;
		margin:0px 20px 9px 10px
	}
	
	.galleryHeadline {
		font-size: 14px;
		font-weight: bold;
	}
	
	.galleryHighlight {
		color:#FFF600;
		font-weight: bold;
	}

	.galleryThumb {
		width: 118px;
		height: 118px;
		float: left;
		padding-bottom: 15px;
	}
	
	.galleryDescription {
		width: 350px;
		float: left;
	}
	
body {
		background-color: #F90079;
	}
	
	.main {
		color:#F90079;
	}
	
	
	.sub {
		color:#FF7FB2;
	}
	
	
	.highlight {
		color:#FF7500;
	}
	
	
	.secondary {
		color:#FF7500;
	}
	
	
	
	.secondary a:link {
		color:#FF7500;
		text-decoration : none; 
	}
	.secondary a:visited {
		color:#FF7500;
		text-decoration : none; 
	}
	.secondary a:hover {
		color:#FF7500;
		text-decoration : underline; 
	}

	.highlight a:link {
		color:#FF7500;
		text-decoration : none; 
	}
	.highlight a:visited {
		color:#FF7500;
		text-decoration : none; 
	}
	.highlight a:hover {
		color:#FF7500;
		text-decoration : underline; 
	}
	
	
	.main a:link {
		color:#F90079;
		text-decoration : none; 
	}
	.main a:visited {
		color:#F90079;
		text-decoration : none; 
	}
	.main a:hover {
		color:#F90079;
		text-decoration : underline; 
	}