body {
  background:#400 url(img/bg2.png) fixed;
  margin:0px;
  padding:0px;
  font-family:arial,helvetica,sans serif;
  font-size:90%;
  line-height:130%;
}

h1 {
	font-size: 150%;
}

h2 {
	font-size: 100%;
	font-weight: bold;
	margin-top:1em;
	margin-bottom:0em;
}

#page {
	width:800px;
	position:relative;
	left:80px;
}

#pagelogo {
	position:absolute;
	top:10px;
	right:-100px;
	width:220px;
	height:79px;
	cursor:pointer;
}

#leftcol {
	width:180px;
	float:left;
	margin-top:80px;
	background:transparent url(img/bg2_dark.png);
	color:white;
}

#navlinks a {
	display:block;
	border-width:0px 0px 1px 0px;
	border-style:dashed;
	border-color:white;
	color:white;
	padding:0.5em 1em;
	margin:0px;
	text-decoration:none;
}

#navlinks a:hover {
	background-color:#a00;
}

#logos {
	text-align:center;
	padding-top:3em;
}

#logos a {
	text-decoration:none;
	border-style:none;
	border-width:0px;
}

#logos img {
	border:none;
	margin-bottom:1em;
}

#rightcol {
	margin-left:180px;
	padding:50px 4em 50px 3em;
	background-color:black;
	color:white;
}

#rightcol a {
	color:white;
}

#rightcol a:hover {
	color:#f60;
}

#vertical_expander {
	height:1000px;
	width:1px;
	float:left;
}

.doorstop {
	clear:both;
	height:1px;
}

table.datelist {
	width:400px;
	margin:2em;
}

table.datelist td {
	color:white;
	padding:0.5em;
}

table.datelist .date {
	font-weight:bold;
	background-color:#a00;
	width:120px;
}

table.datelist .event {
	background-color:#222;
	width:280px;
}

.photo {
	float:left;
	background-color:#111;
	margin:0px 10px 10px 0px;
	padding:0px;
}

.photo div {
	padding:10px;
	margin:0px;
}

.photo .caption {
	font-size:84%;
	color:#ddd;
	font-style:italic;
	padding:0px 5px 5px 5px;
}













