/* CSS Document */
* {
  margin: 0;
  padding: 0;
}



body {
	background-color:#ebe6e1;
	background-image: url(teaprint.jpg);	
	background-repeat: no-repeat;	
}

h1 {
	text-align:left;
	letter-spacing:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#323232;
	font-size: 18px;
	margin-bottom: 0px;
	}
.header {
	margin:100px auto auto 70%;
}


h3 {text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#323232;
	font-size: 15px;
	margin-bottom:10px;
	font-weight:normal;
	}

hr { 
	width: 100%; 
	height: 2px; 
	color: #123121;  
	background-color:#b2a598;
	border:0;
	}
p {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 12px; 
	line-height: 16px;
	color:#323232;
	}
	
blockquote {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 13px; 
	left:0px;
	position:relative;
	color:#323232;
	}
.attribution {
	text-align:right;
	margin:10px;
}	

.textteal {
	color:#008080;
}	
a {

}
a:link {
	color:#323232;
	}
a:visited {
	color:#323232;
}
a:active { }

a:hover {
	color:#008080;
		}
li {
	font-family:Georgia, "Times New Roman", Times, serif;
	list-style-type:none;
	font-size: 12px;
	margin:10px;
	color:#323232;	
	}
.nav {
	margin:70px auto auto 0px;
	float:left;
}
.content {
	position:relative;
	margin:10px auto auto 100px;
	float:left;
	top:70px;
	width:400px;
	}
.content li {
	text-align:left;
	margin:10px auto 10px 0px;
	}
