/* 
----------------------------------------------------------------------------
	CSS Document: home.css
---------------------------------------------------------------------------- 
*/

	#branding { 
		background: url("../images/branding.jpg") no-repeat; 
		height: 149px; 
		position: relative;
		}
		
		.btn-gallery-index {
			background: url("../images/title-photo-gallery.jpg") no-repeat;
			height:77px;
		}

		.btn-gallery {
			background:url(../images/btn-photo-gallery.jpg) no-repeat;
			width:296px;
			height:43px;
			cursor:pointer;
		}

		.gallery-container {margin-left:16px;}

		.thumb-container-gallery { 
			background:url(../images/bg-thumb-container.jpg) no-repeat; 
			width:66px;
			height:77px; 
			float:left; 
			margin-left:10px;
		}

			.thumb-container-gallery img { width:58px; padding-top:5px; margin-left:3px;}


/* 
--------------------------------------------------------------------------------------------------------
	Column-left Framework
--------------------------------------------------------------------------------------------------------
*/

	#column-left {
		width: 700px;
		_width: 695px !important;
		background:url("../images/subhead-title.jpg") no-repeat;
		float: left;
	}

	
	#column-left p, #column-left h2, #column-left h3 {
			margin: 20px 27px 10px 53px;
	}
	
	#column-left h4 {
			margin: 10px 27px 10px 0px;
	}

	
	#column-left li {
		margin-left: 68px;
		
	}


/* 
----------------------------------------------------------------------------
	Column-right Framework
---------------------------------------------------------------------------- 
*/

	#column-right {
		width: 293px;
		float: left;
	}

	#column-right p, #column-right h1, #column-right ul {
		padding: 20px 26px 8px 26px;
	}	







