html {
	background-color: #a52a2a
}

body {
	background-color: silver
}

#header { 
    display: block;  
   	width: auto; 
   	height: 36px;   	  
    background-color: teal;          
    padding-bottom: 7px;    
	border-bottom: 7px ridge  #a52a2a
}

#footer { 
    display: block; 
    width: auto;
    height: 36px;       
    background-color: teal;    
    padding-top: 7px;        
	border-top: 7px ridge  #a52a2a	
}

.nav-contact{
	display: inline;
	float: left	
}

.nav-up{
	display: inline;
	float: right
}

.nav-left {
	display: inline;
	float: left
}
.nav-right {
	display: inline;
	float: right
}

h1 {
	text-align: center
}

li {
     display: list-item;     
     margin-bottom: 0.17in; 
     line-height: 0.18in
}

p,h3 {  
	padding-left: 10px;
	padding-right: 10px
}

p.summary {
	display: block;
	position: relative;	
	margin-left:20%;
	margin-bottom:30px;		
	background-color: inherit;
	font-style: italic;
	width: 60%
}

#date-stamp {
	text-align: center
}


table {
	display: table;
	border: 5px ridge  #a52a2a;
    margin-left: auto;
    margin-right: auto
}

td,th {
    background-color:#e5e5e5;       
	text-align: center;
	border: 2px ridge  #a52a2a;
	padding-left: 5px;
	padding-right: 5px	
}

th {
	padding-bottom: 10px;
	padding-top: 10px
}

img { display:block;
      margin-left: auto;
	  margin-right: auto
	
}

input,textarea {
	background-color: #e5e5e5;
}
