body {
  margin: 0px;
  margin-top: 75px;
  font-family: sans-serif;
  height: 100%;
}

html {
  height: 100%;
}

#outer {
  overflow: visible;
  vertical-align: middle;
  height: 100%;
  margin-left: 0.5em;
  margin-right: 0.5em;
  position: relative;
}

.topbar {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  background-color: #555; 
  border-bottom: 2px black solid;
  overflow: auto; 
  text-align: center; 
  vertical-align: middle;
}

.topbar ul li a {
  background-color: #bad032;
  color: black;
  text-decoration: none;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
  padding-left: 0.5em;
  padding-right: 0.5em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

.topbar ul li a:hover {
  background-color: white;
}

.topbar ul {
  margin-top: 25px;
  list-style-type: none;
}

.topbar ul li {
  display: inline;
  margin-right: 0.5em;
}

.bigbutton {
    background-image: url(http://journeysurveys.com/images/topbar-bg.png); 
    background-repeat: repeat-x; border: 2px solid #bad032; 
    border-radius: 10px; 
    -moz-border-radius: 10px; 
    -webkit-border-radius: 10px; 
    padding: 0.5em; 
    height: 150px; 
    color: black; 
    text-decoration: none; 
    font-size: 120%;
}

.leftcolumn, .rightcolumn {
    max-width: 500px;
    min-width: 250px;
    top: 50%;
    position: absolute;
}

.leftcolumn {
    right: 52%;
}

.rightcolumn {
    left: 52%;
}

.bothcolumns {
    max-width: 1000px;
    min-width: 500px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1em;
}

ul.tour {
    list-style-type: none;
    margin-left: 0;
    padding-left: 0;
    min-width: 160px;
}

ul.tour li {
    background-color: #eee;
    background-repeat: repeat-x;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
    padding: 0.5em;
    margin-bottom: 0.5em;
    padding-left: 90px;
}

ul.tour h3 {
    font-size: 95%;
    margin-top: 0;
}

ul.tour li p {
    font-size: 85%;
    margin-bottom: 0;
}

h1 {
font-size: 1.2em;
}

h2 {
font-size: 1.1em;
}

.thumb {
margin-left: -82.5px;
float: left;
border: 1px solid #bad032;
}

.clear {
clear:both;
}

.textbox {
width: 95%;
margin: 10px auto;
}