body	{
	margin:	0;
	padding:	0;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size:    small;
	color:	#566;
	background-color : #fdfdfe;
	background-image: url(tausta.gif);
	}
div, p, th, td, li, dd, dl, dt    {
             /* redundant selectors to help NS4 not forget */
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    color: #566;
    font-size: small;
    }

i {
	 	font-weight: italic;
	}
	
dt 	{
	font-weight: bold;
	}

.content {
	padding: 10px 20px;
	margin: 20px 15%;
	background-color: #fff;
	background: white repeat scroll 0% 0%;
	border-width: 1px;
	border-style: solid;
	border-color: #ccc;
	min-width: 350px;
        max-width: 800px;
	}

p {
	line-height: 1.2em;
	}

ul
{
	line-height: 1.5em;
	}



h1, h2
{ font-family: Arial, Helvetica, Sans-Serif; }


h1	{
	font-size: 1.6em;
	color: #888;
	}

h2	{
	font-size: 1.25em;
	}

h3, h4, h5, h6 {
	font-size: small;
	}

img
{ border: 0
  display: block; }

a	{
	text-decoration:	none;
	font-weight:	bold;
	}

a:link	{
	color:	#06c;
	background-color: transparent;
	}

a:visited	{
	color:	#05a;
	background-color: transparent;
	}

a:active	{
	color:	#e40;
	background-color: transparent;
	}

a:hover	{
	color:	#F60;
	background-color: transparent;
	text-decoration:	underline;
	}

.ahem	{
	display:	none;
	}

.small	{
	font-size: 12px;
	}

li
{ list-style-type: square; }


li:hover
{ color: #e40; }


strong {
	color: #566;
	background: transparent;
	}

code, tt, pre	{
	font-size: medium;
	font-family: "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}

.left
{ float: left;
  padding-top: 40px;
  padding-bottom: 20px;
  width: 280px;
  margin: 0 0 0 1%;
  border-width: 0 1px 0 0;
  border-style: solid;
  border-color: #ccc; }



.right
{ margin: 0px;
  height: 100%;
  padding: 0px;
  white-space: nowrap;
  }

p.intro
{ font-size: 11px;
  margin: 0;
  padding: 4px;
  width: 270px;
  text-align: right; }


.picbox
{ float: left;
  margin: 0;
  padding: 10px;
  white-space: nowrap;
  width: 180px; }

.navibox
{ margin: 0;
  padding: 0 20px;
  white-space: nowrap; }


#footer, .marginalia {
	font-size: 0.8em;
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #cccccc;
	}

