body {
		background-image: url('/images/layout/bodybgr.jpg');
		background-repeat: repeat-x;
		background-position: top center;
		background-color: Black;
    margin: 0px;
    padding: 0px;
    text-align: center;
    font-family: Arial;
    font-size: 70%;
}

#brdr {
	background-image: url('/images/layout/brdrbgr.jpg');
	background-repeat: repeat-y;
	background-position: top center;
	background-color: Black;
  margin: 0px auto;
  text-align: left;
  width: 980px;
  overflow: auto;
}

#header {
	background-image: url('/images/layout/header.jpg');
	background-repeat: no-repeat;
	height: 230px;
	clear: both;
}

#header #basket {
	margin-top: 90px;
	margin-right: 10px;
	float: right;
	color: white;
	width: 180px;
}

#menu {
	background-color: Black;
	overflow: auto;
	clear: both;
	text-align: center;
	line-height: 30px;
}

#submenu {
	background-image: url('/images/layout/submenu.jpg');
	background-repeat: no-repeat;
	margin: 0px auto;
	padding: 0px 20px 0px 10px;
	width: 920px;
	height: 51px;
/*line-height: 52px;*/
	clear: both;
	overflow: auto;
}

#left, #right {
	background-image: url('/images/layout/leftbgr.jpg');
	background-repeat: repeat-y;
	background-color: #EB3D00;
	width: 209px;
	float: left;
	min-height: 800px;
}

#left #lefthdr, #right #righthdr {
	background-image: url('/images/layout/lefthdr.jpg');
	background-repeat: no-repeat;
	height: 18px;
}

#right {
	background-image: url('/images/layout/rightbgr.jpg');
}

#right #righthdr {
	background-image: url('/images/layout/righthdr.jpg');
}

#main {
	background-color: White;
	background-position: top right;
	padding-bottom: 10px;
	width: 562px;
	min-height: 500px;
	margin-left: 0px;
	float: left;
}

#main #mainhdr {
	background-image: url('/images/layout/mainhdr.jpg');
	background-repeat: no-repeat;
	height: 18px;
}

#footer {
	background-image: url('/images/layout/footbgr.jpg');
	background-repeat: repeat-y;
	padding-right: 10px;
	color: White; 
	margin: 0px auto;
	width: 970px;
	height: 46px;
	line-height: 46px;
	text-align: right;
	clear: both;
}

#subfooter, #textrefs {
	background-color: Black;
	text-align: center;
	color: Gray;
}

#subfooter a, #textrefs a {
	color: Gray;
}

#subfooter a:hover, #textrefs a:hover {
	color: White;
}