*
{
	border: 0;
	margin: 0;
	padding: 0;
}

/* =Basic HTML, Non-essential
----------------------------------------------------------------------*/

a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #990000;
	text-decoration: none;
	padding-left: 5px;
}

body
{
	color: #777;
	position: relative;
	width: 800px;
	background-color: #fff;
	background-image: url(../../1207098.png);
	margin-right: auto;
	margin-left: auto;
}

h1
{
	color: #B01111;
	text-align: center;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-bottom-width: thin;
	border-bottom-style: dashed;
	border-bottom-color: #ccc;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 20px;
}
#otsikkopalkki {
	background-color: #000;
	height: 180px;
	background-image: url(../../otsikko.png);
	background-position: bottom;
}

p
{
	clear: both;
	font: 10px Verdana, sans-serif;
	text-align: center;
	padding-top: 0px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

p a
{
	background: inherit;
	color: #777;
}

p a:hover
{
	background: inherit;
	color: #b01111;
}

/* =Hoverbox Code
----------------------------------------------------------------------*/

.hoverbox
{
	cursor: default;
	list-style: none;
}

.hoverbox a
{
	cursor: default;
}

.hoverbox a .preview
{
	display: none;
}

.hoverbox a:hover .preview
{
	display: block;
	position: absolute;
	top: -33px;
	left: -45px;
	z-index: 1;
}

.hoverbox img
{
	background: #fff;
	color: inherit;
	padding: 1px;
	vertical-align: top;
	width: 123px;
	height: 85px;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #aaa;
	border-right-color: #ccc;
	border-bottom-color: #ddd;
	border-left-color: #bbb;
	float: none;
}

.hoverbox li
{
	background: #eee;
	color: inherit;
	display: inline;
	float: left;
	margin: 5px;
	padding: 8px;
	position: relative;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #ddd;
	border-right-color: #bbb;
	border-bottom-color: #aaa;
	border-left-color: #ccc;
}

.hoverbox .preview
{
	border-color: #000;
	width: 300px;
	height: 225px;
}
h2 {
	background: inherit;
	color: #933;
	text-align: left;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 2pc;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	border-bottom-color: #ccc;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
