/*
   Final Project

   Author:  Ashley Badeau	   
   Filename:   style.css
*/


body {
	background-color: white;
}

img { 
	max-width: 800px;
	height: auto;
}

nav {
	float: left;
	font-family: 'Times New Roman', 'Times', serif;
	width: 250px;
}


article {
   width: 649px;
   border-left: 1px solid black;
   background-color: white;
}

article h1 {
   font-size: 30px;
   font-weight: normal;
   letter-spacing: 5px;
   padding: 5px 0px 0px 15px;
}


article p {
   font-family: 'Times New Roman', Times, serif;
   margin: 15px;
   font-size: 1em;
}


footer {
   width: 900px;
   background-color: white;
   clear: left;
   color: black;
   font-size: 10px;
   height: 20px;
   line-height: 20px;
   border-top: 1px solid black;
   text-indent: 15px;
}

table, th, td {
	border: 1px solid black;
	
}

table {
	border-collapse: collapse;

}




