#content {
	background: url(/images/furn/light_gradient_bg.jpg) repeat-x #fff;
	float: right;
	width: 760px;
}

	#pageContent {
		background: url(/images/furn/sponsors_border_3col.gif) no-repeat bottom;
	}
	
		#pageHeader {
			background: url(/images/furn/subnav_shadow_brown.gif) repeat-x #d3ccbf;
			padding: 15px 0 5px 0;				
		}
		
			#pageHeader h3 {
				float: left;
				font-size: 16px;
				color: #31302c;
			}
		
			#pageHeader select {
				float: left;
				height: 18px;
				width: 145px;
				margin-left: 20px;
				padding: 0;
				background: #fff;
			}

		#main {
			float: left;
			width: 473px;
		}
		
			#list {
				padding: 8px 6px 8px 5px;
				color: #373737;
			}
			
				#list li {
					background: #f8f5ef;
					border: 1px solid #f6f6f6;
					padding: 5px;
					margin-bottom: 6px;
				}
				
					#list li:hover {
						background: #ede8dd;
					}
				
					#list img {
						float: left;
						width: 177px;
						height: 102px;
					}
					
					#list h4 {
						font-size: 18px;
						margin-left: 188px;
					}
					
						#list h4 a {
							color: #373737;
						}
					
							#list h4 a:hover {
								color: #333;
							}
					
					#list .location, #list .date, #list .venue {
						font-size: 12px;
						margin-left: 188px;
					}
					
		#extra {
			float: right;
			width: 287px;
		}
			
			#extra .regionButtons {
				border-top: 1px solid #c3c0ba;
				border-bottom: 1px solid #c3c0ba;
				padding: 1px 0;
				margin: 7px 5px;
			}
			
				#extra .regionButtons li {
					background: #dddad4;
					margin-left: 3px;
					width: 137px;
					height: 22px;
					text-align: center;
					float: left;
					padding-top: 4px;
				}
				
					#extra .regionButtons li.first {
						margin-left: 0;
					}
				
					#extra .regionButtons a {
						color: #3b3a39;
						font-size: 14px;
						font-family: Georgia, serif;
					}
				
					#extra .regionButtons li:hover, #extra .regionButtons li.selected {
						background: #c6c3bd;
					}
				
			#extra .map {
				margin: 7px 5px;
			}