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

body {
	background-image: url("light_textured_backround.jpg");/*http://www.momorialcards.com/texturebackgrounds.html is where I found the background*/
	background-size: 100%;
	color: #fff;
}

#container {
	width: 600px;
	margin: auto;
}

h1, h2, h3, h4, p {
	font-family: 'Open Sans', sans-serif;
	color: brown;
	
}

h1 {
	font-size: 35px;
}

h2 { 
	font-size: 25px;
	
}

h3 {
	font-size: 20px;
	margin-bottom: -5px;
}

p { 
	font-size: 15px;
	margin-bottom: -5px;
}


a {
	text-decoration: none;
}

address {
	font-family: 'Open Sans', sans-serif;
	color: black;
	margin-bottom: -10px;
	
}

header, div#content, {
	margin: auto;
	width: 600px;
	
	
}

header {
	float: left;
}

header #logo {
	margin: 0 15px 0 0;
	float: left;
}

footer {
	clear: left;
	float: none;
	padding: 15px 0 30px 0;
	text-align: center;
}


	
	
	
	
	
	
	
	
	
	
	
