/* <leiska> */

html {
	overflow-y: scroll;	/* scrollbar always visible */
}

html,body {
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
	color: #ffffff;
}

body {
	text-align: center;
	background-color: #000000;
	background-image: url(../images/pageBg.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#liquid {
	width: 920px;
	height: 100%;
	vertical-align: top;
	margin: 0 auto;
	text-align: left;
}

/* containeriin laitetaan koko leiskan leveys */

#container {
	width: 920px;
	vertical-align: top;
	background-image: url(../images/topBg.jpg);
	background-repeat: no-repeat;
}

/* sidebariin laitetaan vasemman sarakkeen leveys */

#sidebar {
	width: 280px;
	margin-left: 30px;
	margin-top: 80px;
	float: left;
}

* html #sidebar {
	margin-left: 0px;
}

/* contentiin laitetaan oikean sarakkeen leveys */

#content {
	width: 610px;
	float: left;
}

#header {
	width: 100%;
	height: 155px;
	overflow:hidden;
}

#menuTopArea {
	background-image: url(../images/menuBg.gif);
	margin-left: 143px;
	margin-top: 105px;
	height: 26px;
	width: 777px;
}

#subMenuArea {
	background-image: url(../images/subMenuBg.gif);
	background-position: right top;
	background-repeat: no-repeat;
	margin-left: 143px;
	width: 777px;
	height: 24px;
	text-align: right;
}

#columns {
	width: 100%;
	display: table;
}

#footer	{
	display: table;
	padding-top: 12px;
	width: 100%;
	text-align: center;
	color: #9a9a9a;
	font-size: 8pt;
	white-space: nowrap;
}

#footer img {
	margin-left: 2em;
	margin-right: 2em;
}

#footer span {
	margin-left: 2em;
	margin-right: 2em;
}

img.viiva {
	margin-left: 2px;
}

#facebook {
	margin-left: 10px;
}

/* </leiska> */

.articleCommandLink {
	font-size: 8pt;
	text-decoration: none;
	color: #ebbd04;
	font-weight: bold;
}

.articleCommandLink:visited {
	color: #ebbd04;
	font-weight: bold;
	text-decoration: none;
}

.articleCommandLink:hover {
	color: #ebbd04;
	font-weight: bold;
	text-decoration: underline;
}

.articleCommandLinkDisabled {
	font-size: 8pt;
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}

.readMore {
	font-size: 8pt;
}

