body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font: normal small "Helvetica", Arial, sans-serif;
	color: #666666;
	background: #C9E897 url(images/bkrd.gif) repeat-x;
}

h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}

h1, h2, h3 {
	margin-bottom: 12px;
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #773A5C;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

/* Header */

#header {
	height: 100px;
	background: #5A5A5A url(images/img01250Pct.gif) repeat-x; /*this is a purple line that keeps getting repeated across the page. I increased its height.*/
}

#header h1 {
	width: 895px;
	margin: 0 auto;
	padding: 12px 0 0 0;
	font-size: 1em;
}

#header h2 {
	width: 895px;
	margin: -25px auto 0 auto;
	text-align: right;
	font-size: 1em;
}

#header a {
	text-decoration: none;
	color: #FFFFFF;
}

/* Pages */

#pages {
	height: 110px;
	padding-top: 0px;
	padding-bottom: 10px;
	/* background: url(images/img02.gif) repeat-x; */
}

#pages h2 {
	display: none;
}

#pages ul {
	display: block;
	width: 895px;
	height: 130px;
	margin: 0 auto;
	padding: 0;
}

#pages li {
	display: inline;
}

#pages a {
	display: block;
	float: left;
	width: 95px;
	height: 130px;
	padding: 0px 0 0px 0;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	letter-spacing: -1px;
	font-size: 1.6em;
	font-weight: normal;
	color: #333333;
	border-left: solid 3px #fff;
	border-top: solid 1px #fff;
	border-bottom: solid 2px #fff;
}

#pages a:hover {
	color: #000000;
}

#page1 { background: #E5FAA1 url(images/imgGB.jpg) no-repeat; }
#page2 { background: #97F0E6 url(images/cookietray.jpg) no-repeat; }
#page3 { background: #F3B6CE url(images/glassware.jpg) no-repeat; }
#page4 { background: #FADDA1 url(images/bath.jpg) no-repeat; }
#page5 { background: #C9CDFF url(images/children.jpg) no-repeat; }
#page6 { background: #C9CDFF url(images/books.jpg) no-repeat; }
#page7 { background: #C9CDFF url(images/handbags.jpg) no-repeat; }
#page8 { background: #C9CDFF url(images/collectibles.jpg) no-repeat; }
#page9 { background: #C9CDFF url(images/chachkas.jpg) no-repeat; }

#page1:hover, #pages .active #page1 { background-image: url(images/imgGB2.jpg); }
#page2:hover, #pages .active #page2 { background-image: url(images/cookietray2.jpg); }
#page3:hover, #pages .active #page3 { background-image: url(images/glassware2.jpg); }
#page4:hover, #pages .active #page4 { background-image: url(images/bath2.jpg); }
#page5:hover, #pages .active #page5 { background-image: url(images/children2.jpg); }
#page6:hover, #pages .active #page6 { background-image: url(images/books2.jpg); }
#page7:hover, #pages .active #page7 { background-image: url(images/handbags2.jpg); }
#page8:hover, #pages .active #page8 { background-image: url(images/collectibles2.jpg); }
#page9:hover, #pages .active #page9 { background-image: url(images/chachkas2.jpg); }

/* Content */

#content {
	width: 885px;
	margin: 0 auto;
	padding: 40px 0 0 0;
}

/* One column only  alexis 11/5/08 */

#one-column-only {

width: 880px;
}

#one-column-only  h3 {
	width: 310px;
	height: 28px;
	padding: 12px 0 0 10px;
	background: #5A5A5A url(images/img01.gif);
	font-size: 1em;
	color: #FFFFFF;
}

#one-column-only  p {
	padding-bottom: 11px;
	line-height: 1.3em;
}

#one-column-only  a {
	font-weight: bold;
}

#one-column-only  ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#one-column-only  li {
	padding: 5px 10px;
	/*border-bottom: 1px solid #5A5A5A;*/
}

#one-column-only  li:hover {
	background: #EFEFEF;
}


/* Latest Post Box */

#latest-post {
	float: left;
	width: 390px;
}

#latest-post .title {
	letter-spacing: -1px;
	font-size: 2.2em;
}

#latest-post .posted {
	margin-bottom: 2em;
	font-size: .8em;
	font-weight: normal;
}

#latest-post .image {
	float: left;
	margin: .3em 1em 0 0;
}

#latest-post p, #latest-post blockquote, #latest-post ul, #latest-post ol {
	line-height: 155%;
}

/* Recent Posts Box */

#recent-posts {
	float: right;
	width: 440px;
	line-height: 1.5em;
}

#recent-posts h3 {
	width: 310px;
	height: 28px;
	padding: 12px 0 0 10px;
	background: #5A5A5A url(images/img01.gif);
	font-size: 1em;
	color: #FFFFFF;
}

#recent-posts p {
	padding-top: 20px;
}

#recent-posts a {
	font-weight: bold;
}

#recent-posts ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#recent-posts li {
	padding: 5px 10px;
	/*border-bottom: 1px solid #5A5A5A;*/
}

#recent-posts li:hover {
	background: #EFEFEF;
}

/* Column One */

#colOne {
	padding-bottom: 20px;
}

/* Column Two */

#colTwo {
	padding: 20px;
	background: url(images/img02.gif) repeat-x;
}

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

#colTwo li, #colTwo form {
	padding: 10px;
}

#colTwo li {
	display: block;
	float: left;
	width: 220px;
}

#colTwo li ul {
}

#colTwo li li {
	display: list-item;
	float: none;
	padding: 0 0 0 10px;
}

#colTwo h2 {
	margin: 0 0 .5em 0;
	padding: 0 0 0 10px;
	background: url(images/img15.gif) no-repeat left center;
	font-size: 1em;
}

/* Footer */

#footer {
	width: 860px;
	height: 100px;
	margin: 0 auto;
	padding: 15px;
	/*background: url(images/img02.gif) repeat-x;*/
	/*border-top: 1px solid #666;*/
}

#footer p {
	text-align: center;
	font-size: x-small;
}