* { margin: 0; padding: 0; }
img { border: 0; }

body {
	font: medium/1.5 Helvetica, Arial, sans-serif;
	color: #666;
	background-color: #fff;
	}

#container {
	background-color: #fff; 
	padding-bottom: 30px;
	}

#contentwrapper {
	float: left;
	width: 88%;
    }

#leftcolumn {
    float: left;
    width: 12%;
	background: #fff url(images/bit-bg-left.png) repeat-x;
	height: 400px;
	color: #fff;
	text-indent: -9999px;
    }
    
#content {
	float: left;
	width: 951px;
	min-height: 500px;
	background: url(images/bit-angle-left.png) 0 80px no-repeat;
	}
	
#header {
	padding-left: 20px;
	padding-top: 38px;
	}
	
h1 {
	background: url(images/header.png) no-repeat;
	text-indent: -9999px;
	width: 924px;
	height: 96px;
	}
	
#contact {
	text-align: right;
	}
	
#options {
	padding: 40px 0 0 70px;
	}
	
/*#date-location {
	background: #fff url(images/date-location.png) bottom right no-repeat;
	text-indent: -9999px;
	width: 266px;
	height: 44px;
	margin-top: 7px;
	float: right;
	}*/
	
.explanation-bar {
	padding-top: 30px;
	padding-bottom: 10px;
	padding-left: 50px;
	}
	
.nowlink, .thenlink {	
	float: right;
	display: block;
	width: 142px;
	height: 18px;
	text-indent: -9999px;
	line-height: normal;
	padding: 0;
	margin: 0;
	}
	
.nowlink a:link, .nowlink a:visited, .thenlink a:link, .thenlink a:visited { 
	display: block;
	height: 100%;
	}
	
.nowlink a:link, .nowlink a:visited {
	background: url(images/now_link.gif) no-repeat;
	}
	
.nowlink a:hover, .nowlink a:active {
	background-position: 0 -18px;
	}
	
.thenlink a:link, .thenlink a:visited {
	background: url(images/then_link.gif) no-repeat;
	}
	
.thenlink a:hover, .thenlink a:active {
	background-position: 0 -18px;
	}
	
/*#then-now {
	float: right;
	}
	
#teaser {
	padding: 20px 0 0 50px;
	}
	
#htmlElement {
	color: #000;
	padding: 20px 0;
	}
	
#htmlElement p {
	padding: 8px 20px;
	}
	
#map {
	float: left;
	padding: 0 20px;
	}
	
#logo {
	padding-bottom: 16px;
	}
	
.check-back {
	font-family: Georgia, Times, 'Times New Roman', serif;
	font-size: 140%;
	font-style: italic;
	color: #5590cf;
	}*/
	
.works {
	padding: 19px 0 0 50px;
	clear: left;
	}

.work {
	/*width: 96px;*/
	margin-right: 19px;
	float: left;
	}
	
.last-work {
	margin-right: 0px;
	}

.work a:link.new, .work a:visited.new {
	border: 5px #dadada solid;
	display: block;
	}
	
.work a:hover.new, .work a:active.new {
	border: 5px #c2c2c2 solid;
	}
	
.work a:link.old, .work a:visited.old {
	border: 5px	#e7e68e solid;
	display: block;
	}
	
.work a:hover.old, .work a:active.old {
	border: 5px #fae76a solid;
	}


#footer {
	clear: left;
	color: #000;
	}
	
#footerleftcolumn {
    float: left;
	width: 12%;
	background: #fff;
	padding-top: 63px;
	}
	
#footercontainer {
	float: left;
	width: 88%;
	border-top: 30px #fff solid;
	}
	
#footercontent {
	margin-left: 20px;
	padding: 20px 30px;
	}

#footercopy {
	width: 900px;
	}

#footercontent h2, #footercontent p {
	/*padding-left: 130px;*/
	}

#footercontent h2 {
	font-size: 90%;
	text-transform: uppercase;
	font-weight: normal;
	padding: 6px 0 0 130px;
	}

#footercontent p {
	font-size: 75%;
	line-height: 1.3;
	}
	
#footerlogos {
	float: left;
	padding-right: 20px;
	}
	
#footercontent a:link, #footercontent a:visited {
	color: #0096ff;
	}
	
#footercontent a:hover, #footercontent a:active {
	color: #06c;
	}
	
.invisible {
	display: none;
	}
	
.invisible img {
	margin: 0 auto;
	}
	
.imagename {
	padding: 10px 12px;
	}
