/* <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: #dfebe9 url(../images/bg.gif) repeat-x left top;
}

#container {
	width: 920px;

	margin: 0 auto;	/* centering */

	text-align: left;
}

#sidebar {
	width: 295px;
	float: left;

	display: table-cell;

	background-image: url(../images/leftBg.jpg);
	background-repeat: no-repeat;
	background-position: 1px 0px;

	min-height: 421px;
	height: auto !important;
	height: 421px;
}

#sidebar.front {
	display: none;
}

#content {
	width: 625px;
	float: left;
	display: table-cell;
}

#content.front {
	width: 920px;
	background-image: url(../images/frontBg.jpg);
	background-repeat: no-repeat;
}

#content.front #frontPage {
	height: 207px;
	padding-left: 10px;
}

#content.front #leftArticles {
	width: 360px;
	float: left;
	margin-left: 15px;
}

#content.front #page {
	width: 520px;
	float: left;
	margin-left: 15px;
}

#header {
	width:100%;
	height: 120px;
	background: #ffffff url(../images/syrinx_logo.gif) no-repeat left top;
	text-align: right;
}

#header_padding {
	display: inline-block;
	height: 120px;
	width: 450px;
	float: left;
}

#header #search {
	display: inline-block;
	height: 120px;
	width: 234px;
	float: left;
}

#header #info {
	display: inline-block;
	height: 120px;
	width: 236px;
	text-align: left;
	float: left;
	vertical-align: middle;
}

#header address {
	color: #333333;
	font-style: normal;
	font-size: 8pt;
	display: inline-block;
	margin-top: 30px;
	padding-left: 26px;
	border-left: 1px solid #cccccc;
}

#header a {
	color: #333333;
}

#menuTopArea {
	width:100%;
	height: 42px;
	background: #0d8458 url(../images/topMenuBg.gif) no-repeat left top;
	text-align: center;
}

#columns {
	width: 100%;
	display: table;
	background-color: #ffffff;
	background-image: url(../images/mainBg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}

#footer	{
	width:100%;
	height: 100px;
	background-image: url(../images/bottomBg.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

/* </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;
	font-weight: bold;
	display: inline-block;
	padding-top: 1em;
}

