/* CSS Sheet 1 for VanHornFood.org */
/* updated: 06/25/09 */

body
{
background-color: #008800;
background-image: url(images/salad.jpg);
color: #ffffff;
text-align: center;
}

table.topstrip
{
width: 800px;
height: 20px;
text-align: center;
background-image: URL(images/topstrip.gif);
background-position: top center;
}

table.maintop
{
width: 800px;
text-align: center;
background-color: #ddffdd;
color: #006600;
border-left-width: 6px;
border-right-width: 6px;
border-left-color: #e1d300;
border-right-color: #e1d300;
border-left-style: solid;
border-right-style: solid;
}

table.menu
{
width: 800px;
background-color: #006600;
color: #ddffdd;
text-align: right;
border-left-width: 6px;
border-right-width: 6px;
border-left-color: #e1d300;
border-right-color: #e1d300;
border-left-style: solid;
border-right-style: solid;
}

table.mainmiddle
{
width: 800px;
text-align: center;
background-color: #ddffdd;
color: #006600;
border-left-width: 6px;
border-right-width: 6px;
border-left-color: #e1d300;
border-right-color: #e1d300;
border-left-style: solid;
border-right-style: solid;
}

table.mainbottom
{
width: 800px;
text-align: center;
background-color: #006600;
color: #ddffdd;
font-size: 9pt;
border-left-width: 6px;
border-right-width: 6px;
border-left-color: #e1d300;
border-right-color: #e1d300;
border-left-style: solid;
border-right-style: solid;
}

table.bottomstrip
{
width: 800px;
height: 20px;
text-align: center;
background-image: URL(images/bottomstrip.gif);
background-position: bottom center;
}

td.contentlist
{
text-align: left;
padding-left: 20px;
}


a:link.light
{
color: #ddffdd;
text-decoration: none;
}

a:active.light
{
color: #ddffdd;
text-decoration: none;
}

a:visited.light
{
color: #ddffdd;
text-decoration: none;
}

a:hover.light
{
color: #ddffdd;
text-decoration: none;
}

a:link.contentlink
{
color: #0000ff;
text-decoration: none;
}

a:active.contentlink
{
color: #0000ff;
text-decoration: none;
}

a:visited.contentlink
{
color: #0000ff;
text-decoration: none;
}

a:hover.contentlink
{
color: #0000ff;
text-decoration: none;
}

UL
{
	list-style-image: URL(images/yellowpepper.png);
	font-weight: 700;
}