html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,big,cite,code,
del,dfn,em,font,img,ins,kbd,q,s,samp,
small,strike,strong,sub,sup,tt,var,
b,u,i,center,
dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body{line-height:1;}
ol,ul{list-style:none;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,
q:before,q:after{content:'';content:none;}
:focus{outline:0;}
ins{text-decoration:none;}
del{text-decoration:line-through;}
table{border-collapse:collapse;border-spacing:0;}

body {
  border-top: 1px solid #fff200;
  font: 12px/1.3 arial, sans-serif;
  color: #000;
  background: #ccc url("images/bg.png") center;
}

h1, h2, h3, h4 {
  margin-bottom: 1em;
  font-weight: normal;
}
h2 {
  font-size: 18px;
}
h3 {
  text-transform: uppercase;
  font-size: 14px;
}

a, a:link, a:visited {
  color: #000;
  text-decoration: none;
}
#container a:hover {
  background: #fff200;
}
a.img:hover {
  background: none;
}

p {
  margin: 1em 0;
}
p:first-child {
  margin-top: 0;
}

.clear {
  clear: both;
}

#container {
  min-height: 730px;
  width: 938px;
  margin: 0 auto;
  background: #fff url("images/container-bg.png") no-repeat;
}

#header {
  padding: 0 0 0 75px;
}
a#index {
  display: block;
  width: 100%;
  height: 185px;
  margin-bottom: 30px;
}
a#index:hover {
  background: none;
}


ul#nav {
  width: 780px;
  text-transform: uppercase;
  font: bold 11px "lucida grande", helvetica, arial, sans-serif;
  list-style-type: none;
}
ul#nav li {
  display: block;
  float: left;
  margin: 0;
  border-bottom: 2px solid #525252;
  padding-bottom: 4px;
}
ul#nav li:last-child a {
  padding-right: 0 !important;
}
ul#nav li a, ul#nav li a:link, ul#nav li a:visited {
  background-image: url("images/li.png");
  background-repeat: no-repeat;
  background-position: 0 2px;
  padding: 1px 32px 1px 17px;
}

ul#subnav li a, ul#subnav li a:link, ul#subnav li a:visited {
  font-size: 14px;
  color: #888;
  text-transform: uppercase;
}
ul#subnav li a:hover {
  color: #000;
}

ul#subnav li a.current {
  color: #000;
}

#body-container {
  padding: 20px 75px 0 75px;
  clear: both;
}

#body {
}

#footer-container {
  clear: both;
  padding-bottom: 20px;
}

#sidebar {
  float: left;
  width: 250px;
  margin-top: 26px;
}

#content {
  float: left;
  width: 510px;
  padding-left: 28px;
  margin-top: 26px;
}
#content img {
  margin: 0 0 20px 0;
}
#wide-content {
  clear: both;
  width: 768px;
}

#ohjelma {
  margin-bottom: 1.5em;
}
#ohjelma li {
  margin: 0 0 0 2em;
  list-style: none;
  font-size: 14px;
}
#ohjelma li a {
  display: block;
  width: 180px;
  margin: 0;
  padding-left: 20px;
  color: #888;
}
#ohjelma li a:hover {
  color: #000;
}
#ohjelma li a.current {
  color: #000;
  background: #fff200;
}

#fs a, #fs div {
  display: block;
  width: 233px;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
#fs #f1 {
  height: 142px;
  background-image: url("images/f1.png");
}
#fs a#f1:hover {
  background-position: 0 -142px;
}
#fs #f2 {
  height: 184px;
  background-image: url("images/f2.png");
}
#fs a#f2:hover {
  background-position: 0 -184px;
}
#fs #f3 {
  height: 118px;
  background-image: url("images/f3.png");
}
#fs a#f3:hover {
  background-position: 0 -118px;
}
#fs #f4 {
  height: 90px;
  background-image: url("images/f4.png");
}
#fs a#f4:hover {
  background-position: 0 -90px;
}
#fs #f5 {
  height: 140px;
  background-image: url("images/f5.png");
}
#fs a#f5:hover {
  background-position: 0 -140px;
}

.column {
  float: left;
  width: 170px;
  padding: 0 10px 0 10px;
}
.column.last {
  padding-right: 0;
}