/* Style settings courtesy of John Chidiac. */
body
	{
	margin: 0;
	color: #676767;
	background: white;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #e2e2e2;
	}
			
a:link
	{
	color: #1F00FF;
	}
	
a:visited
	{
        color: #7c843a;
	}

#container
	{
	width: 780px;
	padding: 48px;
	margin: 0 auto;
	background-color: #fff;
	}

#other_projects
	{
	float: right;
	padding: 1em;
	background-color: #e2edbe;
	width: 14em;
	border-left: 2em solid #fff;
	}

h1
	{
	padding: 48px;
	margin: -48px -48px 0 -48px;
	background-color: #c2d87e;
	}

h1, h2, h3
	{
	color: #000;	
	}
	
h2
	{
	margin: 32px 0 .6em 0;
	padding-bottom: .2em;
	border-bottom: 1px solid #ddd;
	}
	
ul
	{
	list-style: none;
	margin: 0;
	padding: 0;
	}
	
ul a
	{
	font-size: 1.2em;
	width: 30em;
	}
	
li
	{
	font-size: .9em;
	margin-bottom: 6px;
	}
	
#other_projects p
	{
	margin-top: 0;
	}
	
.thumb
	{
	margin-right: 10px;
	text-align: center;
	float: left;
	width: 150px;
	overflow: hidden;
	height: 170px;
	}
	
.thumb a
	{
	text-decoration: none;
	}

tt
	{
	font-size: 1.2em;
	font-weight: bold;
	}
	
dt
	{
	font-weight: bold;
	margin-top: 1.2em;
	}
	
dd
	{
	margin-top: -18px;
	margin-left: 108px;
	}
	
h4
	{
	margin-top: -45px;
	margin-bottom: 64px;
	color: #fff;
	}
	
p
	{
	line-height: 1.3;
	}

.credit
	{
	border-top: 1px solid #e2e2e2;
	padding-top: 1em;
	margin-top: 3em;
	font-style: italic;
	font-size: .89em;
	}
