body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #990000;
}

#thanks	{
	position:absolute;
	top:45%;
	left:15%;
	height:auto;
	width:350px;
	font-size:18px;
	font-weight:600;
}
#recipeform	{
	position:absolute;
	top: 75px;
	left: 75px;
	width: 450px;
	height: auto;
	color: #9C4E4E;
}
#recipeform legend	{
	font-size:20px;
	font-weight: bold;
	color: #800000;
}
#recipeform label	{
	font-size:14px;
	font-weight: bold;
	line-height: 30px;
}

#nav 	{
	height:auto;
	width:95%;
	font-variant:small-caps;
	position:absolute;
	top: 20px;
}

#nav ul	{
	list-style-type:none;
}
#nav li	{
	display:inline;
	margin: 0;
	padding: 0px 6px 0px 6px;
	border-right: 1px solid #000;	
}
#nav li.last {
	border-right: 0px;
}

#footnav 	{
	height:auto;
	width:95%;
	font-variant:small-caps;
	position: absolute;
	top: 700px;
}

#footnav ul	{
	list-style-type:none;
}
#footnav li	{
	display:inline;
	margin: 0;
	padding: 0px 6px 0px 6px;
	border-right: 1px solid #000;	
}
#footnav li.last {
	border-right: 0px;
}

a:link	{
	color: #9C4E4E;
}

a:visited	{
	color: #800000;
}

a:hover	{
	color: #800000;
	background-color: #D28C2D
}

a:active	{
	color: #D28C2D;
}
input {
	margin-left:10px;
	vertical-align: text-bottom;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color: #990000;
}

textarea {
	margin-left:10px;
	vertical-align:top;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	color: #990000;
}
