*, html {
    margin: 0;
    padding: 0;
}

body {
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 70%;
	text-align: center;
	color: #EEEFF0;
	background-color: #1B1B1B;
	background-image: url(images/tile.png);
	background-repeat: repeat;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #999999;
	margin-right: 20px;
}
	h1#logo {
	text-indent: -2000px;
	height: 125px;
	padding-top: 20px;
	margin-top: 20px;
	}
		h1#logo a {
		}
h2 {}
	#content h2, #popup h2 {
		font-size: 2.2em;
		margin-bottom: 1em;
		color: #A4D5CE;
	}

h3 {}
	#content h3 {
		margin-bottom: 1em;
		font-size: 1.6em;
	}
p {}
	#content p {
		font-size: 1.2em;
		line-height: 1.5em;
		margin-bottom: 1em;
	}
		#content p.footnote {
			text-align: right;
			font-size: 10px;
			color: #FEFFAF;
		}

		#content p.contact {
			color: #A4D5CE;
			font-weight: bold;
		}

	#footer p {
	font-size: 1.2em;
	padding-left: 10px;
	}

	span.portfolio_header {
		color: #A4D5CE;
		font-weight: bold;
	}

	span.awards {
		color: #FEFFAF;
		font-size: 9px;
	}

a {}
	#content a, #popup a {
		color: #fff;
		text-decoration: none;
	}
		#content a:hover, #popup a:hover {
			color: #999999;
			text-decoration: none;
		}

	#footer a {
	color: #CCCCCC;
	background-color: #000000;
	}

	a img {
		border: none;
	}

	/*Global reset to make no links underline */
	*:link, *:visited {
		text-decoration:none;
	}

ul {
	padding: 0;
}
	ul#portfolio, ul#gallery {
	list-style-type: none;
	width: 700px;
	overflow: hidden;
	padding-left: 5px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	}
	ul#portfolio li {
	display: inline;
	float: left;
	font-size: 12px;
	width: 135px;
	margin-bottom: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #999999;
	}

	ul#gallery li {
		display: inline;
		float: left;
		font-size: 1em;
		height: 200px;
		width: 180px;
		margin-bottom: 20px;
		padding: 0 5px;
	}
		ul#gallery li a {
				text-decoration: none;
			}

	ul#portfolio li a img, ul#gallery li a img {
		padding: 3px;
		background: #fff;
	}

	ul#portfolio li a:hover img, ul#gallery li a:hover img {
	background-color: #999999;
	}

img {
}
	img.image_left {
		float: left;
		margin-right: 10px;
		margin-bottom: 1em;
	}

	img.image_right {
		float: right;
		margin-left: 10px;
		margin-bottom: 1em;
	}

/* Edit the styles as you see fit */
#wrapper {
	width: 710px;
	text-align: left;
	background-color: #000000;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 20px;
}
#header {
	background: #454E05;
}

#content {
	padding: 10px;
	margin-top: 20px;
	min-height: 400px;
	color: #CCCCCC;
}

#footer {
	height: 70px;
	color: #999999;
	background-color: #000000;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	}


/*
 *=UTILITY
 */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
