body {
	background: #000 url(../images/DSC_0615.JPG) left top no-repeat;
	color: #fff;
	font-family: Lucida Unicode Sans, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	margin: 0 auto;
	padding: 3em 0;
	text-align: justify;
	width: 900px;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Georgia, Times New Roman, serif;
}
h1 {
	border-bottom: 2px dotted #333;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin: 0 0 0.45em;
	padding: 0 0 0.3em;
}
h2 {
	border-bottom: 2px dotted #333;
	font-size: 1em;
	letter-spacing: 1px;
	line-height: 1.5em;
	margin: 0.5em 0;
	padding: 0 0 0.3em;
	text-align: left;
}
p {
	line-height: 1.5em;
	margin: 0 0 1.5em;
}
a {
	color: #fff;
	border-bottom: 1px dotted #666;
	padding-bottom: 1px;
	text-decoration: none;
}
a:hover, a:active {
	border-bottom: 1px solid #ccc;
}

.image_outer {
	background:#fff;
	padding: 5px;
	margin: 0.75em 0;
}
.image_inner {
	background: #000;
	border: 1px solid #333;
}
.amp {
	/* Serious nod to simplebits.com as the inspiration for this one (read as... totally ripped this off!) */
	color: #C04E37;
	font-family: Baskerville,"Goudy Old Style","Palatino","Book Antiqua",serif;
	font-style: italic;
	font-weight: normal;
}

#wrapper {
	background: #000;
	border: 1px solid #999;
	border-top-color: #ccc;
	border-bottom-color: #666;
	filter: alpha (opacity=90);
	padding: 0 0;
	opacity:.90;
	width: 900px;
}
#header {
	background: #000;
	color: #fff;
	font-family: Viner Hand ITC;
	font-size: 1em;
	line-height: 1.5em;
	margin: 0 30px;
	padding: 20px 0;
	text-align: center;
}
	#header strong{
		font-size: 3em;
		line-height: 1.5em;
	}
#main {
	float: left;
}
#navigation {
	float: left;
	font-family: Georgia, Times New Roman, serif;
	margin: 2.5em 0px 3em;
	padding: 0 10px;
	width: 190px;
}
	#navigation ul {
		margin: 0;
		padding: 0;
	}
	#navigation li {
		list-style: none;
		margin: 0;
		padding: 0 10px;
	}
	#navigation a {
		border-bottom: 1px dotted #333;
		color: #ccc;
		display: block;
		font-weight: bold;
		line-height: 2em;
		padding: 0 10px;
		text-decoration: none;
	}
	#navigation a .raquo {
		font-weight: normal;
	}
	#navigation a:hover {
		border-bottom: 1px dotted #999;
		color: #fff;
	}
	#navigation a.current {
		border-bottom: 2px solid #999;
		border-top: 2px solid #999;
		color: #fff;
		margin-top: -1px;
	}

#content {
	float: left;
	margin: 1em 20px;
	width: 650px;
}
#gallery {
}
	#gallery ul {
		margin: 0;
		padding: 0;
	}
	#gallery li {
		background: #fff;
		float: left;
		line-height: 1em;
		list-style: none;
		margin: 1em 22px;
		padding: 1px;
	}
	#gallery img {
		background: #000;
		border: none;
	}
#credits {
	clear: left;
	font-size: x-small;
	margin: 2em 20px 0.5em;
}

.clear {
	clear: both;
}


.case_study {
	float: left;
}
.case_study a {
 	float: left;
 	
}
.case_study a .title {
	margin-left: 10px;
}

.full_case_study img {
	background: #fff;
	border-bottom: 1px solid #333;
	padding: 2px;
	margin: 5px 10px 1.5em;
}

.full_case_study h2 {
	clear: both;
}


