 html, body {
  margin:0;
  padding:0;
  border:none;
  font-family:verdana,sans-serif;
  background-image:url(bw.jpg);
  background-repeat: repeat-y;
}



 #container {
  width: 70%;
  max-width: 1000px;
  min-width: 300px;
  margin: 0 0 0 150px;
  padding: 0;
}

a {
border: none;
}

#container h1 {
  border: thin solid green; /* remove this line to remove the border */
display:none;
}
#container h2 {
  clear: both;
margin-bottom:4px;
/  border: thin solid blue; /* remove this line to remove the border */
}
#thick-col {
  width: 67%;
  margin-left:12px;
  float: left; /* switch this to left and below to right to change the column locations */
/  border: thin solid black; /* remove this line to remove the border */
}
#thin-col {
  width: 30%;
  float: right; /* switch this to right and above to left to change the column locations */
/  border: thin solid red; /* remove this line to remove the border */
margin-top:16px;

  background-image:url(wgw2.jpg);
  background-repeat: repeat-y;
} 

ul{
list-style:none;
}

li{

font-style: italic;

}

#thick-col li{
padding-bottom:10px;

}

#thin-col li{
padding:0 0 1em 1em;
font-style: normal;
}

#container h3 
{
padding-bottom:0px;
margin-bottom:0;
}




a{

}


a:link{

color:#0186cb;
}


a:visited{
color: #97be0d;
}



a:hover{
color: #002a5d;
}


