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

body {
	
	background-color: lightgray;
	
	line-height: 1.25; 
	
	background-image: url("Images/wov.png"); 
	
}

#wrapper {
	
	width: 960px; 
	
	margin-top: 16px; 
	
	margin-left: auto; 
	
	margin-right: auto; 
	
	background-color: white; 
	
	padding: 8px 16px;
	
	border-width: 2px; 
	
	border-style: double;   
	
	border-color: #0005FF;
	
}

h1, h2, h3 {
	
	font-family: Times New Roman;  
	
}

h1 {
	
	background-color: darkseagreen;
	
	color: darkblue;
		
	font-size: 24px;
		
	text-transform: uppercase;
	
	text-align: center; 
	
	padding: 8px 8px;
	
	background: -webkit-linear-gradient(#27F8F5,#00DBFF); /* Safari */
	
	background: -o-linear-gradient(#27F8F5,#00DBFF); /* Opera */
	
	background: -moz-linear-gradient(#27F8F5,#00DBFF); /* Firefox */
		
	background: linear-gradient(#27F8F5,#00DBFF); /* Standard Syntax */

	
}

h2 {
	
	background-color: lightskyblue; 
	
	text-align: center; 
	
	font-size: 20px; 
	
	color: darkmagenta; 
	
	padding: 8px 8px;
			
}

h3 {
	
	font-size: 16px; 
		
	color: mediumblue; 
	
	margin-bottom: 8px; 
	
	border-bottom: 2px dashed #0005FF;
		
}

p {
	
	font-size: 16px; 
	
	font-family: Georgia; 
	
	margin-left: 8px; 
	
	line-height: 2;  
	
	margin-top: 8px;
	
	margin-bottom: 8px; 
	
}

li {
	
	margin-bottom: 8px;
	
}

ul li {
	
	list-style-type: circle;
	
	list-style-position: inside; 
	
}

footer {
	
	text-align: center; 
	
	clear: both; 
	
}

.feature-box {
	
	background-color: #9AE9CD; 
	
	line-height: 1.5; 
	
	padding: 10px; 
	
	margin: 0 auto 16px; 
	
	border-radius: 8px; 
	
	box-shadow: 4px 4px 4px #888888; 
	
	font-size: 16px; 
		
	width: 30%; 
	
	float: right;
	
}

nav p {
	
	font-weight: bold;  
	
	text-align: center; 
	
	padding: 8px; 
	
}

img {
	
	padding: 8px; 
	
	background-color: #ffffff; 
	
	border: 2px solid #1198F9
	
}

.gallery {
	
	margin: 8px; 
	
	float: left; 
	
}

.alignleft {
	
	float: left; 
	
	margin-right: 8px; 
	
	margin-bottom: 16px; 
	
}

.alignright {
	
	float: right; 
	
	margin-left: 8px; 
	
	margin-bottom: 16px; 
	
}

.clear {
	
clear: both; 
	
}

section {
	
	width: 65%; 
	
}
