/* Ozark Recipes CSS Style Sheet */ 

body {
	background-color:#c5c5c5;
	text-align: center;
	margin: 0 auto;

}

.outer {
	width: 700px;
	border: 1px dotted #0000ee;
	margin: 0 auto;
	padding: 0px;
	background-color:#fff;
}

.header {
	background: url('./images/Ozark-Mountains-Header.jpg');
	width: 700px;
	height: 327px;
}

.content
{
	position: relative;
	font-family: Verdana, Arial, Helvetica;
	width: 600px;
	margin: 30px;
	padding: 10px;
	background-color:#fff;
	font-size: 16px;
	color: #000;
	text-align: left;
}

.footer {
	background: url('./images/Ozark-Mountains-Footer.jpg');
	width: 700px;
	height: 112px;
}

h1
{
	font-family: Georgia, Arial, Helvetica;
	font-weight: bold;
	font-size: 26px;
	color: #ff0000;
	text-align: center;
}

h2
{
	font-family: Verdana, Arial, Helvetica;
	font-weight: bold;
	font-size: 22px;
	text-align: center;
	color: #0000ff;
}
		
.form {
	position: relative;
	display: table;
	width: 400px;
	margin-left:1px;
	margin-right: 1px;
	margin-top: 1px;
	margin-bottom: 1px;
                  font-size: 16px;
	text-align: center;
	font-weight: bold;
	color: #111111;
	padding: 10px;
}

.question {
	font-size: 11px;
	text-align: center;
	font-weight: bold;
}

.signature p  { margin: 0; }

.sign {	
	font-family: "Monotype Corsiva";
	font-size: 30px;
	color: #0000ff;
	padding: 15px 0 15px 0;

}

.signature { 
	padding-bottom: 10px;
}

.spanstyle {
	background-color: #ffff00;
	width: 585px;
	padding: 1px;
	margin: 20px;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	color: #ff0000;
}

.image {
	float: left;
}

ul {
	position: relative;
	list-style: square;
	font-weight: bold;
	color: #111111;
	text-align: left;
}