html
{
	background-color: #e8e8e8;
}

body
{
	margin: 0;
	padding: 0;
	margin-left: auto; 
	margin-right: auto;
	font-family: Verdana, sans-serif;
	max-width: 960px; 
        width: 85%;
	background-color: #ffffff;
}

.narrow {
    display: none;
}


img
{
	border: 0px;
}

h1, h2 ,h3 {
	margin: 0px;
	font-family: Georgia, "Times New Roman" , Times, serif;
        color: #18398a;
}

ul,ol {margin-top: -1em;}

#container
{
	position:relative;
}

#header
{
        background: #91b9ec;
	padding-left: 30px;
	padding-top: 0px;    
	margin: 0px;
	margin-top: 10px;
        text-align: left;
	height: 120px;
        border-bottom: 1px solid #aaa;
	background-image: url("kuvat/banner.jpg"); 
        background-repeat: no-repeat;
	font-family: Georgia, "Times New Roman" , Times, serif;
}

#header h1, #header h2, #header h3
{
	padding: 0px;
	margin: 0px;
        color: white;
        font-weight: normal;
}

#header a
{
	color: white;
	text-decoration: none;
}

#content_text
{
	border-left: 0px;
	min-height: 520px;
	padding-left: 5px;
	padding-right: 5px;
	margin-left: 200px;
	margin-top: 6px;
}
#content_text p {
}
#content_text a
{
	color: #375493;
	background-color: transparent;
	text-decoration: none;
}

#content_text a:hover
{
	color: #d17b2c;
}

#content_text table td
{
	border: thin solid #d8d8d8;
}

#menu
{
        position: absolute;
        left: 0px;
	width: 185px;
	margin-left: 0;
        float: left;

}

#menu ul 
{
	margin-left: 0px;
	padding-left: 0;
	list-style: none;
}

#menu li 
{
	margin-top: 3px;
	background-color: #fff;
	padding-left: 6px;
	padding-top: 0px;
	padding-bottom: 0px;
	font-size: 90%;
}

#menu li a 
{
	display: block;
	margin: 5px;
	padding: 8px 0px 8px 0.5em; /* yoav */ 
	background-color: #efefef; /* sisempi */
	color: #375493;
	text-decoration: none;
	border-left: 4px solid #47d147;
}

#menu li a:hover
{
	background-color: #375493;
	color: #fff
}

#content
{
	width: 98%;
        min-height: 400px;
}

#footer
{
	clear:both;
	width: 100%;
	margin-top: 45px; 
	padding-top: 45px; 
        text-align: center;
	font-size: small;
	line-height: 15px;
/*	background-color: #ededed; */
}

#footer hr
{
	border-top: solid 1px;
	border-top-color: #cccccc;
}

#footer a
{
	color: #375493;
	background-color: transparent;
	text-decoration: none;
}

#footer a:hover
{
	color: #d17b2c;
}

ul.menu
{
	list-style: none;
}

#myphoto
{
	float: left;
	margin-top: -1.5em;
	width: 146px;
        border: solid thin #cccccc;
	margin-right: 15px;
	margin-bottom: 10px;
}

.centered
{
	text-align: center;
}

.gotop
{
	text-align: right;
}

.accessibility
{
	display:none;
}
