@charset "UTF-8";
/* CSS Document */
body {
font-family:Garamond, Georgia, Times New Roman, serif;
font-size:16px;
line-height:18px;
background-color:#242626;
color:#FFFFFF
}

img{
border-color:#1E261F
} 

a {
color:#FFFFFF;
text-decoration:none
}
a:hover {
text-decoration:underline
}
a img{
border-color:#101e1e
} 
a:hover img{
border-color:#1E261F;
}

#container {
width:800px;
margin-left:auto;
margin-right:auto;
margin-top:12px;
border: thin solid #1E261F;
margin-bottom:12px
}
#interface {
margin-left:auto;
margin-right:auto;	
margin-top:12px
}
#content {
padding: 8px
}
#product_listing_category {
text-transform:uppercase;
letter-spacing:0.3 em
}

H1 {font-size:21px;
text-align:center;
text-transform:uppercase
}
#title {padding-top:8px}

#footer {
padding-top:12px;
padding-bottom:13px;
font-size:13px;
line-height:normal;
border-top:thin solid#1E261F

}
