@charset "utf-8";

#main a{
	font-size: 90%;
}

#main h3{
	padding-top: 23px;
	margin-bottom: 5px;
	border-bottom: 1px solid #331500;
	font-size: 110%;
	font-weight: bold;
}

#main p{
	line-height:1.3em;
	margin-bottom: 1.5em;
	/* text-align: justify; */
}

.accent1{
	color: #AE8566;
}

div#photo{
	width: 300px;
	height: 408px;
	float: left;
}

div#caption{
	width: 265px;
	float: right;
}

p#privacy{
	font-size: 90%;
	color: #9C8F9C;
}

div#post{
	padding: 6px;
	margin-bottom: 1em;
	border: 1px solid #CCCC55;
}

div#post p{
	text-align: center;
	margin-bottom: 0.8em;
}

