html
{
	overflow: hidden;
}
img
{
	border: 0px;
}
body
{
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	background-image: url(../layoutimages/back.png);
	background-color: #c3c38f;
	background-repeat: repeat-y;
}
div#backleft
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../layoutimages/backleft.png);
	background-position: bottom left;
	background-repeat: no-repeat;
}
div#backright
{
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../layoutimages/backright.png);
	background-position: bottom right;
	background-repeat: no-repeat;
}
div#logoback
{
	background-image: url(../layoutimages/logoback.png);
	background-repeat: repeat-x;
	height: 120px;
	width: 100%;
}
div#logo
{
	background-image: url(../layoutimages/logo.png);
	background-repeat: none;
	position: absolute;
	top: 25px;
	left: 20px;
	height: 45px;
	width: 423px;
}
div#menu
{
	position: absolute;
	top: 82px;
	left: 20px;
	text-align: center;
}
div#menu ul
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
div#menu ul li
{
	margin-left: 4px;
	display: inline;
	float: left;
}
div#categories
{
	position: absolute;
	top: 83px;
	left: 400px;
	min-width: 500px; /* Must have atleast 4 categories on 1 line. */
}
div#banners
{
	z-index: 3;
	position: absolute;
	bottom: 0px;
	left: 0px;
	top: 120px;
	width: 246px;
	text-align: center;
}
div#banners ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

div#banners ul li
{
	margin: 0px;
	padding: 0px;
	margin-top: 4px;
}
div#content
{
	z-index: 2;
	position: absolute;
	bottom: 0px;
	left: 254px;
	right: 0px;
	top: 120px;
	overflow: auto;
	padding: 3px;
}
div#categories ul
{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
div#categories ul li
{
	display: inline;
	float: left;
	background-image: url(../layoutimages/button.png);
	height: 29px;
	width: 125px;
}
div#categories ul li:hover
{
	background-image: url(../layoutimages/buttonover.png);
	height: 29px;
	width: 125px;
}
div#categories ul li.empty, div#categories ul li.empty:hover
{
	background-image: none;
}
div#categories ul li a
{
	text-decoration: none;
	display: block;
	padding-top: 10px;
	padding-bottom: -18px;
	text-align: center;
	height: 29px;
	width: 125px;
}