h3 {
	font-size: 22px;
	color: #383838;
	margin: 14px 0;
}


#content {
	background: url(/images/furn/light_gradient_bg_shadow.jpg) repeat-x #fff;
	float: right;
	width: 743px;
	padding: 0 4px 15px 13px;
}

	#pageContent {
		background: url(/images/furn/sponsors_border_3col.gif) no-repeat bottom;
	}

		#main {
			float: left;
			width: 450px;
			margin-top: 15px;
		}
		 
			#main img {
				width: 450px;
				margin-bottom: 10px;
			}
			
			#main .header {
				font-size: 18px;
				color: #31302c;
				margin-bottom: 10px;
			}
			
			#main .text {
				color: #666;
				font-size: 12px;
				margin-bottom: 30px;
			}
			
				#main .text p {
					margin-bottom: 1em;
				}
		
		#gallery {
			float: right;
			width: 290px;
			margin-top: 15px;
		}
		
			#gallery .thumbs {
				margin-bottom: 4px;
			}
		
				#gallery .thumbs li {
					float: left;
					width: 89px;
					height: 89px;
					margin-left: 7px;
					margin-bottom: 7px;
					display: inline; /* IE6 fix */
					background: url(imags/furn/light_gradient_bg.jpg);
					outline: 1px solid #ddd;
				}
				
					#gallery .thumbs li img {
						max-width: 89px;
						max-height: 89px;
						cursor: pointer;
						margin: 0 auto;
					}
					
						#gallery .thumbs li img:hover {
							outline: 1px solid #666;
						}
			
			#gallery .pagination {
				background: #e0ddd6;
				margin: 0 2px 15px 7px;
				padding: 6px 8px;
			}
			
				#gallery .pagination a {
					color: #666;
				}
				
					#gallery .pagination a:hover {
						color: #333;
					}
			
				#gallery .pageNums {
					float: left;
				}
					#gallery .pageNums li {
						float: left;
						margin-right: 5px;
					}
					
						#gallery .pageNums li.selected {
							background: #999;
							padding: 0 3px;
						}
						
							#gallery .pageNums li.selected a {
								color: #fff;
							}
				
				#gallery .prevNext {
					float: right;
					width: 130px;
					text-align: right;
				}
				
					#gallery .prev {
						margin-right: 5px;
					}
			
			#gallery .instructions {
				margin-left: 15px;
				color: #666;
				font-size: 12px;
			}