html, body, h1, h2, h3, h4, ul, li {
	margin: 0;
	padding: 0;
}
h1 img {
	display: block;
}
img {
	border: 0;
}
a {
	color: #464544;
}
a:hover {
	color: #FFA405;
}
.left {
	float: left;
}
.right {
	float: right;
}
.more {
	text-align: right;
}
.clear {
	clear: both;
}

body {
	background: #383838;
	text-align: center;
	font: 11px verdana, arial, sans-serif;
	color: #695F4C;
	padding-bottom: 10px;
}

table {
border:solid 1px #e5e6ee;
padding: 5px;
}

/** layout **/
#wrapper {
	text-align: left;
	margin: 20px auto;
	width: 672px;
	background: #ffffff;
  position: relative;
}

#header {
  background: #D9D1BC url(images/header.jpg) no-repeat;
  height: 150px;
}

#body {
  padding-top: 3px;
  background-color:#FFF;
}
#categories {
  float: left;
  width: 195px;
  background-color:#f8f7ff;
}


#seasonal, #collection {
  float: right;
  width: 474px;

  margin-bottom: 2px;
}
#seasonal .inner, #collection .inner {
  padding: 6px 12px;
}
#seasonal p, #collection p {
  margin: 0.9em 0;
}

#seasonal .titlu{
font-size: 14px;
font-weight:bold;
color:#700000;
}

#seasonal .inner li{

list-style:disc;
}

.more a {
  font-size: 12px;
  color: #000;
  text-decoration: none;
}
.more a:hover {
  text-decoration: underline;
}

h3 {
  font: bold 14px "arial narrow", arial, sans-serif; 
  color: #1B1812;
}

h2 {
  font: 18px "arial narrow", arial, sans-serif; 
  color: #695F4C;
  padding-bottom: 10px;
}

#categories p {
  color: #fff;
  padding:4px 2px 4px 35px;
  font-size: 12px;
  background: #847A67;
}

#categories li {
  background: #f8f7ff left url(images/bullet.gif) no-repeat;
  border-top: 1px solid #e9e9f1;
  list-style: none;
  font-size: 12px;
  padding: 7px 0 8px 35px;
}

#categories ol {
padding-left:20px;
}

#categories ol li{
font-size: 10px;
padding: 3px 0 3px 35px;
}

#categories a {
  text-decoration: none;
  color: #000000;
}
#categories a:hover {
  text-decoration: underline;
}




#collection {
  background: #D4CAB6 bottom right url(images/person_bg.jpg) no-repeat;
}
#collection .inner {
  padding-right: 98px;
}
#minigal {
  float: right;
  width: 222px;
  margin-top: 1em;
  margin-bottom: 1em;
}
#minigal div {
  float: left;
  margin: 6px;
}
#collection ul {
  margin-left: 1.5em;
}

#collection li {
  margin: 0.2em 0;
  color: #463F32;
  font-size: 16px;
  font-weight: bold;
  font-family: "arial narrow", arial, sans-serif;
}
#collection p {
  width: 103px;
  margin-left: 1.5em;
}


#copyright {
border-top: 1px solid #e9e9f1;
padding-bottom:1px;
padding-right:10px;
  text-align: right;
  font-size: 9px;
/*  padding:1px 5px 1px 0px;*/
}
