html, body {
  margin: 0px;
  padding: 0px;
  border: 0px;
}

.body-container {
    margin: 0 auto;
    margin-top:10px;
    width:1000px;
    padding:0;
    font-size:14px;
    font-family: helvetica;
    z-index:10000;
    position:relative;
 
}  
.inner-container {
/*
   min-height:690px;
   height:690px;
   overflow-y:auto;
*/
}

.background-container {
   background: url('http://thepaperwall.com/wallpapers/vintage_historical/big/big_7b95acc920f283b34bb76413e5a4b14f66d4ed9f.jpg') no-repeat;
   opacity:0.1;
   position:fixed;
   margin-top:-10px;
   width:100%;
   height:100%;
} 
 
h1,h2,h3,h4,h5 {
  	padding:0px;
  	margin:0px;
}
ul {
	list-style: none;
}

.small_link {
  width:180px;
  overflow:auto;
}

.tiny-text {
	font-size:12px;
	float:left;
}

.img-row {
  width:100%;
  height:155px;
}  
.img-container {
  width:300px;
  height:100%;
  overflow:hidden;
  
}
.left {
  float:left;
}

.body-col1 {
  width:38%;
  margin-right:20px;
}
.body-col2 {
  width:60%;
  
}

a {
  color:#0A9E3F;
  font-weight:bold;
}

a:hover {
  color:grey;
}