body,
html
{
    height: 100%;
    background: #fff url(background.png) center top repeat-y;
}

#page
{
    width: 1000px;
    margin: 0 auto;
}

#content
{
    float: left;
    overflow: visible;
    width: 560px;
    margin-left: 15px;
}

    #content h1
    {
        margin-top: .8em;
    }

#navigation
{
    float: left;
    width: 200px;
    margin: 0;
    padding: 0;
}

    #navigation ul
    {
        list-style: none;
        margin: 0;
    }

    #navigation li.text
    {
        background-image: url(button.png);
        line-height: 30px;
        height: 30px;
        margin-bottom: 10px;
        text-align: center;
    }
	
	#navigation li.text img
	{
		vertical-align: baseline;
		margin-bottom: -2px;
		border: 0;
		text-decoration: none;
	}

    #navigation li.active
    {
        background-image: url(button_on.png);
    }

    #navigation li.main_logo
    {
        margin-bottom: 10px;
        background-image: none;
        width: 200px;
        height: 252px;
    }

    #navigation li.main_logo a
    {
        display: block;
        width: 200px;
        height: 252px;
    }

        #navigation li a
        {
            width: 200px;
            display: block;
        }

#footer
{
    clear: both;
    padding: 2em 0 1em 0;
    text-align: center;
}

/* General Styles */

#welcome_napkin
{
    float: right;
    margin-right: -200px;
    margin-left: -50px;
    margin-bottom: 10px;
}

#all_products
{
    float: right;
    clear: both;
}

table td,
table th
{
    padding: 5px;
}

#sidebar
{
    margin-top: 50px;
    margin-left: 10px;
    float: left;
}

#sidebar img
{
    border-top: 1px solid #D6D2CA;
    border-right: 1px solid #494640;
    border-bottom: 1px solid #494640;
    border-left: 1px solid #D6D2CA;
    margin: 5px;
    float: right;
    clear: right;
}

