body,html {
 padding: 0;
 margin: 0;
 height: 100%;  
}
body
{
 background: #e4ecff url(/gfx/bg3.jpg) repeat-y center;
 font-family: 'Lato', sans-serif;
 color: #000;
 font-size: 16px;
}
.content
{
  margin: auto;
  min-height: 800px;
  width: 1000px;
}
.head
{
  background: #2e3e58;
  text-align: center;
}
.article-spacer {
  height: 30px;
}
.head-top {
  height: 127px;
  padding-top: 20px;
  padding-left: 20px;
}
.head a.logo {
  width: 100%;
  display: block;
}
.head a.logo img {
  width: 100%;
  max-width: 1394px;
}
.clear {
  clear: both;
}
.menu
{
    font-size: 0;
	text-align: center;
}
.menu a:nth-child(1) {
	border-left: 0;
}
.menu a
{
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    padding-left: 35px;
    padding-right: 35px;
    border-left: solid 2px;
    margin-top: 20px;
    margin-bottom: 20px;
	width: 130px;
}
.menu a:hover, a.active
{
  font-weight: bold;
}
.footer {
  background: #f6f6f6;
  text-align: center;
  padding: 10px;
  border-top: solid 1px #9f9f9f;
  border-bottom: solid 1px #9f9f9f;
  font-size: 10px;
}
.clear {
  clear: both;
}
.article-content {
    padding: 20px;
}
#cookie {
  position: fixed;
  top: 0;
  height: 40px;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  color: #000;
  border-bottom: solid 1px #666;
  display: none;
  line-height: 40px;
}
.cookieclose {
  margin-left: 10px;
  color: #ff0000;
  font-weight: bold;
  cursor: pointer;
}
.list {
    text-align: center;
}
.error {
  border: solid 1px red;
  background: #ffeeee;
}
img.jury {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 170px;
  height: 170px;
  margin-bottom: 0;
}
.jury_wrapper {
	margin-bottom: 140px;
}
.jury_head {
  height: 180px;
  font-weight: bold;
  margin-bottom: 50px;
}
.jury_head h2 {
    margin-bottom: 0px;
	text-align: left;
	margin-top: 0;
}
.jury_head p {
    margin-bottom: 10px;
    margin-top: 0;
}
h1 {
	display: block;
    font-size: 2em;
    font-weight: bold;	
	text-align: center;
}
h2 {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 40px;
    margin-top: 70px;
}
p {
	text-align: justify;
	margin-bottom: 30px;
}
.prize {
	text-align: center;
	font-size: 18px;
	margin-top: 55px;
}
.prizeWinner {
	font-size: 18px;
	margin-bottom: 5px;
}
.workiId {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 14px;
}
.prizeReason {
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 12px;
}
.organiser a {
	display: block;
	text-align: center;
}
.organiser {
    height: 300px;
}
.organiser .img {
	display: block;
	width: 230px;
	text-align: center;
	margin: auto;
	padding-bottom: 30px;
}
@media (max-width: 1000px) {
	.content {
		width: 100%;
		min-width: 240px;
	}
	.menu nav a {
		display: block;
		float: none;
		text-align: center;
		width: 100%;
		border-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
}