@font-face {
	font-family: "PTSans";
	src: url("ttf/PTSans.ttf") format("truetype");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "PTSans";
	src: url("ttf/PTSansItalic.ttf") format("truetype");
	font-weight: normal;
	font-style: italic;
}
@font-face {
	font-family: "PTSans";
	src: url("ttf/PTSansBold.ttf") format("truetype");
	font-weight: bold;
	font-style: normal;
}
@font-face {
	font-family: "PTSans";
	src: url("ttf/PTSansBoldItalic.ttf") format("truetype");
	font-weight: bold;
	font-style: italic;
}
body {
 font-family: "PTSans", Sans-Serif;
 background: #ededed;
 margin: 0px;
}
#main {
 margin: 0px 5% 0px 5%;
 padding: 0px;
 background: #ffffff;
 box-shadow: 
  5px  0 10px #888,
  -5px 0 10px #888;
}
#banner {
 margin: 0px;
 padding: 0px;
 width:100%;
 height: auto;
}
#announcement {
 background: #ffffff;
 margin: 10px 0px 0px 0px;
 padding: 10px 10px 10px 10px;
 border-width: 5px 0px 5px 0px;
 border-style: solid;
 border-color: #ff0000;
}
@keyframes blinker {
 to { opacity: 0; }
}
#announcement h3 {
 color: #ff0000;
 animation: blinker 0.5s cubic-bezier(.5, 0, 1, 1) alternate infinite;
}
#news {
 background: #dcdcdc;
 margin: 0px 20px 0px 20px;
 padding: 10px 10px 10px 10px;
 border: 1px solid #696969;
}
#news h3 {
 margin: 0px;
}
#news .img-expander {
 height: 230px;
 overflow: hidden;
}
#news .img-expander:hover {
 overflow: visible;
}
#news .img-expander img {
 position: relative;
 z-index: 999;
 width: 100%;
}
#text {
 margin: 0px;
 padding: 20px 20px 20px 20px;
}
.contact {
 color: #ff0000;
}
.biblio li {
 margin-bottom: 16px;
}
.biblio p {
 margin: 0px;
}
.biblio p:nth-of-type(1) {
 font-weight: bold;
}
.biblio p:nth-of-type(2) {
 font-style: italic;
}