body {
	font-family: Trebuchet, Tahoma, Helvetica, sans-serif;
	text-align: center;
	background-color: #dddfdc;
}

p {
	font-size: 10px;
}
/*/*/a{}
body p {
  font-size: x-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: small;
}
html>body p {
  font-size: small;
}
/* */

#title {
	position: absolute; 
	top:15px; 
	left: 110px; 
	overflow: hidden;
	z-index:10;
	margin:0;	padding:0;
	width: 400px;
	height: 70px;
	padding-left: 18px;
	background: url(../images/title_photo.png) top left no-repeat;
}


/* ********************************* */
/* TITLES */

h1 {
	font-family:  "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	color: #303000;
	font-size: 175%;
	font-weight: 800;
}

h2 {
	font-family:  "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 150%;
	font-weight: bold;
	text-align: left;
}

h3 {  	
	font-family:  "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 120%;
	font-weight: bold;
}

h4 {
	font-family:  "Trebuchet MS", "Geneva CE", lucida, sans-serif;
	font-size: 100%;
	font-weight: bold;
}

a:link, a:active {
	color: #606060;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:visited {
	color: #202020;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:hover {
	color: #CCCCCC;
	background-color: #888888;
	text-decoration: none;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#leftbox {
	clear: both;
	float: left;
	text-align: center;
	font-size: x-small;
	width: 100px;
	padding-right: 5px;
	/*border-right: 1px dashed #404000;*/
}

#mainbox {
	margin-left: 110px;
	max-width: 600;
	clear: right;
	text-align: left;
	vertical-align: top;
}

#content {
	padding: 5px;
	background-color: #aaaaaa;
	margin: 40px;
	margin-top: 80px;
	text-align: left;
	vertical-align: top;
}

#footer {
	clear: both;
	font-size: x-small;
	text-align: center;
	margin-top: 100;
}

.section {
	clear: both;
	text-align: left;
}

.section-title {
    font-size: x-large;
}

.list {
	float: left;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	width: 300px;
}

.line {
	align: center;
	margin: 10px;
	border: 1px solid red;
	clear: both;
}

.wholeimage {
	float: left;
	height: 250px;
	text-align: center;
	/*vertical-align: middle;*/
	width: 200px;
	height: 200px;
	margin: 20px;
	border: 1px solid #aaaaaa;
/*	background-color: #cccccc;*/
	
}

.photo {
	margin: 10px;
	background-color: gray;
	vertical-align: middle;
}

.photo img {
	border: 1px solid black;
}

.caption {
	color: #505050;
/*	padding: 5px;*/
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: bottom;
}

.rowimage {
	vertical-align: middle;
}

img {
	border: 0;
}

img.framed {
	border: 1px solid #444444;
}

.exclamation {
	font-weight: bold;
	color: red;
}

.keyword {
	font-style: italic;
}



.photo-left {
	float: left;
	margin-left: 10px;
	margin-right: 20px;
	margin-bottom: 5px;
	border: 1px solid #000000;
}

.text-right {
	text-align: left;
	padding-bottom: 0.5em;
}

abbr {
	border-bottom: 1px dotted #202000;
	cursor: help;
}

table.row {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
	border-spacing: 15px;
}     

td.caption {
	color: #505050;
	font-size: small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	vertical-align: top;
	text-align: center;
}

td.image {
	text-align: center;
	vertical-align: middle;
	background-color: gray;
	width: 220px;
	height: 220px;
	margin: 5px;
	border: 1px solid black;
}

.location {
	color: darkgreen;
}

.date {
	color: darkblue;
}

.code {
	font-size: smaller;
	color: #BBBBBB;
}

.name {
	font-weight: bold;
}

table.big-photo {
	text-align: center;
	margin: 40px;
}

.stats {
	/*color: #A23A75;*/
	color: #00729D;
	font-size: small;
}

hr.colsep {
	width: 60%;
}

hr.last {

}

.noshow {
	display: none;
}
