#container {
	width: 100%;
	align: center
}

.absolute {
	position: absolute;
	top: 25px;
	left: 23px;
	width: 250px;
	depth: auto;
	z-index: 2;
}

img { 
  width: 100%;
  height: auto;
  opacity: 0.5;
}

.absolute img {
	opacity: 1;
}
h1 {
  border-style: solid;
  border-width: 2px;
  border-color:rgb(255,0,0);
  padding: 2px;
  background-color: rgb(255,255,0);
  text-align: center;
  color: rgb(255,0,0);
  margin-top: none;
}

body {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px
}

#footer {
  margin-top: 5px;
  margin-bottom: 5px;
  padding: 5px;
  text-align: center;
  background-color: rgb(255,0,0);
  color: rgb(255,255,0);
}

div .footer-two {
  overflow: hidden;
  background-color: #333;
  color: rgb(255,255,255);
  font-size: 10px;
  padding: 5px 10px 5px 10px;
}

.footer-two a {
  float: right;
  font-size: 12px;
  color: white;
  line-height:18px;
  text-decoration: none;
}

.navbar {
  overflow: hidden;
  background-color: #333;
}

.navbar a {
  float: left;
  font-size: 16px;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 16px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

* {
  box-sizing: border-box;
}

/*.header {
  background-color: #9933cc;
  color: #ffffff;
  padding: 15px;
}

.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.menu li {
  padding: 8px;
  margin-bottom: 7px;
  background-color: #33b5e5;
  color: #ffffff;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.menu li:hover {
  background-color: #0099cc;
}
*/

.left {
  float:left;
  width:20%;
}

.main {
  float:left;
  width:60%;
}

.right {
  float:left;
  width:20%;
}
