#content {
	display: inline;
	float: left;
	margin-left: 44px;
	width: 435px;
}

#content .block { margin-bottom: -0.6em; }
#content p, #visit p { font-size: 1.2em; line-height: 1.8; margin: 0.6em 0 1.2em 0; }
#content h3, #content p span { color: #366; font: 2em Georgia, serif; }
#content h3 a { color: #366; }
#content p span { font-size: 20px; }
#content p a { color: #933; text-decoration: underline; }
#content p a:hover, #content h3 a:hover { color: #000; }

#content ul { 
	color: #663; 
	font-size: 1.2em; 
	line-height: 1.8; 
	list-style: none outside; 
	margin: 0.6em 0 1.2em 0;
}
#content li { background: url(dot.gif) no-repeat 0 9px; padding-left: 8px; }

#visit { display: inline; float: right; margin-right: 45px; width: 205px; }

#visit label { color: #663; display: block; font-size: 1.2em; margin-top: 0.6em; }
.input, .textarea, .select { 
	background: #ebe5d4;
	color: #555;
	font-family: inherit;
	font-size: 1.2em;
	border-top: 2px solid #d7d2c3;
	border-left: 2px solid #d7d2c3;
}
.input, .textarea { width: 100%; }
.textarea { height: 80px; }
.select { margin-top: 0.6em; width: 100%; }
.submit { margin-top: 0.6em; }
.small { width: 101px; }