/* <leiska> */

html {
	overflow-y: scroll;	/* scrollbar always visible */
}

html,body {
	height:100%;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

body {
	text-align: center;
	background-image: url(../images/bg.jpg);
}

/* containeriin laitetaan koko leiskan leveys */

#container {
	width: 760px;

	margin: 0 auto;	/* centering */

	height: auto !important;	/* correct way for browser that do it right */
	height: 100%;	/* IE6: treated as min-height */
	min-height: 100%;

	text-align: left;
	background-image: url(../images/containerBg.jpg);
}

/* sidebariin laitetaan vasemman sarakkeen leveys */

#sidebar {
	width: 190px;
	float: left;
	margin-left: 35px;
	padding-top: 20px;
}

/* contentiin laitetaan oikean sarakkeen leveys */

#content {
	width: 502px;
	float: left;
	margin-left: 5px;
	padding-bottom: 20px;
}

#header {
	width:100%;
	height: 206px;
	overflow:hidden;
	background-image: url(../images/top.jpg);
	background-repeat: no-repeat;
}

#menuTopArea {
	width:100%;
	height: 30px;
	background-image: url(../images/menuTopBg.jpg);
	background-repeat: no-repeat;
	display: table;
}

#columns {
	width: 100%;
	display: table;
	background-image: url(../images/columnsBg.jpg);
	background-repeat: no-repeat;
}

/* </leiska> */

.articleCommandLink {
	font-size: 8pt;
	text-decoration: none;
	color: #000000;
	font-weight: bold;
}

.articleCommandLink:visited {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

.articleCommandLink:hover {
	color: #000000;
	font-weight: bold;
	text-decoration: underline;
}

.articleCommandLinkDisabled {
	font-size: 8pt;
	text-decoration: none;
	color: #888888;
	font-weight: bold;
}

.readMore {
	font-size: 8pt;
}
