/* main.css */
body {
	background-color: #454;
	color: #efe;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 125%;
	text-align: center;
	margin: 0;
	padding: 0;
}
h1 {
	color: #efe;
	font-size: 1em;
	margin: 0.2em 0;
}
h2 {
	color: #aba;
	font-size: 0.8em;
	margin: 0.2em 0 0 0;
}
p {
	font-size: 0.7em;
	padding: 0;
	margin: 0;
	float: left;
	width: 100%;
}
a {
	color: #efe;
}
a:hover {
	color: #aba;
}
.one, .two, .four {
	margin: 0.6em 0;
	width: 100%;
	float: left;
	clear: both;
}
.one img {
	width: 40em;
	border: 0.2em solid #343;
}
.two img {
	width: 20em;
	border: 0.2em solid #343;
}
.four img {
	width: 10em;
	border: 0.2em solid #343;
}
.sub_four_left {
	width: 20.9em;
	float: left;
}
.sub_four_right {
	width: 20.9em;
	float: right;
}
.left {
	float: left;
}
.right {
	float: right;
}
#info img {
	position: absolute;
	top: 6px;
	right: 6px;
	width: 25px;
	height: 25px;
	background: url(../images/info.gif) top right no-repeat;
}
#info div.caption {
	display: none;
}
#info:hover div.caption {
	display: block;
	position: absolute;
	top: 6px;
	right: 37px;
	width: 21em;
	background-color: #aba;
	border: 0.1em solid #010;
	padding: 0.5em;
	font-size: 0.6em;
	color: #121;
	text-align: left;
}
#content {
	background: url('../images/bg.jpg') top center repeat-y;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 42em;
}
#footer {
	clear: both;
}
#footer p {
	float: none;
	padding: 0.2em 0;
}
