html {
  overflow-y: scroll;
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	color:#000000;
	margin:	0; 
	padding: 0;
}

a {
  color: blue;
  text-decoration: none;
}

a:hover {
  color: #21883c;
  text-decoration: underline;
}

#header {
  text-indent: -9999px;
  background-image: url(images/ofi-header.png);
  background-repeat: no-repeat;
  height: 143px;
}

#container {
  width: 900px;
  margin-right: auto;
  margin-left: auto;
}

#nav a {
  color: black;
}

#nav a:hover {
  color: white;
  text-decoration: none;
}

#nav {
  font-family: Tahoma,Helvetica,Arial,sans-serif;
  background-color: lightgray;
  text-align: center;
}

#nav ul {
  list-style-type: none;
  padding: 1px;
}

#nav li {
  font-size: 1.2em;
  font-weight: bold;
  display: inline;
  padding-right: 2.5em;
  padding-left: 2.5em;
}

#content {
  text-align:justify;
  margin: 20px 10px 0 0;
  width: 710px;
  float: left;
}

#different {
  border: black solid 1px;
  text-align: justify;
}

#callus {
  background-color: #6596C1;
  font-weight: bold;
  text-align: center;
}

#difftext {
  padding: 5px;
}

#sidebar {
  margin-top: 40px;
  width: 170px;
  float: right;
}

#webring {
  margin-top: 5px;
  text-align: center;
  font-weight: bold;
  font-size: .9em;
  border: black solid 1px;
  padding: 5px;
}

#footer {
  clear: left;
}

#address {
  font-size: 1em;
  padding: 10px 10px 10px 10px;
  margin-top: 25px;
  margin-left: auto;
  margin-right: auto;
  display: table;
  border: black solid 1px;
}

#mach {
  margin: -170px 0 0 -50px;
  float: right;
}

#tour {
  padding-top: 25px;
  text-align: center;
}

#tour ul {
  list-style-type: none;
  padding: 0;
}

#tour li {
  display: inline;
}

#tourtitle {
  padding: 15px 0 10px 0;
  font-weight: bold;
}

img {
	border:	0;	
}

#copyright {
  padding-top: 5em;
  text-align: center;
  clear: both;
  font-size: .65em;
}

