/*Jane Eichenberger
Name of file: index.css
August 14, 2014
Week 9
index.html
*/

body {
	background-color: #869dc7;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #000066;
	font-family: verdana, sans-serif;
	} 

#wrapper	{
	margin: 0;
	min-width: 900px;
	height: auto;
	color: black;
	border-left: 4px solid blue;
	border-right: 4px solid blue;
	font-family: verdana, sans-serif;
	background-color: white;
	}	

#header	{
	background-color: blue;
	width: 900px;
	
	}

#leftcolumn	{
	float: left;
	background-color: white;
	display: block;
	margin: 0;
      margin-top:60px;
      margin-bottom: 50px;
	width: 150px;
	font-family: verdana, sans-serif;
	}
#nav	{
	float: left;
	width: 120px;
	text-align: left;

	}
#nav a {
	text-decoration: none;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	display: block;
	border-bottom: 4px solid blue;
	}
	
#nav ul {
	list-style-type: none; 
	margin: 0; 
	padding: 0; 
	}
#nav a:link {color: blue;}
#nav a:visited {color: gray;}
#nav a:hover {color: black;}

#rightcolumn	{
	margin-left: 175px;
	background-color: white;
	padding-top: 50px;
	margin-top: 0;
	width: 725px;	
	}	
	
h1	{
	background-color: blue;
	color: gray;
	text-align: center;
	}
	
h2	{
	color: white;
	text-align: center;
	}
h4	{
	color: blue;
	font-family: verdana, sans serif;
	font-size: 1.25em;
	}
	
p	{
	color:#000066;
	}

#footer	{
	margin-top: 0;
	padding-top: 0;
	background-color: blue; 
	color: 	white;
	font-family: verdana, sans-serif;
	font-size: 1em;
	text-align: center;
	border-top: 2px solid blue;
	clear: both;
	}
	
#footer p	{
	font-size: .75em;
	color: white;
	}
#footer li	{
	display: inline;
	padding-left: 4px;
	}	
#footer a {
		text-decoration: none;
		font-family: verdana, sans-serif;
		font-size: 1em;
	}
	
.footer a:link {color: white;}
.footer a:visited {color: gray;}
.footer a:hover {color: black;}

	
hr	{
	border: 2px solid blue;
	}
