body {
	font-size: 16px; // For IE
}

body {
	background-image: url(../images/background.jpg); 
	background-repeat: repeat-x;
	background-attachment: fixed;
	margin:0;
	padding:0;
	border:0;
	margin: 0 auto;
}

#container {
	width:770px;
	border:10px solid #ffffff;
	background:#fff;
	margin: 0 auto;
/*	text-align: left;  */
	margin-top:10px;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	font-size:0.9em;
}

#header {
	background-image: url(../images/krilla.jpg) ;
	background-repeat: no-repeat ;
	height: 232px; 
	padding-top:0px;
	padding-left: 0px;
	border-top: 0px ;
	border-bottom:2px solid #ffffff;   /* NOTE: this sets the header fellows foot away from the line  */
	margin-top:0;
}

#columns {	
	border-top: 1px solid #000;
	margin-top: 0px;
	padding-top: 0;
}

#columns p {	
	line-height: 126%;
}

#leftcolumn {
	float:left;
	width:523px;
	padding-top:20px;
	padding-right:20px;
	padding-left:20px;
	border-top:0px;
	border-right:1px solid #000;
	margin-top:0px;
}

#rightcolumn {
	float:right;
	width:200px;
	height:auto;	
}

.pad {
	padding:0px;
	padding-bottom:0px;
	margin-bottom:5px;
}

.rpad {
	padding:0px;
	padding-bottom:0px;
	margin-bottom:5px;
}

#leftcolumn h1 {
	margin:0px;
	margin-top:0px;
	font-size:1.22em;
}

#leftcolumn h2 {
	margin:0px;
	margin-top: 10px;
}

#leftcolumn h3{
	margin: 0px;
	margin-left:35px;
}

#leftinsert {
	clear: left; 
	float: left; 
	padding: 0px 0px 0px 0px; 
	margin: 0px 0px 0px 0px; 
	width: 260px; 
	height: 260px; 
}

#rightinsert {
	padding:0px;
	padding-bottom:0px;
	margin-bottom:5px;
	text-align:center;
}

#rightcolumn h4{   
	margin:0px;
    margin-top:20px;
	font-size:1.0em;
	margin-bottom:0px; 
	padding:0px;
	line-height:100%;
}

#rightcolumn h5{
    margin:0px;
	margin-top:0px;
	font-size:1.0em;
	margin-bottom:0px; 
	padding:0px;
	line-height:100%;
}

#disclaimer {
    margin-top: 75px;
    font-size:0.7em;
	padding-top:5;
    padding-right:20px;
    padding-left:20px;
    text-align:justify;
}

#disclaimer p {
	margin-bottom:0px;
}

#footer {
    font-size:0.8em;
	text-align: center;
	border-top:1px solid #000;
	padding-top:5px;
	margin: 0 auto;	
}


.pad a:link		{color: #0000ff; font-weight: bold; text-decoration: underline;}
.pad a:visited	{color: #990000; font-weight: bold; text-decoration: underline;}
.pad a:hover		{color: #800080; font-weight: bold; text-decoration: underline;}
.pad a:active	{color: #0000FF; font-weight: bold; text-decoration: underline;}

.right { 
	float: right; 
}

.left { 
    float: left;
    padding-right:10px;
}

ul.links {
    font-size:0.8em;
    list-style:none;
	margin-top:2px;
    margin-left:0;
    padding-top:0;
	padding-left:0;
}

ul.links li {
	margin-top:0px;
	margin-bottom:0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left:0;
	margin-left:0;
	border: 1px solid #fff;  
	line-height:110%;
}

ul.links a {
	text-decoration: none;
	font-weight:normal;
	color:#300;
	display: block;
	padding-top: 5px;    /* NOTE: this controls the space above the nav links  */
	padding-bottom: 5px;   /* NOTE: this controls the space below the nav links */
	border-bottom: 1px solid #000;
	margin-top:0px;
	margin-bottom: 0px;
}

ul.links a:hover {
	background: #99ccff;
	color: #000;
}

ul.highlight {
    font-size:90%;
    margin-left:65px;
    margin-right:75px;
    background:#FFFFCC;
	padding-top:8px;
    padding-left:0;
    list-style: square outside url('../images/arrow.gif');
}

li {
	padding-bottom:16px;
	padding-left:0;
	margin-left:2px;
}

ul.binks {
    font-size:0.9em;
    list-style:none;
    padding-left:0;
	padding-top:0px;   /*NOTE: this was 20px  */
    margin:0;
	margin-bottom:5px;
}

ul.binks li {
	display: inline;
	padding-top:0px;  /* NOTE: this was 6px */
	padding-left:0;	
	margin-left:0;
}

ul.binks a {
	color:#000;
	text-decoration: none;
	font-weight:normal;
	display: inline;
	padding: 5px;	
	margin-bottom: 0px;
}

ul.binks a:hover {
	background: #99ccff;
	color: #000;
}

#footer p {
    font-size:0.9em;
	text-align: center;
	border-top:0px solid #000;
	padding:0px;
	margin:0px;
}

#search {
	height: 70px;
	width: 300px;
	text-align: center;
	margin: 0 auto;
	margin-bottom:0px;
	padding-bottom:0px;
	}


.spec {
	margin-top:5px;
	font-size:0.7em;
	font-variant:small-caps;
	text-transform:capitalize;
	font-style:italic;
	text-decoration:underline;
	font-weight:bold;
}

.em{
	font-style:italic;
}

.emline {
	font-style:italic;
	text-decoration:underline;
}

.bold {
	font-weight:bold;
}

.yellow {
	font-weight:bold;
	background:#FFFF00;
}

.superscript {
	vertical-align: super; 
	line-height: 126%;
}

