
.text-left { text-align: left }
.text-right { text-align: right }
.text-center { text-align: center }
.text-justify { text-align: justify }

body{
	width: 98%;
    background-color: #DEB887;
    background-image:url("background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    margin: 0 0; 
    padding-top: 10px;
}

h1 { 
	font: normal 20px Arial;
	font-weight: bold;
}

img.block {
	display:block;
}

div, img {
  margin:0;
  padding:0;
  border:0;
}

div#wrapper {
  width:90%;
  max-width: 1200px;  /*Change here for width of site*/
  /*text-align:left; */
  margin:0px auto;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border-left: 3px solid rgba(0, 0, 0, 0.65);
  border-bottom: 3px solid rgba(0, 0, 0, 0.65);
  border-right: 1px solid rgba(0, 0, 0, 0.5);
  border-top: 1px solid rgba(0, 0, 0, 0.5);
    */
}

div#header { 
    background-color:#4f815d;
    background-image: url("banner.jpeg"); Static banner, no linking
    color:black;
    height:236px;
}

div#topnav {
  font: bold 22px Verdana,Arial;
  clear:both;
  background-color:#69697c;
 /* text-align:left;*/
  color:#fcecac;  
  padding: 0%;  
}

div#content {
    clear: both;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 100px;
    background-color: #ffffff;
    /*text-align: center;*/
}

div#bottom {
  clear:both;
  border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
  background-color:#6c6c6d;
  padding:1%;
  text-align:right;
  color: #000000
  
  
    
}

a:link {
  text-decoration: none;
  color: #04106a
    
}

a:visited {
  text-decoration: none;
  color: #000e76
}

a:hover {
  text-decoration: underline;
  color: #04106a
}

a:active {
  text-decoration: underline;
}