@charset "UTF-8";
* {
	margin: 0px;
	padding: 0px;
}
body {
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #666666;
	background-position: center top;
	background-image: url(../images/backround.jpg);
	background-repeat: repeat-x;
}
a:link {
	color: #666666;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #666666;
	padding: 5px;
	text-decoration: none;
	font-weight: bold;
}
a:hover {
	color: #FFDF00;
	font-weight: bold;
	text-decoration: none;
}
#intro {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	border: medium solid #000000;
	margin-top: 20px;
}
#intro #foto img {
	border-top-width: medium;
	border-bottom-width: medium;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
}
#intro #navi {
	background-color: #000000;
	padding: 20px;
	background-image: url(../images/navi-back1.jpg);
	background-repeat: repeat;
	background-position: center bottom;
}
#intro #navi li {
	display: inline;
	margin-right: 0.5em;
	margin-left: 0.5em;
}
#content {
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
	color: #CCCCCC;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #333333;
	padding: 0px;
	width: 950px;
	height: 200px;
}
.active {
	color: #FFDF00;
	padding: 5px;
}
#intro #content #block1 {
	float: left;
	width: 425px;
	padding: 25px;
}
#intro #content #block2 {
	padding: 25px;
	width: 425px;
	float: left;
}
#intro #content #block1 h2 {
	color: #666666;
}
