body 
{
    margin: 0px 0px 0px 0px;
    background-color: #FFFFFF;
}

#page
{
    width: 980px;
}

input
{
    color: #7a7a7a;
    font-size: 14px;
    font-family: tahoma;
    text-decoration:none
}

textarea
{
    color: #7a7a7a;
    font-size: 14px;
    font-family: tahoma;
    text-decoration:none
}

select
{
    color: #7a7a7a;
    font-size: 14px;
    font-family: tahoma;
    text-decoration:none
}

/* Header Styles */
#header
{
    height: 112px;
    background-image: url(../images/til_1.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}

span.bigheader
{
    font-weight: bold;
    font-size: 23px;
    text-align: center;
}

#logo
{
    padding-top: 10px;
    padding-left: 5px;
    float:left;
}

.logo
{
    color: #652F12;
    font-family: Lucida Handwriting;
    font-size: 19px;
}

.minilogo
{
    color: #652F12;
    font-family: Lucida Handwriting;
    font-size: 16px;
}

a.logo
{
    text-decoration: none;
}

a.minilogo
{
    text-decoration: none;
}

#authbox
{
    float: right;
    padding-top: 28px;
    padding-right: 15px;
    font-family: tahoma;
    font-size: 11px;
    color: #828281;
    height: 13px;
}

#mainnav
{
    float: right;
    clear: right;
    padding-top: 34px;
    height: 37px;
    width: 690px;
}

#mainnav dt
{
    float: left;
    height: 37px;
}

#mainnav dl
{
    margin: 0px 0px 0px 0px;
}

#sidebar
{
    float: left;
    width: 289px;
}

#sidebar_divider
{
    background: #E9E8E3;
    height: 31px;
}

#veggies
{
    padding: 5px 20px 0px 20px;
}

#footer
{
    clear: both;
    height: 71px;
    background: #E9E8E3;
    background-image: url(../images/back_bot.jpg);
    background-position: left top;
    background-repeat: no-repeat;
}

.copyright
{
    float: right;
    padding-right: 17px;
    padding-top: 16px;
    color: #828281;
    font-family: tahoma;
    font-size: 11px;
}

#content
{
    float: right;
    width: 690px;
    display: inline;
}

#content_header
{
    height: 31px;
    background: #E9E8E3;
    background-image: url(../images/rep_6.jpg);
}

#content_header_text
{
    padding-top: 11px;
    text-align: center;
}

#content_text
{
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

span.header
{
    font-weight: bold;
    font-size: 19px;
}

a.style4
{
    text-decoration:none;
}
a:hover.style4
{
    text-decoration: underline;
}
.error 
{
    color: red;
    font-size: 14px;
    font-family: tahoma;
    text-decoration:none
}
p,.style4 {
    color: #7a7a7a;
    font-size: 14px;
    font-family: tahoma;
    text-decoration:none
}

.border_header
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
}

.border_header_start
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
}

.border_header_end
{
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    border-right: 1px solid black;
}

.border
{
    border-bottom: 1px solid black;
    border-left: 1px solid black;
}

.border_end
{
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    border-right: 1px solid black;
}

.border_top
{
    border-top: 1px solid black;
}

.border_left
{
    border-left: 1px solid black;
}

.border_right
{
    border-right: 1px solid black;
}

.border_bottom
{
    border-bottom: 1px solid black;
}

.menu_button
{
    font-family: Verdana;
    float: left;
    font-size: 14px;
    font-weight: bold;
    border-left: solid 1px #CDCDCD;
    border-right: solid 1px #CDCDCD;
    height: 37px;
    color: black;
}

.menu_button div.menu_text
{
    color: black;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 8px;
    height: 23px;
    text-decoration: none;
}

.menu_button div.button_bar
{
    height: 7px;
}

.menu_button a
{
    text-decoration: none;
}

ul.category_list
{
    list-style-image: none;
    list-style-type: none;
    padding-left: 5px;
}

ul.category_list li
{
    float: left;
    width: 120px;
    height: 150px;
    margin: 5px;
    text-align: center;
}