body{
	background: url("body_bg.gif");
	margin:0;
	text-align: center;
	font: 0.8em 'Arial', sans-serif;
	color: #333;
}

#main{
  margin: 3.5em auto;
  background-color: #fff;
  border-top: 5px #f00 solid;
  border-bottom: 5px #f00 solid;
  width: 70%;
  min-width: 70%;
  text-align: left;
  border-right: 1px #333 solid;
  border-left: 1px #333 solid;
  color: inherit;
}
#header{
  background: #FFF;
  color: inherit;
  text-align: right;
  padding: 8px;
}

#content{
  padding: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

#navigation{
  background: url("nav-bg.gif") bottom repeat-x;
  display: block;
  padding: 2px;
  margin: 0;
  list-style-type: none;
  color: inherit;
}
#footer{
  text-align: center;
  font-size: 0.8em;
  color: #ccc;
  background: inherit;
}

.img {
	border: none;
}
#navigation li{
  display: inline;
  margin: 0 3px;
  padding: 0 9px 0 3px;
  border-right: 1px #E34E02 solid;
  color: #FFF;
  background: inherit;
}
#navigation li a{
  color: #FFF;
  text-decoration: none;
  background: inherit;  
}
#navigation li a:hover{
  text-decoration: underline;
}
#table1 {
text-align: center;
}

h3{
  color: #666;
  font: italic 1.1em "Tahoma",sans-serif;
  text-align: center;
  padding: 3px 4em;
  background: #ccc;
  margin: 0;
}

h4{
	font-weight: bold;
	text-align: left;
}

p{
  margin: 10px;
  padding: 3px;
}
  
p.line { 
  margin: 18px;
  padding: 3px;
  border-bottom: 1px #f00 solid;
}

.quote {
  font-size: 80%;
  font-style: italic;
}
li {
  font-size: 90%;
  margin: 15px;
}
a{
  color: #000;
  background: inherit;
  text-decoration: underline;
}
a:hover{
  text-decoration: none;
  background: inherit;
  color: inherit;
}
#footer a{
  color: #ccc;
  background: inherit;
}


