@charset "utf-8";
/* CSS Document */
body {background-color: #333}

h1{
	color: #fff;
	font-family: Calibri;
	font-weight: normal;
	font-size: 28px}
h2{
	color: #fff;
	font-family: Calibri;
	font-weight: normal;
	font-size: 24px}
h3{
	color: #fff;
	font-family: Calibri;
	font-weight: normal;
	font-size: 20px}
p{
	color: #fff;
	font-family: Calibri;
	font-weight: normal;
	font-size: 18px}
p.pienempi{font-size: 16px}
td{
	color: #fff;
	font-family: Calibri;
	font-weight: normal;
	font-size: 18px}
a{
	text-decoration: none;
	font-family: Calibri;
	font-size: 20px;
	color: #fff}

#All {
	position: absolute;
	width:800px;
	left: 50%;
	margin-left: -400px;
	z-index: 1}
	
#Header {
	position: absolute;
	width: 800px;
	height: 200px;
	background-color: #000;
	border-top: #660000 solid 1px;
	border-left: #660000 solid 1px;
	border-right: #660000 solid 1px;
	z-index: 2}

#Navi {
	position: absolute;
	width: 800px;
	height: 30px;
	top: 190px;
	background-color: #000;
	border-left: #660000 solid 1px;
	border-right: #660000 solid 1px;
	z-index: 3}

#Main {
	position: absolute;
	width: 675px;
	min-height: 300px;
	height: auto;
	top: 230px;
	padding-left: 50px;
	padding-right: 75px;
	padding-bottom: 10px;
	padding-top: 30px;
	background-color: #000;
	border-left: #660000 solid 1px;
	border-right: #660000 solid 1px;
	border-bottom: #660000 solid 1px;
	z-index: 4}

#Footer {
	position: relative;
	height: 15px;
	top: 20px}
