/* Zero down margin and paddin on all elements */
* {
  margin: 0;
  padding: 0;
}

body {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	background-color:#000;
	/* text-align: center; */
	color: #ccc;
}


h1 {
	font-size: 1.4em;
	font-weight: normal;
	color: #fff;
}

h2 {
	font-size: 1.1em;
	font-weight: normal;
	color: #fff;
}

p {
	/* text-align: left; */
	padding-left: 5px;
} 

li {
	list-style-type: none;
	padding-bottom: 5px;
	list-style-position: inside;
}


h1, h2, p {
  margin: 1em 0;
}


#header h1 {
  margin: 0;
}

#wrapper {
  width: 500px; 
  margin: 5px auto 5px auto; 
  text-align: left;
}

#header {
  height: 115px;
  background:  url(images/header.png) no-repeat;
}


/* nav
=======================*/



ul {
	width: 500px;
	height: 48px;
	font-size: 8px;
	list-style: none;
	text-transform: uppercase;
	background: url(images/nav_bg.png) repeat-x;
	margin: 0px;
	padding: 0px;
}

ul li {
	float: left;
	padding: 0 4px 0 4px;
}


ul a {
	line-height: 40px;
	text-decoration: none;
	color: #000;
	display: block;
	padding: 5px 0 0 0;
	margin: 0;
}


ul a:hover {
  color: #fff;
  background: url(images/nav_hover_bg.png) repeat-x center top;
}


.first {
	padding-left: 6px;
}

/* end nav
=======================*/


/* content
=======================*/

#content {
	width: 388px;
	float: left;
	padding-right: 5px;
	vertical-align: top;
}

#content * {
  padding-right: 10px;
  padding-left: 10px;
}

#content * * {
  padding-right: 0;
}

#content img {
	position: relative;
	margin-right: 5px;
	/* margin-bottom: 10px; */
}

#content p {
	padding-left: 5px;
	padding-top: 5px;
}

/* end content
=======================*/

#rightcol {
	width: 100px;
	float: right;
	padding-left: 5px;
	border-left-width: thin;
	border-left-style: dotted;
	border-left-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 9px;
	background-image: url(images/rightcol_bg.gif);
	background-repeat: repeat;
	color: #fff;
}


#footer {
	height: 25px;
	background:  url(images/footer_bg.png) repeat-x;
/*	text-align: right;*/
	padding-right: 10px;
	padding-left: 10px;
	font-size: 9px;
	color: #000;
	padding-top: 5px;
	padding-bottom: 0px;
	clear:both;
}

.kiemeles {
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 5px;
}

