body {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: georgia, verdana, arial, helvetica, sans-serif;
	color: #202020;
	background-color: #333;
	text-align: center;
/* part 1 of 2 centering hack */
	}
a {
	text-decoration: none;
	font-weight: bold;
	color:  #902020;
	outline: none;
}
a:visited {}
a:active {}
a:hover {
	text-decoration: underline;
}
strong, b {
	font-weight: bold;
}
p {
	font-size: 16px;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

h1 {
   color: #463a00;
   font-style: italic;
   font-size: 220%;
   margin-bottom: 0.5em;
}
h2 {
   color: #463a00;
   font-style: italic;
   font-size: 150%;
   margin-bottom: 0.5em;
}
h3 {
   color: #463a00;
   font-style: italic;
   margin-bottom: 0.5em;
}
h4 {
   color: #463a00;
   font-style: italic;
   margin-bottom: 0.5em;
}

blockquote {
   font-style: italic;
   color: #463a00;
}

img {
	border: 1px solid #222222;
}

.sposti {
        border: 0px;
}

.nowrap {
	white-space: nowrap;
	font-size: 10px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0;
/* must be combined with nobr in html for ie5win */
}

#mainbox {
	padding: 0px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto; 	/* opera does not like 'margin:20px auto' */
	background: #dbd6bf;
	border: 1px solid #000000;
	text-align:left; /* part 2 of 2 centering hack */
	width: 710px; /* ie5win fudge begins */
	voice-family: "\"}\"";
	voice-family:inherit;
	width: 710px;

        /* Hack to make min-height work with IE6: */
        min-height:580px;
        height:auto !important;
        height:580px;
}
html>body #mainbox {
	width: 775px; /* ie5win fudge ends */
}

#bgrbox {
  padding: 10px;
  background:url(/gfx/taustapiirros.jpg) no-repeat;

  /* Hack to make min-height work with IE6: */
  min-height:512px;
  height:auto !important;
  height:512px;
}

#logo {
  background:url(/gfx/foci-teksti.gif) no-repeat;
  height: 217px;
  padding-bottom: 20px;
}

#logo h1 {
  font-size: 1;
  color: #dbd6bf;
  visibility: hidden;
}

#right-deco {
  background:url(/gfx/filmi.gif) no-repeat;
  width: 151px;
  height: 556px;
  float: right;
}

#content {
  padding-right: 28px;
  padding-left: 28px;
}