body {width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2%;
  margin-bottom: 2%;}
  
body {background-image: url(swirl.jpg); background-repeat: repeat;}

#header {background-color: #6BBAA7;
  color: white;
  font-family: 'Raleway', Arial, serif;
  font-size: 50px;
  text-align: left;
  padding: 40px;}

#nav {line-height:30px;
    background-color: #FBA100;
    font-family: Arial, serif;
    height: 170px;
    width: 135px;
    float: right;
    padding: 10px;}
    
#section {background-color: white;
	font-family: Arial, serif;
	width: 87%;
	height: 80%;
    color: black;
    float: left;}
    
p	{padding-left: 20px;}
    
em {color: #6BBAA7;}

ul {font-family: Courier New, Times New Roman, serif;}
   
h2 {color: #B6A19E;
	padding-left: 20px;}
	
table, td, th {border: 1px solid #ddd;}
	
table {border-collapse: collapse;
    width: 100%;}

th, td {
    padding: 8px;
    text-align: center;
    border-bottom: 1px solid #ddd;}

#footer {background-color: #6C648B;
    color: white;
    font-family: Arial, serif;
    font-size: 10px;
    text-align:center;
    padding: 10px; 
    clear: both;}
    
a:link {color: black;}

a:visited {color: black;}
  
a:hover {color: white;}