body {
	color: gray;
	font-size: 100%;
	font-family: Tahoma, Arial, georgia, serif;
	line-height: 1.4;
	background-color: gray;
	background-image: url(../images/aavamaki_com_title.jpg);
	background-repeat: no-repeat;
}
html, body {
	margin: 0;
	padding: 0;
}
/*\*/
html, body, .swc0 {
	height: 100%;
}
.swc0 {
	margin: 0 auto;
	display: table;
}
.swc1 {
	display: table-cell;
	vertical-align: middle;
}
/**/
.swc1 {
	height: 100%;
	white-space: nowrap;
}
.swc2 {
	background-color: gray;
	padding: .3em .5em;
}
* html .swc1 {
	text-align: center;
}
* html .swc2, * html .swc3 {
	display: inline-block;
	vertical-align: middle;
	text-align: left;
}
* html .swc3 {
	height: 100%;
}
/*\*/
* html .swc2 {
	display: inline;
	height: 0;
}
/*/
.swc2, .swc3 {
	width: 1px;
}
/**/
h1 {
	margin: 0 0 .3em 0;
	font-size: 1.8em;
	line-height: 1;
	background-color: gray;
}
p {
	margin: 0 0 .3em 0;
}
h1, p {
	text-align: center;
}
ul {
	margin-top: 0;
	margin-bottom: .3em;
}

#header {
	background-color: rgb(77,77,77);
	width: 100%;
	color: white;
	font-size: smaller;
	/*margin: 0 0 0 -7px;*/
	text-align: left;
	/*float: top left;
	position: absolute;
	z-index: 10;*/
}

.link_main { 
	text-decoration: none;
	color: white; 
}
.link_sub { 
	text-decoration: none;
	color: gray; 
}