article {
  width: 75%;
  min-width:1000px;
  margin-left: auto;
  margin-right: auto;
}

.logo {
  float:left; 
  position:relative;
  left: 250px;
  z-index:2;

}



.tablediv {
  padding: 20px;
  
   
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  border-radius: 5px;
}

.headerdiv {
  margin: 20px;
  width: 82%;
}

 h1 {
  text-align: center;
}

.subdiv {
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  border-radius: 5px;
}

.rightdiv {
  float:right;
  width:15%;
  margin-top: 8px;
  height:132px;
  border-style: solid;
  border-color: #cccccc;
  border-width: 1px;
  border-radius: 5px;
  text-align: center;
}

.searchdiv {
  
  text-align:left;
  margin-left:20px;
  margin-top:20px;


}


#searchfield {
  width:85%;
  border-style: solid;
  border-color: #444444;
  border-width: 1px;
  border-radius: 5px;
  padding-left:5px;
}

.rightdiv  input[type=submit]{
	
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  background-color: #c09455;
  
  border-style: solid;
  border-color: #444444;
  border-width: 1px;
  border-radius: 5px;
  
  
  font-size: 20px;
  color:#444444;;
  
}

#sub1 {
  background-color: #68a26a;
}

#sub2 {
  background-color:#6fabb6;
}

footer {
  clear:left;
  position:fixed;
  bottom:0px;
  width: 100%;
  margin-top: 40px;
  margin-right:15px;
  text-align:right;
  font-size:10px;
	
}