/* CSS Document */
body {
  background-color: #0281D5;
;
  font-size: 10pt;
  font-family: Verdana;
  color: #ffffff;
  }

a {
  color: #ffffff;
  }

a:visited {
  color: #ffffff;
  }

a:hover {
  color: yellow;
  }

a.current {
  color: yellow;
  font-weight: bold;
  }

h1 {
  font-size: 10pt;
  }

h2 {
  font-size: 10pt;

  text-align: center;
  }


hr {
  border: 0px;
  font-size: 0px;
  visibility: hidden;
  clear: both;
  width: 0px;
  }
  
#wrap {
  border: 1px solid #ffffff;
  width: 960px;
  background: #0099FF;
  }
  
#header {
  background: url('../images/spermonik.jpg') center top no-repeat;
  height: 234px;
  }
  
  
div.big {
  font-size: 16pt;
  color: #ffffff;
  font-family: Arial;
  padding: 5px;
  }
.yellow {
  color: yellow;
  }


ul.pages {
  margin: 0px;
  padding: 3px;
  list-style: none;
  } 
  
ul.pages li {
  margin: 0px;
  padding: 3px;
  display: inline;
  text-align: center;
  font-size: 16pt;
  }  



.small {
  font-size: 8pt;
  text-align: center; 
  }

#feed {
  width: 770px;
  margin: 0px auto;
  }

#feed ul {
  margin: 0px;
  padding: 0px;
  }
  
#feed li {
  list-style: none;
  font-size: 8pt;
  font-family: Verdana;
  margin: 0px;
  padding: 0px;
  float: left;
  width: 150px;
  height: 170px;
  text-align: center;
  float: left;
  }

#feed li img {
	border: 1px solid #000000;
	}

#feed li:hover img {
	border: 1px dotted #000000;
	}
	
div.clearpix {
	clear: both;
}

#footer {
  text-align: center;
	background: #4EA7E2;
	padding: 10px;
	font-size: 8pt;
	border-top: 1px solid #ffffff;
	color: #015994;
  }
