@charset "UTF-8";
#container  #main {
	text-align: left;
	clear: both;
	width: 800px;
	height: 500px;
	float: none;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	display: block;
	position: relative;
	left: 0px;
	top: 0px;
}
#main #main-visible {
	height: 460px;
	width: 800px;
	border: 3px solid #FFffff;
}

#main #main-invisible {
	height: 50px;
	width: 800px;
}
#main-visible #text-horizontal {
	height: 275px;
	width: 760px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	text-align: justify;
	font-size: 100%;
	background-color: #999999;
	color: #FFFFFF;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	line-height: 120%;
}

#main-visible #text-horizontal a {
	color: #ffffff;
	text-decoration: underline;
	font-weight: normal;
}
#main-visible #photo-horizontal {
	height: 170px;
	width: 800px;
}
#main-visible #text-horizontal a:hover {
	color: #66ccff;
	text-decoration: underline;
	font-weight: normal;
}
