﻿body {
	background-image: url(Gfx/background.jpg);
	margin: 0px;
}

#container {
	background-image: url(Gfx/sitebackground.png);
	height: 97%;
	width: 800px;
	overflow: auto;
	margin: 0px auto;
	padding-left: 10px;
}

#header {
	background-image: url(Gfx/header.png);
	height: 215px;
	padding: 0px;
	margin: 0px;
}

#content {
    float: left;
    width: 600px;
    margin: 0px;
    padding-top: 0px;
}

#leftnav {
	width: 170px;
	float: left;
	margin: 0px;
}

#menu {
    color: #800000;
    text-align: center;
}

#menu a:link, a:visited {
    color: #800000;
    font-weight: bold;
    text-decoration: none;
}

#menu div {
    text-transform: uppercase;
    font-size: large;
    text-decoration: underline;
}

#menu ul {
    list-style-type: none;
    padding-left: 0px;
    padding-top: 0px;
    margin-top: 0px;
}

div.product
{
    padding-bottom: 10px;
}

div.product div span
{
    font-weight: bold;
}

div.product div.description span
{
    display: block;
}

label 
{
    font-weight: bold;
}
