	html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #FFF;
}
a:hover {
	color: #666666;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}
.valittu {
	color:#FFCB65;
	font-weight:bold;
}
.poissa {
	color:#600;
	font-weight:bold;
}
.pvm {
	color:#FFCB65;
	font-size:9px;
}

body {
	background-color:#000;
	text-align: center;
	font: 11px Trebuchet MS, Arial, sans-serif;
	color: #fff;
}

#outer {
/*  background: top left url(images/page_bg_top.gif) repeat-x;*/
}

/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 900px;
	position: relative;
	background-color:#99000
	}
#body-bot {
  background: url(images/body_bg_bot.gif) repeat-y;
}
#body-top {
  padding-bottom: 14px;
  }

/** logo **/

#logo {
  background:url(images/logo.gif);
  width: 900px;
  height: 185px;
  text-align: center;
 
}

/** nav **/

#nav {
	height:35px;
	background:url(images/menu_bg.gif) repeat-x;
	font-size:14px;
}
#nav li {
  list-style: none;
  float: left;
  /*background: left center url(images/arr.gif) no-repeat;*/
  padding-left: 10px;
  padding-right: 50px;
}
#nav a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
}
#nav a:hover {
	color: #FFCB65;
}

/** green box **/
#gbox {
	position:relative;
	width: 480px;
	margin-top: 25px;
	margin-left: 25px;
	font-size:11px;
}
#kuva {
	position:absolute;
	top:260px;
	left:550px;
	width:300px;
	height: 300px;
}
#kuvapalkki {
	width: 850px;
	margin-left: 25px;
}



/**#gbox-bg  { background: url(images/green_bg.gif) repeat-y; }
#gbox-grd { background: bottom url(images/green_grad_bot.jpg) repeat-x; }
#gbox-top { background: url(images/green_top.gif) no-repeat; height: 24px; }
#gbox-bot { background: bottom left url(images/green_bot.gif) no-repeat; height: 23px; }**/

#gbox-grd {
  min-height: 300px;
  padding: 2px 24px;
}

#gbox h2 {
  font: bold 14px arial, sans-serif;
  color: #fff;
  margin: 0;
}

#gbox p {
  margin: 1em 0;
}

/** footer **/


#events {
  margin-left: 6%;
  width: 38%;
}
#events ul {
  margin: 0.3em 0;
  padding: 0;
}
#events li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/** grey box **/

#greybox {
	background: url(images/grey_bg.gif) repeat-y;
	width: 326px;
	position: absolute;
	top: 423px;
	left: 21px;
}
#greybox-top {
  background: url(images/grey_img.gif) no-repeat;
  padding-left: 180px;
  padding-right: 10px;
  padding-top: 18px;
}
#greybox-bot {
  background: bottom left url(images/grey_bot.gif) no-repeat;
  padding-bottom: 4px;
}
#greybox h2 {
	font: bold 12px arial, sans-serif;
	color: #06F;
	line-height: 1.5;
}
#greybox a {
  color: #fff;
}

#copyright {
	font-size: 9px;
	color: #fff;
	margin-top: 20px;
}
