<!-- 

body {
 margin: 0;
 text-align: center;
 color: #000000;
 background-color: #ffffff;
 font-family: 'Lucida Grande', Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#header {
	clear: both;
 text-align: center;
 width: 600px;
 margin: 0 auto;
 background-color: #9999ff;
 }

#footer {
	clear: both;
 text-align: left;
 width: 600px;
 margin: 0 auto;
}

#banner {
 height:2em;
	background-image:url(banner2.gif);
	background-position:center;
	background-position:top;
	background-repeat:no-repeat;
}

#banner h1 {
padding-top:0;
margin-top:0;
}

#banner h2 { display:none}

.container {
	clear: both;
 text-align:left;
	width: 600px;
	margin: 0 auto;
}

.thumbnails-container {
 text-align:left;
	width:auto;
	margin: 4px;
	clear: both;
}

.thumbnails {
 text-align:left;
	width:auto;
	margin: 4px;
	clear: both;
}


.dbl-col {
clear: both;
text-align:left;
width: 600px;
margin-right: 0;
}

.left-col {
clear: both;
width: 300px;
text-align:left;
margin-right: 5px;
float: left;
}

.right-col {
width: 290px;
text-align:left;
margin-left: 5px;
float: left;
}

.clear-both {
clear:both;
}

li.spread-out {
border-bottom:3em;
margin-bottom:3em;
}


ul.topic-buttons {
 list-style:none;
	border-bottom-style:solid;
	border-bottom-width:4px;
	border-bottom-color:#9999ff;
}

ul.topic-buttons li {
 padding:2px;
 display:inline;
 width: auto;
 xbackground-color: #ffffff;
 background-color: #ccccff;
	border:2px solid #9999ff;
}

ul.thumbnails {
 list-style:none;
}
	
ul.thumbnails li {
 width: 140px;
	height: 200px;
 text-align:center;
	float:left;
	padding:0.5em;
}

a:link {
 color: #000000;
 text-decoration: underline;
 background-color: transparent;
 }

a:visited {
 color: #990000;
 text-decoration: underline;
 background-color: transparent;
 }

a:hover {
 color: #00000;
 text-decoration: underline;
 background-color: transparent;
 }

a:active {
 color: #ff0000;
 text-decoration: underline;
 background-color: #transparent;
 }

.photo {
 border-style: solid;
 border-color: #ffffff;
 border-width: 1px;
 }

.fine-print {
font-size:xx-small;
}

.new {
font-size:small;
background-color:#ccCCff;
}

.selected {
font-weight:bold;
background-color:#ff9999;
}

.centered {
 text-align: center;
}

.flush-right {
 text-align:right;
}

.transparent {
border:none;
}


h1 h2 h3 h4 h5 h6 h7 {
margin-bottom:0;
border-bottom:0;
padding-bottom:0;
}

th {
background-color:#ffcccc;
}

img {
border: 1px solid #000000;
}

#header img {
border:none;
}

-->

