/* CSS Document */

body
{
	
	background-image: url(/media/images/filigreegrey.jpg);
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: .85em;
	color: 160c69;
}

.wrapper
{
 	background-color:#ddd2a5;
	width:810px;
	margin-left:auto;
	margin-right:auto;
	padding: 5px;
	margin-top: 25px;
}



.leftheader
{
	background-image: url(/media/images/filigreered.jpg);
	height:250px;
	width: 255px;
	padding: 0 0 0 0px;
	margin: 0px 5px 5px 0px;
	float: left;
	border: 5px solid #fffee4;

}

.rightheader
{
	
	/*background-color:#00ff00;*/
	height:250px;
	width: 530px;
	padding: 0 0 0 0;
	margin: 0px 0 0 0;
	float: right;
	border: 5px solid #fffee4;

}

.nav
{
	background-color: #21383e;
	height: 28px;
	width: 810px;
	color: #a28182;	
	clear: both;
	padding-top: 16px;
	text-align: center;
	margin-bottom: 5px;
	
}


.nav a
{
	color: #ddd2a5;
	text-decoration:underline;
	padding: 10px 19px 10px 19px;
	border-left: 1px solid #4a636a;
	border-right: 1px solid #000000;
	
}


.nav a:hover
{
	color: #ddd2a5;
	text-decoration:none;
	background-color: #4a636a;
	
}

.content
{
	
}

.leftcontent
{
	float: left;
}

.rightcontent
{
	float: right;
}

.testimonial
{
	background-color: #bda26b;
	background-image:url(/media/images/testimonialbackground.jpg);
	height:355px;
	width: 255px;
	padding: 0 0 0 0px;
	margin: 0px 5px 5px 0px;
	float: left;
	border: 5px solid #fffee4;
}


#testimonialinner
{
	background-color: #bda26b;
	margin: 90px 20px 0px 20px;
	padding: 0 0 0 0px;	
}

#testimonialinner p
{
	text-align:center;
	font-size:10px;
	padding-top: 10px;
}


.testmain
{
	margin: 0 20px 0 20px;	
}

.contactmain
{
	margin: 0 20px 0 20px;	
}

.testmain p
{
	text-align:center;
	
}

.recipe
{
	background-image: url(/media/images/filigreelightgrey.jpg);
	height:175px;
	width: 255px;
	padding: 0 0 0 0px;
	margin: 0px 5px 5px 0px;
	float: left;
	clear: both;
	border: 5px solid #fffee4;
}


#recipeinner
{
    background-image: url(/media/images/homerecipe.png);
    width: 255px;
    height: 175px;
}

.recipespotlight
{
    padding: 38px 0 0 0;
    text-align:center;
}

.recipespotlight a
{
    text-decoration: none;
    color: white;
}

.recipespotlight a:hover
{
    text-decoration: underline;
}

.pagecontent
{
	background-color:#ffffff;
    min-height:545px;
	width: 530px;
	padding: 0 0 0 0;
	margin: 0px 0 10px 0px;
	border: 5px solid #fffee4;
}

.pagecontent h1, h2, h3, h4, h5, h6, p 
{
	margin-left:10px;
	margin-right:10px;
}

.footer
{
	background-color: #a29f80;
	height: 28px;
	width: 790px;
	color: #c7c5b9;
	padding: 10px;
	clear: both;
	font-size: .75em;
}

.leftfooter
{
	float: left;
}


.rightfooter
{
	float: right;
}

.footer a
{
	color: #ffffff;
	text-decoration:underline;
}

.footer a:hover
{
	text-decoration:none;	
}

ul.errorlist 
{

	margin: 0;
	padding: 0;
}

.errorlist li 
{
	background-color: red;
        color: white;
        display: block;
        font-size: 10px;
        margin: 0 0 3px;
        padding: 4px 5px;
	width:250px;
}

.field
{
	margin-top: 10px;
}

.field label
{
	float: left;
	width:100px;
}

