/* event_photos.css                 */
/* Styles for the Event Photos page */
/* =================================*/


/* Base Specs */
/* ===========*/

	
/* Main Content Wrapper Specs */
/* ===========================*/

	#event_photos #content-block {
		background:#000 url(../image/content-block-dropshadow-bg.jpg) repeat-x 0 0;
		padding-top:40px;
	}
		#event_photos #content {
			width:700px;
			background:none;
			border:0;
			margin:0 0 0 44px;
			padding:0 0 30px 0;
		}
			#main-block {
				float:left;
				width:206px;
				color:#fff;
			}
				#main-block img {
					border:1px solid #d4d4d4;
					margin:7px 6px 0 0;
				}
				#main-block img#event_photos-title {
					border:0;
					margin-bottom:10px;
				}
				#main-block #image-name {
					background:transparent url(../image/divider.gif) no-repeat 0 0;
					font-size:10px;
					margin:5px 0 15px 0;
					padding:5px 0 0 0;
				}
			#event_photos #image-container {
				float:right;
				border:4px solid #fff;
				padding:0;
				margin:10px 0 0 0;
			}

				



/* Copy Styles */
/* ===========*/



/* Forms */
/* ===========================*/


/* Miscellaneous */
/* ===========================*/

.clear {
	clear:both;
}
