/*
	Ziller
	Layout Style Sheet
	Angela Garrett
	Tutorial 6, Case Problem 3
	10/26/2015 
*/

@import url(footer.css);

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

*	{
	margin: 0;
	padding: 0;
}

#container	{
	width: 960px;
	margin-top: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
	border: 1px solid;
	background-color: #f3f6e9;
}

header	{
	width: 960px;
}

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

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

#right	{
	width:298px;
	padding: 10px;
	float: right;
}

h1	{
	padding: 10px;
	color: white;
	text-align: center;
	background-image: url(images/blacktexture.jpg);
	background-color: teal;
	background-repeat: repeat;
}

h2	{
	padding: 10px;
	margin-bottom: 10px;
	color: white;
	background-color: navy;
	text-align: center;
}

p	{
	text-indent: 1em;
}
