html
{
	height: 100%;
}

body
{
	height: 100%;
	margin:0;
	padding:0;
	background:#030;
}

* {margin:0px; padding:0px;}

#wrapper
{
	position: relative;
	min-height: 100%;
	background:#FFF;
	width:824px;
	margin:0 auto;
	background:url(images/column_background.jpg) repeat-y;
	padding-left:37px;
}

* html #wrapper
{
	height: 100%;
}	

	#header {
		height:195px;
		width:750px;
		background:url(images/header.jpg) no-repeat #FFF bottom left;
	}
	
	#nav {
		height:38px;
		min-height:38px;
		width:600px;
		background:url(images/nav_background.jpg) no-repeat top left #fff;
		padding-left:150px;
	}
	
	#page_header {
		width:740px;
		background:url(images/page_header.jpg) no-repeat top left #fff;
		padding:0 5px 10px 5px;
		text-align:left;
	}
	
	#content {
		padding:5px;
		width:740px;
	}
		#index_column1, 
		#index_column2, 
		#index_column3 {
			float:left;
			height:188px;
		}
	
		#index_column1 {
			width:350px;
		}
		
		#index_column2 {
			width:125px;
		}
		
		#index_column3 {
			width:235px;
			background:url(images/lady.jpg) no-repeat top left;
			text-align:center;
			vertical-align:middle;
			padding:25px 10px 0 10px;
			height:163px;
		}
		
		.contact_details {
			border-left:solid #1674a3 2px;
			padding-left:5px;
			margin-left:5px;
		}
		
		#gallery {
			width:740px;
			height:308px;
			background:url(images/gallery_background.jpg) no-repeat top left;
			padding-top:10px;
		}
		
		#text {
			width:720px;
			padding:0 10px;	
		}
		
		#gallery img {
			border:none;
		}
		
			#thumbs {
				width:258px;
				height:308px;
				padding-right:2px;
				float:left;
			}
				
				.thumb_column {
					width:50px;
					padding-left:2px;
					height:258px;
					float:right;
				}
				
				.thumb_column a img {
					padding-bottom:2px;
					padding-top:0px;
				}
			
			#big {
				height:308px;
				float:left;
			}
			
				#big img {
					padding:0;
					margin:0;
					border:none;
				}
				
				#description {
					width:450px;
				}
	
	#footer {
		clear:both;
		width:750px;
		height:75px;
		background:url(images/footer.jpg) no-repeat #fff;
	}
	
	.pic_border, .pic_right_index, .pic_right, .pic_left {
		border:2px solid #030;
		padding:1px;
		background:#fff;
	}
	
	.pic_right_index {
		float:right;
		margin-left:8px;
	}
	
	.pic_left {
		float:left;
	}
	
	.pic_right {
		float:right;
	}
	
	.pic_left, .pic_right {
		margin:10px;
		margin-top:0;
	}
	
	.pic_left {
		margin-left:0;
	}
	
	.pic_right {
		margin-right:0;
	}
	
	.quoted {
		float:right;
	}
	
	.clearfloats{
		clear:both;
	}
	