body { font-family: Verdana, Arial, sans-serif;
    margin: 10px;
    background-color: #333;
    color: #fff;}

p {font-size: 14px;}
a {color: #38c; text-decoration: none;}

a:hover
	{text-decoration: underline;}

.content {
	width: 80%;
	margin: 0px auto;
	text-align: left;
	padding: 15px;
	font-size: 12px;
	background-color: #333;
}

.top, .left, .middle, .right {font-size: 12px;}


h1,h2,h3,h4 {
	color: #60baff;/*#bf0000;*/
	margin:0px;
	padding:0px;
}

.top h1 {
	color: #60baff;/*#bf0000;*/
	font-size: 24px;
	font-weight:normal;
}
.top h3 {
	color: #60baff;/*#bf0000;*/
	font-size: 18px;
	font-weight:normal;
}

.left h1, .right h1 {
	color: #000;/*#bf0000;*/
	font-size: 24px;
	font-weight:normal;
}
.left h2, .right h2 {
	color: #000;/*#bf0000;*/
	font-size: 20px;
	font-weight:normal;
}
.left h3, .right h3 {
	color: #000;/*#bf0000;*/
	font-size: 18px;
	font-weight:normal;
}

hr {
	color: #000;
	height: 1px;
	border: none;
	border-bottom: 1px solid #ccc;
	margin: 1px;
	padding: 1px;
	clear: both;
}

/* ------ Thumbnails -------- */

.photo-table {
	border:0px;
	/* white-space: nowrap; */
	float:left;
	text-align: left;
}

.photo-table tr{vertical-align: top;}

.photo-left-table {
	border:0px;
	/* white-space: nowrap; */
	float:left;
	text-align: left;
}

.photo-left-table tr{vertical-align: middle;}

.photo-right-table {
	border:0px;
	/* white-space: nowrap; */
	float:right;
	text-align: right;
}

.photo-right-table tr{vertical-align: middle;}


.photo-thumb {
	margin: 5px;
	float: left;
	text-align: left;
}

.photo-thumb img {
	background: white;
	border: 1px solid #ccc;
	padding: 5px;
	margin: 1px;
	-moz-border-radius: 7px;
}

.dateStyle {
	font-family: "Courier New", Courier, mono;
	font-size: 11px;
	white-space: nowrap;
}
.titleStyle {
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
font-weight: bold;
}