body {
background: #333;
font-size: small;
font-family: Arial, sans-serif;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Garamond, sans-serif;
}
#wrapper {
background: white;
width: 765px;
margin: 0 auto 0 auto;
position: relative;
}
#content {
margin: 10px;
min-height: 600px;
}
img {
border: 0;
}

ul#gallery {
padding: 0;
}
ul#gallery li {
display: inline;
}

ul#gallery img {
margin: 1px 0 0 1px;
}

ul.prices {
list-style: none;
}

div#basket {
background: #eeeeee;
padding: 5px;
border: 1px solid silver;
}

div#basket h2 {
font-size: small;
margin: 3px;
}

div#flash {
	padding: 5px;
	border: 1px solid silver;
	margin-bottom: 5px;
}
.notice {
	background-color: #eeffee;
}
.error {
	background-color: #ffeeee;
}

div#address, div#delivery_address {
width: 300px;
float: left
}

#navigation
{
    padding-left: 0;
    margin: 0;
    background-color: #036;
    color: white;
    float: left;
    width: 100%;
    font-weight: bold;
}

#navigation li { display: inline; }

#navigation li a
{
    padding: 0.2em 1em;
    background-color: #036;
    color: white;
    text-decoration: none;
    float: left;
    border-right: 1px solid #fff;
}

#navigation li a:hover
{
    background-color: #369;
    color: #fff;
}

#footer {
    text-align: center;
}

.formError {
    color: #ff0000;
}

#gallery a {
display: block;
float: left;
width: 205px;
height: 150px;
text-align: center;
}
#gallery img {
border: 1px solid silver;
}
.checkout-now {
	font-size: large;
}
