body {
	margin: 0;
	padding: 0;
	background-color: #fff;
	text-align: center;
}

a {
	outline: 0;
}

#container {
	margin: 10px auto;
	width: 760px;
	background: url(../images/pageBg.gif);
	text-align: left;
	border: 1px solid #a1a1c9;
	height: 100%;
}

#sidebar {
	float: left;
}

#logoArea {
	background: #fff;
	width: 180px;
	height: 150px;
	margin: 0 0 0.5em 0;
	border: 1px solid #a1a1c9;
}

#categories {
	clear: left;
	background: #fff;
	width: 175px;
	margin: 0 0 0.5em 0.3em;
	border: 1px solid #a1a1c9;
}

#categories ul {
	padding: 0;
	margin: 0;
	width: 175px;
}

#categories li {
}

#categories li a {
	background: url(../images/leftNavBg.gif) repeat-x;
	line-height: 32px;
	display: block;
	padding: 0 0 0 0.7em;
}

#categories li a:hover {
	background: url(../images/leftNavBg.gif) 0px -32px repeat-x;
}

#subtitle {
	background: url(../images/headerBg.gif) repeat-x;
	height: 61px;
	overflow: hidden;
}

#subtitle h2 {
	background: #fff;
	border: 1px solid #000;
	float: right;
	display: inline;
	padding: 0.4em;
	margin: 0.8em 0 0 0;
}

#navigation {
	height: 30px;
	background: url(../images/topNavBg.gif) repeat-x;
	padding: 0.7em 0 0 0;
}

#navigation span {
	padding: 0 0 0 2em;
}

#content {
	/*margin: 1em 1em 0.5em 26%;*/
	margin: 0 0 0 1em;
	width: 70%;
	float: left;
	padding: 1em;
	background: #fff;
	border: 1px solid #a1a1c9;
}

#prodPhoto {
	float: left;
	margin: 0 1em 1em 0;
}

#catalogList {
	float: left;
	width: 33%;
}

#catalogList ul {
	line-height: 2em;
	padding: 0;
}

#footerMsg {
	clear: left;
}

#footer {
	clear: both;
}

#itemsByTheme li div {
	overflow: scroll;
	width: 100%;
	height: 300px;
	margin: 1em 0;
}