body {
  background-color: #800909
}

h2 {
  font-family: Verdana;
  font-weight: bold;
  text-align: center;
  padding-top: 25px;
  padding-bottom: 25px;
  color: #acd1b2;
}

.col img {
	width: 100%;
	float: left;
	padding: .25em;
}

#navbar {
  position: relative;
  top:10px;
  left:50%;
  margin-left:-254px;
}

#header {
  position: relative;
  top: -10px;
  background-color: #4ab417;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

ul {
  list-style-type: none;
  position: fixed;
  margin: -10px;
}


li {
  display: inline;
  border: 2px solid #000000;
  font-family: Futura, Tahoma, sans-serif;
  color: #ffffff;
  padding: 5px;
  border-radius: 5px 5px;
  background-color: #cc0323
}
  
  
  ol { 
   list-style-type: lower-roman
  position: absolute;
	  margin: 10px;
}
  
  
#left {
  width: 100%;
  float: left;
}

p {
    
  font-family: Tahoma;
  font-size: medium;
      color: white
}

#right {
  width: 45%;
  float: right;
}

#bottom_left {
  border-bottom-left-radius: 15px;
}

#bottom_right {
  border-bottom-right-radius: 15px;
}

#footer {
  clear: both;
  position: relative;
  bottom: -20px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  height: 75px;
  background-color: #4ab417;
}

#button {
  border: 2px solid #000000;
  float:left;
  position: relative;
  left: 229px;
  bottom: -20px;
  border-radius: 5px;
  background-color: #cc0323;
  height: 50px;
  width: 150px;
}

#button p {
  position: relative;
  bottom: 10px;
  font-size: 0.8em;
  color: #acd1b2;
  text-align: center;
}

.bold {
  font-family: tahoma;
  font-weight: bold;
  font-size: 1.2em;
  font-variant: small-caps;
  color: #ffffff;
}

@media (min-width: 200px){
	
	.parties li {
		font-size: x-small;
	}
}

@media (min-width: 480px){
	.parties li {
		font-size: small;
		float: left;
	}
}

@media (min-width: 960px){
	.parties li {
		font-size: medium;
	}
	
	.col img {
	width: 30%;
		}
}
