html, body {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 12px;
}

.cnt {
	color: #660000;
		font-size: 12px;
		line-height: 23px;
		padding-top: 5px;
}

#address {
	margin-left: 15px;
	padding-left: 10px;
	border-left : 3px solid #E6B380;
}

.midtitle {
	font-family: "Georgia", Times New Roman, Times, serif;
	font-size: 13px;
	font-weight: bold;
	color: #993300;
}
.underliner {
	color: #006600;
	font-weight: normal;

}

h1 {
	font-size: 16px;
	border-bottom: 1px solid #E6B380;
	font-style: italic;
	color: #CC6600;
	padding-bottom: 0px;
	margin: 0px;
}

h2 {
	font-size: 12px;
	border-bottom: 1px dotted #ccc;
	color: #CC6600;
	padding-bottom: 0px;
	margin: 0px 0 10px 0;
}

a:link {
	color: #CC6600;
	text-decoration: none;
}
a:active {
	color: #CC6600;
	text-decoration: none;
}
a:visited {
	color: #CC6600;
	text-decoration: none;
}
a:hover {
	color: #996600;
	text-decoration: underline;
}

a.low:link, a.low:active, a.low:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #CC9966;
	padding: 0 3px 0 3px 0;	

}
a.low:hover {
	font-size: 11px;
	color: #CC6600;
	text-decoration: underline;
}

#bottomSpace {
	padding: 0px 0 0 0;
	margin: 0px;
}

blockquote {
	padding-top: 0px;
	padding-bottom: 6px;
}

#footer {
	padding: 4px 0 4px 0;
	margin: 0px;
	background-color: #6f2f03;
	font-size: 13px;
}

#picArea {
	 width: 600px;
	 padding: 3px;
	 margin-left: auto;
	 margin-right: auto;
	 
	 
}

#picArea img {
	padding: 3px;
	margin: 4px;
	}

#picArea a:link img, #picArea a:active img, #picArea a:visited img  {
	text-decoration: none;
	border: 1px solid #CC9966;	
}

#picArea a:hover img {
	text-decoration: none;
	border: 1px solid #fff;	
}