@charset "UTF-8";
/* CSS Document */


<style type="text/css">

body { background-color: #00290c;
	
}

#container {
	width: auto;
	height: auto;
	padding-left:5px;
	padding-bottom: 50px;
		}

#logo {
	height: 200px;
	width: 90%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
}

#announcement {height: 70px;
				width: auto;
				clear: both;
				margin-top: 20px;

}

#facebook { float: right;
			margin-right: 50px;
			}

#twitter { float: right;}

#blogger { float: right;}

#google { float: right; margin-bottom: 10px;  }

#pinterest { float: right;
			margin-right: 3px;
}

#goodreads { float: right;
	    	margin-right: 3px;
	    	margin-bottom: 30px;
	    	clear: left;
	    	}


#project {clear: both;
			margin-left: 50px;
			font-style: italic;
			font-family: cursive;
			font-size: xx-large;
			color: white;			
}	

#content {
		height:auto;
		width:auto;
	margin-right:100px;
	margin-left: 50px;
	margin-bottom: 20px;
	float: left;
	clear:  both;
	
			 }

#nav bar {height: auto;
			width:auto;	
			clear: left;
			float: right;
			margin-left: 1px;
}

ul li {list-style-type: none;
		font-style: italic;
		font-family: cursive;
		font-size: large;
}

a:link {

	text-decoration:none;
	color: white;
		
}

a:visited {

	color:white;
}

a:hover {

	color:white;
	text-decoration: underline;
}

a:active {
	
}

#introduction { clear: both;
			font-style: italic;
			font-family: cursive;
			font-size: x-large;
			color: white;
			margin-left: 50px;
			width: 70%;	
		
}



</style>
