@charset "utf-8";
/* CSS Document */
@import url("gallery_navigation.css");
@import url("leftbar.css");
@import url("content.css");
body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	color: #FFFFFF;
	padding: 5px;
	margin: 0px;
	position: absolute;
}
a {
	color: #FC7070;
	text-decoration: none;
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}
a:hover {
	color: #FF0000;
}
#main {
	width: 880px;
	float: left;
	padding: 10px;
	height: 640px;
}
#mainBig {
	width: 100%;
	float: left;
	padding: 10px;
	height: 640px;
}

#main a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.style1 {
	color: #0F0;
	font-weight: bold;
}
.style2 {
	color: #00FF00
}
#text01 {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 100%;
	float: left;
	margin-top: 20px;
	width: 630px;
}
#headline {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-size: 100%;
	margin-top: 0px;
	width: 630px;
	float: left;
}

