	body {
	margin: 0px 0px 0px 0px;
	background: #666666;
	font-family: "Trebuchet MS", Trebuchet, Verdana, Arial, sans-serif;
	color: #cccccc;
	font-size: 10px;
	font-weight: normal;
	line-height: 14px;	
	}
	
	a 			{ color: #ffffff; text-decoration: none; }
	a:link		{ color: #ffffff; text-decoration: none; }
	a:visited	{ color: #ffffff; text-decoration: none; }
	a:active	{ color: #ffffff; text-decoration: underline;}
	a:hover		{ color: #ffffff; text-decoration: underline;}
	
	p {
	margin: 0px 0px 10px 0px;
	}
	
	h1 {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	h2 {
	font-size: 12px;
	font-weight: bold;
	line-height: 22px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	h3 {
	font-size: 10px;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}
	
	
	
	/* begin base table structure styles */
	
	#menucolumn {
	width: 100px;
	text-align: left;
	vertical-align: middle;
	}
	
	#leftcolumn {
	height: 500px;
	text-align: right;
	vertical-align: middle;
	}
	
	#centercolumn {
	width: 5%;
	text-align: center;
	vertical-align: middle;
	}
	
	#rightcolumn {
	height: 500px;
	text-align: left;
	vertical-align: middle;
	}
	
	#logocolumn {
	width: 100px;
	text-align: right;
	vertical-align: middle;
	}
	
	/* end base table structure styles */
	
	
	
	/* begin generic table cell styles */
	
	#content {
	width: 600px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
	}
	
	/* end generic table cell styles */
	
	
	
	/* begin navigation styles */
	
	#menutab {
	background: url(interface/navtab.gif) no-repeat;
	background-position: left middle;
	width: 100px;
	height: 84px;
	padding: 8px 0px 8px 0px;
	}
	
	.menuitem {
	margin: 3px 10px 3px 10px;
	}
	
	#prevbutton {
	background: url(interface/prev_dim.gif) no-repeat;
	width: 15px;
	height: 15px;
	float: right;
	vertical-align: middle;
	}
	
	#nextbutton {
	background: url(interface/next_dim.gif) no-repeat;
	width: 15px;
	height: 15px;
	float: left;
	vertical-align: middle;
	}
	
	#slidebutton {
	width: 15px;
	height: 15px;
	}
	
	/* end navigation styles */
	
	
	
	/* begin listing table styles */
	
	#leftlist {
	width: 199px;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 0px;
	border-right: 1px dotted #999999;
	}
	
	#centerlist {
	width: 200px;
	text-align: left;
	vertical-align: top;
	padding: 10px 10px 10px 10px;
	}
	
	#rightlist {
	width: 199px;
	text-align: left;
	vertical-align: top;
	padding: 10px 0px 10px 10px;
	border-left: 1px dotted #999999;
	}
	
	/* end listing table styles */
	
	
	
	/* begin date-base archives styles */
	
	#calendar {
	width: 539px;
	text-align: center;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
	}
	
	#calendarheader {
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #cccccc;
	text-align: center;
	vertical-align: middle;
	text-transform: uppercase;
	}
	
	#calendarfooter {
	height: 40px;
	}
	
	.calendarday {
	width: 75px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-align: center;
	vertical-align: middle;
	text-transform: lowercase;
	}
	
	.calendardate {
	background: #999999;
	width: 75px;
	height: 75px;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #666666;
	}
	
	/* end date-base archives styles */
	
	
	
	/* begin category archives styles */
	
	#thumbgrid {
	width: 539px;
	text-align: left;
	vertical-align: middle;
	padding: 10px 10px 10px 10px;
	}
	
	.archivethumb {
	width: 75px;
	height: 75px;
	margin: 1px 1px 1px 1px;
	float: left;
	
	}
		
	/* end category archives styles */



	/* begin comment popup styles */
	
	#leftbanner {
	background: #999999;
	width: 95px;
	}
	
	#centerbanner {
	background: #999999;
	color: #ffffff;
	text-align: right;
	vertical-align: middle;
	}
	
	#rightbanner {
	background: #999999;
	width: 95px;
	text-align: center;
	vertical-align: middle;
	}
	
	#commentthumb {
	background: #000000;
	width: 75px;
	height: 75px;
	margin: 9px 9px 9px 9px;
	border: 1px solid #ffffff;
	}
	
	#extendedentry {
	background: #999999;
	color: #333333;
	padding: 0px 10px 0px 10px;
	}
	
	#comment {
	border-top: 1px solid #ffffff;
	padding: 10px 10px 10px 10px;
	}
	
	.posted {
	border-top: 1px dotted #999999;
	border-bottom: 1px dotted #999999;
	margin-bottom: 15px;
	}
	
	/* end comment popup styles */



	/* begin misc styles */	

	#centercolumn #photo img {
	background: #000000 url(interface/watermark.gif) no-repeat;
	background-position: center middle;
	border: 5px solid #ffffff;
	vertical-align: middle;
	margin: 10px 10px 10px 10px;
	}
	
	#slideshow	{
	vertical-align: middle;
	margin: 10px 10px 10px 10px;
	}
	
	#credits {
	font-family: verdana, arial, sans-serif;
	color: #999999;
	font-size: 9px;
	font-weight: normal;
	letter-spacing: 2px;
	text-align: center;
	vertical-align: middle;
	padding-top: 10px;
	padding-bottom: 10px;
	float: bottom;
	}
	
	/* end misc styles */
