html, body { text-align: center; }

/*
CSS for Taste of Curradine
*/


body{
	font-family: verdana, helvetica, arial, sans-serif;
	background: white;
	margin: 0px;
}
#supplierstext1
{	width: 380px;
	float: left;
	padding-left: 10px;
}

#supplierstext2
{	width: 379px;
	float: right;
	text-align: left;
	padding-left: 10px;
}


.style1
{
font-weight: normal;
text-decoration: underline;
color: #678b98;
}

.style2
{
font-weight: normal;
color: #678b98;
font-size: 0.8em;
}

.style3
{
color: #678b98;
}

#navigation a 
{
font-weight: normal;
text-decoration: none;
}
#navigation a:link
{
color: white;
font-weight: normal;
text-decoration: none;
}

#navigation a:visited
{
color: white;
font-weight: normal;
text-decoration: none;
}

#navigation a:hover
{
color: black;
text-decoration: none;
}

#navigation a:active
{
color: white;
font-weight: bold;
text-decoration: none;
}

h1
{ 
font-size: large;
color: #678b98;
font-weight: normal;
}

h2
{
font-size: medium;
color: #678b98;
font-weight: normal;
}

h3
{
font-size: x-small;
color: #678b98;
font-weight: normal;
}


p
{
font-weight: normal;
color: #7f7f7f;
font-size: small;
}

ul
{
font-weight: normal;
color: #7f7f7f;
font-size: small;
}

blockquote
{
font-weight: normal;
color: #7f7f7f;
font-size: small;
}

.feature
{
float: right;
margin-right: 10px;
margin-left: 20px;
}

#wrapper{
	margin: auto;
	width: 799px;
	background-color: #000;
}

#header {
	color: white;
	width: 799px;
	height: 270px;
 }
 
#navigation {
	float: left;
	width: 789px;
	height: 25px;
	line-height: 25px;
	padding: 5px;
	color: white;
	font-size: 13px;
	background: #678b98;
}

#footer { 
	width: 789px;
	clear: both;
	color: white;
	background: #678b98;
	padding: 5px;
	font-size: x-small;
}

#bodycontent { 
 background: #f0f3f4;
}

#callstoaction { 
 background: #f0f3f4;
 padding: 5px;
 }

#chefsimages { 
 background: #f0f3f4;
 padding: 5px;
 }

/* all about the positioning
*/

#bodycontent{
	float: left;
	text-align: left;
	top: 120px;
	padding: 10px;
	width: 779px;
}
