html{
	background: rgb(247, 247, 247);
}
body{
	/* The fonts are used the order they are listed */
	/* Why this order: */
	/* Lucida Grande is found in Mac OS X */
	/* Verdana is found in all modern Windows systems, in Mac OS X, and in older */
	/* Mac operating systems. Lucida follows for UNIX folks, and the Arial for users */
	/* of old windows systems. Helvetica for old UNIX systems. If none of the listed*/
	/* fonts are available, the generic sans-serif font is used. And if computer contains */
	/* no sans-serif fonts, the browsers default is used*/

	font-family: "Lucida Grande", Verdana, Helvetica, Arial, Lucida, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: black;

}
/* Linkide j2rjekord on oluline! */
a{
	text-decoration: none;
}
a:link{

}
a:visited{
	color: #CC0099;
}
a:hover{
	color: red;
}
a:active{
	color: red;
}

img{
	border: 1px solid silver;
	padding: 5px;
	margin: 5px;
	display: block;
}
h1{
	font-size: 20px;
	margin: 10px 0 0 20px;
	padding: 0;
}
h2{
	color: rgb(99,89,89);
	padding-bottom: 5px;
	border-bottom: 3px solid rgb(228, 236, 236);
	text-align: center;
}
h3{
	text-align: center;
}
.clear {
	clear: both;
}
.pic_left{
	float: left;
}


div#site_frame {
	width: 800px;
	border: 1px solid gray;
	background: white;
}

/* päis */
#header img{
	border: 0;
	margin: 0;
	padding: 0;
}
div#header {
/*	background-image: url("estonia_back_blue.gif");*/
/*	background-repeat: repeat-x;*/
	border-bottom: 1px solid gray;
	height: 150px;
}

/* parempoolne menyy*/
div#menyy{
	float: right;
	width: 175px;
	height: 100%;
	padding: 5px;
	margin: 5px;
	background: #e7f4ff;
	border: 1px solid #b4deff;
}
div#menyy ul{
	list-style-type: none;
	padding: 0;
	margin: 10px;
}
div#menyy li{
	padding: 5px 0 5px 0;
	border-bottom: 1px solid rgb(153, 211, 255);
}

/* sisu */
div#content {
	width: 560px;
	padding: 10px;
	margin: 0;
/*	border: 1px solid silver;*/
}

#content ol {
	list-style: none;
	font-weight: normal;
}
#content ol.numbers {
	list-style-type: decimal;
}
#content ol.main {
	padding: 0;
	margin: 0; /* for IE 5.0 */
}
#content li {
	padding: 2px;
	margin: 0;
}
#content li.title {
	font-weight: bold;
}
#content p {
	text-align:justify;
	margin-bottom: 3em;
}
#content p.image{
	text-align: center;
}
#content p img {
	margin-left: auto;
	margin-right: auto;
}


div#note{
	width: 500px;
	padding: 10px;
	margin: 10px;
	border: 1px solid black;
	background: #F0F8FF;
}

.time_column {
	width: 25%;
	text-align: right;
	vertical-align: top;
}

