body {
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color:#402E22;
	font-size:12px;
	background-color: #EDEDED;
}
h1 {
    padding:0;
    margin:0;
    font-size:24px;
    font-weight:normal;
    float:left;
}
h2 {
	padding:0;
	margin:0;
	font-size:15px;
	font-weight:normal;
	float:right;
	color:#402E22;
}

a:link {color:#402E22;}      /* unvisited link */
a:visited {color:#402E22;}  /* visited link */
a:hover {color:#402E22;}  /* mouse over link */
a:active {color:#402E22;}  /* selected link */ 

.contact {
    float:right;
}

.contactLink {
	color:#402E22;
	text-decoration:underline;
}

.reset {
    clear:both;
}

.image {
	margin-top:4em;
	/*border: 2px solid black;*/
    padding:0px;
	background-color:#EDEDED;
	color:#402E22;
}
table,th,td{
    font-size:10px;
}

.cellIndex {
    font-size:14px;
    padding: 5px;
}

.topTitle {
    text-align:left;
}

.imageTitle {
	font-size:12px;
}

.imageDescription {
}

h1 {
    font-size:24px;
    text-align:left;
}

img {
    border:0;
}

.infinite { 
    float:left;
    margin-top:0.15em;
    font-size:0.85em;
    font-style:italic;
 }
.infinite a { 
    color:#402E22;
 }