body, table {
	background-color: black;
	font-family:Tahoma; font-size: 10pt; 
	color: gray;
}

div#container {	
	width: 980px;
	margin-top: 5px;
}

div#header {
	width: 980px; height: 121px;
	
	background: url(../images/header.jpg);
	/*border-bottom: 1px solid #f37f1a;*/
	
	text-align: center;		
}

div#title {
	position: relative;
	top: 10px;
}

.titlefont {
	color: white;
	font-size: 28px;
	letter-spacing: 0.06em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;	
}

div#menu {
	width: 980px; height: 20px;
	/*border-bottom: 1px solid #f37f1a;	*/
	text-align: center;	
	/*margin-bottom: 25px;*/
}

div#history {
  text-align: left;
  margin-top: 3px;
  height: 40px;
}

div#nohistory {
  text-align: left;
  height: 25px;
}

div#spacer {
  height: 25px;
  text-align:right;
  vertical-align: bottom;
  border-bottom: 1px solid #f37f1a;
}

a:link {color:#7a3d09; text-decoration:none;}
a:visited {color:#7a3d09; text-decoration:none;}
a:hover {color:#f37f1a; text-decoration:none;}

a.tagged:link {color:#7a3d09; text-decoration:none;}
a.tagged:visited {color:#7a3d09; text-decoration:none;}
a.tagged:hover {color:#f37f1a; text-decoration:none;}


div.menuitem {
	margin-left: 20px; margin-right: 20px; margin-top: 1px;
}


div#footer {
	width: 980px;
	height: 20px;
	border-top: 1px solid #f37f1a;
	text-align: center;	
	margin-top: 25px;
}

div#motto {
	font-size: 12px;
	letter-spacing: 0.06em;
	font-family: Georgia, "Times New Roman", Times, serif;	
	margin-right: 25px;
	text-align: center;
}

div#links {
	font-family:Tahoma; font-size: 10pt; 
}

div#content {
	padding-left: 15px;	
	font-family:Tahoma; font-size: 10pt; 
}

div.catThumbnail {
	border: 1px solid lightgray;
	margin-bottom: 10px;
}

img#randomImage {
	width: 600px;
	margin: 2px;
}

td.photoTitle {
	padding-bottom: 2px;
}

td.zapp {
	padding-bottom: 6px;
}

div#photo_content {
	padding-top: 9px;
}

img#slide {
	filter:blendTrans(Duration=1.5);
}

div#pagenumbers div {
    display: none;
}
div#pagenumbers:hover div {
    display: block;
}



/*Styles for Tags*/

.caption {
	font-family:Tahoma;
	text-decoration: underline;
}


.emph {
	font-family:Tahoma;
	color: #2e7bef;
}

