/* Normalize */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; }
a, a:link, a:hover, a:active, a:visited { outline: none; }
ol, ul { list-style: none; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
caption, th { text-align: left; }
q:before, q:after { content: ''; }
/* End Normalize */

html {
	background: #f2ede4 url(http://www.sunsplashcreative.com/images/bg_tan.jpg) repeat;
	}
body {
	width: 900px;
	margin: 0 auto;
	font-family: Georgia, serif;
	font-size: small;
	color: #8c6e42;
	line-height: 1.5em;
	}
	img {
		padding: 5px;
		background-color: #ffffff;
		border: 1px solid #eae1d4;
		}
		img.noborder,
		div#lightbox img {
			padding: 0;
			background: none;
			border: none;
			}
	p {
		margin-bottom: 1em;
		font-size: 1.2em;
		line-height: 1.5em;
		}
		p#intro {
			width: 700px;
			font-size: 1.4em;
			margin-top: -6.5em;
			}
	a, a:link, a:visited {
		text-decoration: underline;
		color: #2c87bf;
		}
		a:hover, a:active {
			text-decoration: none;
			color: #69a4d5;
			}
	h1, h2, h3, h4, h5, h6 {
			font-family: Georgia, serif;
			line-height: 1.5em;
			}
		h1 {
			width: 900px;
			height: 200px;
			display: block;
			margin: 2em auto;
			background: transparent url(http://www.sunsplashcreative.com/images/ssclogo2.png) no-repeat;
			text-indent: -9999px;
			}
		h2 {
			margin-bottom: .5em;
			margin-top: .5em;
			padding-top: .5em;
			display: block;
			font-size: 175%;
			border-top: 1px solid #d4c6a9;
			clear: both;
			}
		h3 {
			margin-bottom: 1em;
			display: block;
			font-size: 160%;
			line-height: 1.2em;
			}
		h4 {
			font-size: 140%;
			}
		h5 {
			font-size: 120%;
			}
	strong {
		font-weight: bold;
		}

div#project-info {
	width: 400px;
	float: left;
	}
ul#imagegallery {
	width: 400px;
	float: right;
	margin-bottom: 1em;
	}
	ul#imagegallery li {
		float: left;
		margin-left: 10px;
		}

p#site-info {
	border-top: 1px solid #d4c6a9;
	clear: both;
	margin-bottom: .5em;
	margin-top: .5em;
	padding-top: .5em;
	font-size: 1em;
	}