body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 0; padding: 0;
}

h3 {
	font-weight: normal;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}

h3#cred {
	margin-top: 30px;
	font-size: 10px;
	text-align: right;
}

#main {
	width: 800px;
	height: auto;
	margin: 75px auto 0px auto;
}

#left {
	width: 250px;
	height: 425px;
	float: left;
	margin-right: 70px;
}

#right {
	width: 480px;
	float: left;
}

#nav {
	margin: 20px 0 30px 0;
	background-color: #c2e0a7;
	width: 250px;
	height: 20px;
}

	#nav ul {
		margin: 0px;
		padding: 0px;
	}
	
	#nav li {
		display: block;
		padding: 3px;
		float: left;
		margin-left: 0px;
		width: 77px;
		text-align: center;
	}
	
	#nav li a {
		text-decoration: none;
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
	}

#quote {
	width: 250px;
	text-align: right;
	font-size: 18px;
	line-height: 27px;
}

	#lquote {
		padding: 0 5px 0 0;
	}

	#rquote {
		padding: 0 0 0 5px;
	}


#categories {

}

	#categories h3 {
		font-weight: normal;
		text-transform: uppercase;
		font-size: 13px;
		text-align: center;
	}
	
	#categories ul {
		margin: 0;
		padding: 0;
	}
	
	#categories li {
		display: block;
		width: 119px;
		height: 17px;
		padding: 3px;
		margin-left:10px;
		float: left;
		text-transform: uppercase;
		text-align: center;
		background-color: #ddd;
	}
	
	#categories li a {
		display: block;
		text-decoration: none;
		color: #666;
		width: 119px;
		height: 17px;
	}
	
	#categories li.grey {
		background-color: #aaa;
	}
	
		#categories li.grey a {
			color: #fff;
		}

#cattitle {
	margin-bottom: 33px;
}
	
#contact {
	width: 480px;
	height: 20px;
	text-transform: uppercase;
	margin-top: 33px;
	color: #999;
	font-size: 14px;
}

	#contact span {
		margin-right: 47px;
	}
	
	#contact span#last {
		margin-right: 0;
	}
	
	#contact span a {
		text-decoration: none;
		color: #999;
	}
	
	#contact span a:hover {
		color: #21afe8;
	}
	
#icon {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 90px;
	height: 120px;
	background: url(../images/karen_icon.jpg) top left no-repeat;
	z-index: -1;
}

#content {
	margin-top: 28px;
	line-height: 18px;
}

	
#gallery_grid {
	margin-left: 15px;
}

	#gallery_grid .end {
		margin-right: 0;
	}

	#gallery_grid .single {
		width: 130px;
	}

	#gallery_grid .double {
		width: 290px;	
	}
	
	.gallery_cell {
		float: left;
		display: block;
		height: 130px;
		margin-right: 30px;
		text-align: center;
		margin-bottom: 30px;
	}
	
	.gallery_cell img {
		border-width: 0;
	}
	

#portrait {
	float: right;
	margin: 0 0 20px 20px;
}

#point {
	cursor: pointer;
}
	
