@charset "utf-8";
/* CSS Document */
	@import url(footer.css);
	

		
	body {
			font-size: 1.1em;
			font-family: Georgia, serif;
			margin-top: 1em;
		 }

	* {
		padding: 0;
		margin: 0;		
	  }	

	  

	header {
		width: 960px;
	}
		 	  
			 
	#container {
		width: 960px;
		margin-top: 0; 
		margin-bottom: 0;
		margin-left: auto;
		margin-right: auto;
		border-width: 1px;
		border-style: solid;
		background-color: #f3f6e9;
				 }	
				 
	#left {
		width: 297px;
		padding: 10px;
		border-right: solid 3px teal;
		float: left;
	}			 

	#middle {
		width: 297px;
		padding: 10px;
		border-right: solid 3px teal;
		float: left;
	}			 

	#right {
		width: 297px;
		padding: 10px;
		float: left;
	}			 

	h1 {
			padding: 10px;
			color: white;
			text-align: center;
			background-image: url(images/blacktexture.jpg);
			background-color: teal;
		
	}
	
	h2 {
		padding: 10px;
		margin-bottom: 10px;
		color: white;
		background-color: navy;
		text-align: center;
	}
	
	p {
		text-indent: 1em;
	}
	
	
	
	
