@charset   "UTF-8";

div#top_box {
	margin:1em 100px;
	line-height:1.3;
	background-color:#ffeece;
	padding:0.5em;
}

div#top_box p{
	margin:0.5em;
	font-size:1em;
	color:#009900;
	font-size:0.8em;
}

div#top_image {
	margin: 5px;
	text-align: center;
	background-color: #a9fe69;
	padding: 5px;
}

div#top_image img {
	border-top: 2px solid #009900;
	border-bottom: 2px solid #009900;
}

h1 {
	font-size: 1em;
	font-weight: normal;
	text-align: center;
	color:red;
}

div#top_pics_link {
	text-align:center;
	margin:2em 1em;
}

div.caption_box {
	text-align: center;
	margin: 50px 0;
}

div.caption_box table {
	margin: auto;
	border-collapse: collapse;
	color: #666666;
	border-top:2px dashed #999999;
	border-bottom:2px dashed #999999;
}

div.caption_box table th {
	width: 140px;
	text-align: left;
	padding:5px;
}

div.caption_box table td {
	width: 420px;
	vertical-align: top;
	text-align: left;
	padding:5px;
}

div.caption_box table td h2 {
	font-size: 1.5em;
	font-family: Arial;
	text-transform: uppercase;
}

div.caption_box table td h2 a {
	color: #333333;
}

div.caption_box table td p {
	margin:0.5em 0;
	font-size:0.9em;
}

div.caption_box table td h2 a:hover {
	color: #0000cc;
}