@charset "UTF-8";

/* CONTENT COLUMN
-------------------------------------------*/

#text-column {
	float: left;
	width: 380px;
	}
	#text-column h3 {
		font-size: 18px;
		line-height: 18px;
		text-transform: uppercase;
		letter-spacing: 1px;
		font-weight: bold;
		color: #EE433F;
		}
	.text-group {
		padding: 14px 0 5px 0;
		border-bottom: 1px solid #c4b69e;
		}
		.text-group p {
			margin-bottom: 11px;
			font-size: 11px;
			line-height: 18px;
			font-weight: bold;
			}



/* PHOTO COLUMN
-------------------------------------------*/

#photo-column {
	float: right;
	width: 460px;
	}
	#photo-column .photo {
		clear: right;
		margin-bottom: 23px;
		}
		#photo-column .photo img {
			display: block;
			}