	body {
		text-align:center;
		background-color: #fff;
		font: 12px/18px Georgia, Palatino, Verdana, Tahoma, Helvetica, serif;
		}
	
	#frame {
		width:810px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:10px;
		text-align:left;
		border: 2px #fff solid;
		background-color: #fff;
		}
		
	#contentleft {
		width:150px;
		padding:0px;
		float:left;
		background:#ffffff;
		border: 2px #ccc solid;
		font-size: 11px;
		padding-bottom: 10px;
		}
	#contentcenter {
		width:480px;
		padding:0px;
		padding-top: 20px;
		float:left;
		background:#ffffff;
		border: 2px #ccc solid;
		margin-right: 5px;
		margin-left: 5px;
		}
	
	#contentright {
		width:150px;
		padding:0px;
		float:left;
		background:#ffffff;
		border: 2px #ccc solid;
		padding-bottom: 10px;
		}
	
	#contentheader {
		width:810px;
		margin-right:auto;
		margin-left:auto;
		margin-top:10px;
		padding:0px;
		text-align:left;
		border: 0px #ccc solid;
		background-color: #fff;
		}
		
	p,h1,pre {
		margin:5px 10px 10px 10px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}
	
	#contentright p { font-size:10px}
	
	.thumbnails {
		text-align: center;
		font-size: 10px;
		color: #666;
	}
	.thumbnails img{
		border:2px #ccc solid;
		padding:0px;
		margin-top: 15px;
		margin-bottom: 10px;
		margin-left: 2px;
		margin-right: 2px;
	}
	.thumbnailscaption {
		text-align: left;
		font-size: 11px;		
	}
	
	#Thumbnails {
		text-align: center;
	}
	#Thumbnails img{
		border:2px #ccc solid;
		padding:0px;
		margin-top: 0px;
		margin-bottom: 15px;
		margin-left: 2px;
		margin-right: 2px;
	}
	
	.albumthumbs {
		text-align: center;
	}
	.albumthumbs img {
		border:2px #ccc solid;
		padding:0px;
		margin-top: 0px;
		margin-bottom: 0px;
		margin-left: 2px;
		margin-right: 2px;
		/*Filter: Gray*/
	}
	
	#contentleft ul {
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		margin: 0px;
		margin-left: 5px;
		margin-right: 5px;
		padding-top: 0px;
 		list-style-type: none;
		border:0px #fff solid;
	}
	#contentleft li {
		padding-right: 0px;
		padding-left: 0px;
		padding-bottom: 0px;
		margin: 0px;
		margin-left: 5px;
		padding-top: 3px;
 		list-style-type: none
	}
	#contentleft img {
		margin: 5px;
		margin-right: 5px;
	}
	#contentleft h3 {
		margin-left: 10px;
		margin-bottom: 0px;
		color: #333;
		font-size: 16px;
	}
	#contentright h3 {
		margin-left: 17px;
		margin-bottom: 5px;
		margin-top: 18px;
		color: #333;
		font-size: 14px;
	}
	
	.posttitle {
		margin-right: 15px;
		margin-top: 0px;
		text-align: right;
		padding-bottom: 0px;
		font-size: 14px;
		font-weight: bold;
		color: #666;
		
	}
	.commenttitle {
		margin-right: 15px;
		margin-top: 0px;
		text-align: right;
		padding-bottom: 15px;
		font-size: 14px;
		font-weight: bold;
		color: #666;
		
	}
	.postdate {
		margin-right: 15px;
		text-align: right;
		padding-bottom: 5px;
		font-size: 11px;
		font-weight: bold;
		color: #666;
		
	}
	.albumdate {
		margin-right: 19px;
		margin-bottom: 15px;
		text-align: right;
		padding-bottom: 5px;
		font-size: 9px;
		font-weight: bold;
		color: #666;
		
	}
	.commentinfo {
		margin-right: 15px;
		margin-left: 15px;
		text-align: right;
		padding-bottom: 15px;
		margin-bottom: 15px;
		font-size: 11px;
		font-weight: bold;
		color: #666;
		border-bottom: #ccc dotted 3px;
		
	}
	#commentform {
		margin-right: 15px;
		margin-left: 15px;
	}
	
a:link {
	background: none transparent scroll repeat 0% 0%;
	color: #666
}
a:visited {
	background: none transparent scroll repeat 0% 0%;
	color: #bbb
}
a:hover {
	background: #fff;
	color: #111;
	text-decoration: underline;
	
}
a:active {
	background: none transparent scroll repeat 0% 0%;
	color: #000;
	text-decoration: underline
}

.small {
	font-size: 11px;
	font-style: italic;
}

#notice {
	padding: 20px;
	border: 1px solid #eee;
	margin-top: -20px;
	background-color: #666;
	color: #fff;
	margin-bottom: 10px;
}

a.mobloglink {
	font-size: 9px;
	background: #ccc;
	color: #555;
}
a.map {
	font-size: 9px;
	background: #ccc;
	color: #555;
}
a.mobloglink:visited {
	font-size: 9px;
	background: #ccc;
	color: #555;
}
a.map:visited {
	font-size: 9px;
	background: #ccc;
	color: #555;
}

.inlinelist ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

.inlinelist ul li { display: inline; }

.inlinelist ul li a
{
text-decoration: none;
padding: 3px;
}

