html {
	background: #fff url(/images/layout/circle_background.png); 
	background-position: bottom right; background-repeat:no-repeat;
}
body {
	margin: 0px;
	padding: 0px;
	background: url(/images/layout/top_shade.png); 
	background-position: top left; background-repeat:repeat-x;
}
a img {
	border: 0px;
}

#content {
	font-family: verdana;
	padding-left: 14px;
	padding-right: 5px;
	font-size: 0.9em;
	margin: 1em 3em;
	margin-top: -2em;
}
img {
	padding: 0px;
	margin: 0px;
}
a, a:hover, a:visited {
	color: #132F6C;
}

/* NEW */
h1 {
	color: #132F6C;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	text-align: left;
	
	width: 810px;
	margin-left: auto;
	margin-right: auto;
}


/* LAYOUT */
#top {
	background: url('/images/dotcom_bg.png') repeat-x top;
	margin: 0px; padding: 0px;
	width: 100%;
	text-align: left;
	height: 19px;
	font-size: 0px;
	position: relative;
}
#topnav {
	width: 310px;
	text-align: right;
	right: 0px;
	top: 0px;
	height: 19px;
	position: absolute;
}

#masthead {
	background: url('/images/blue-back.png') repeat-x top;
	margin: 0px; padding: 0px;
	text-align: center;
	position: relative;
	width: 100%;
	height: 122px;
}

#circles {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 126px;
	height: 122px;
}

/* HOME PAGE*/
#projects li, #connect li {
	list-style: none;
}

#connect {
	width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#connect li {
	display: inline;
	padding-right: 10px;
}

#projects li {
	display: block;
	width: 800px;
	border: 1px solid gray;
	height: 98px;
	padding: 0px;
	padding-right: 10px;
	margin: 0px;
	position: relative;
	
	margin-bottom: 1.3em;	
	margin-left: auto;
	margin-right: auto;
}
#projects li img {
	position: absolute;
}
#projects li h3 {
	margin-top: 12px;
	margin-bottom: 0.5em;
}
#projects li h3, #projects li div.details {
	margin-left: 405px;
}
#projects li div.details {
	line-height: 1.6em;
}

#projects li#speaking-skeptically {
	background-color: #333;
	color: #fff;
	border-color: #000;
}
#projects li#cfi-edmonton {
	background-color: #fff;
	color: #0F2B8E;
	border-color: #ccc;
}
#projects li#skeptographers {
	border-color: #071053;
	background-color: #000;
	color: #E2E2E2;
}
#projects li#edmonton-skeptics {
	border-color: #000;
	background-color: #1F1312;
	color: #fff;
}

#bio {
	padding: 0px;
	margin: 0px;
	width: 800px;
	padding-left: 40px;
	
	margin-left: auto;
	margin-right: auto;
}

#bio p {
	margin-top: 0px;
}