* {
	margin:0;
	padding:0;
	}

* html a {
    position:relative;
    }

body {
	background:#ffdc96 url(/img/bg.jpg) top left repeat-x;
	font-size:62.5%;
	font-family:Arial;
	color:#000;
	}

img {
	border:none;
	}

a:link, a:visited, a:active {
	color:#742b00;
	text-decoration:none;
	}
	a:hover {
		text-decoration:underline;
		}

h1  {
	padding-bottom:6px;
	margin-bottom:10px;
	border-bottom:1px solid #742b00;
	font-size:1.4em;
	color:#742b00;
	}

h2 {
	color:#742b00;
	font-size:1.4em;
	padding:20px 0;
	}
	
table.catalog {
	}
	table.catalog td {
		padding:2px;
		}

strong {
		color:#990000;
		}

.input {
	font-size:1em;
	}

#wrapper {
	position:relative;
	width:972px;
	margin:0 auto;
	}

#header {
	width:972px;
	background:url(/img/header.jpg) no-repeat;
	}

#content {
	padding:233px 103px 0 103px;
	font-size:1.1em;
	}

#contentBg {
	background:url(/img/contentBg.gif) repeat-y;
	}

#left {
	float:left;
	width:159px;
	margin-right:31px;
	color:#742b00;
	}
	#left ul {
		list-style:none;
		}
		#left ul li {
			width:149px;
			margin-bottom:3px;
			border:1px solid #935b0d;
			padding:1px;
			font-weight:bold;
			}
			#left ul li div {
				padding:2px 6px;
				background:#b68020;
				}
			#left ul li a {
				color:#ffdc96;
				text-decoration:none;
				}

.note {
	text-align:center;
	font-weight:bold;
	padding:10px 0;
	}
	.note img {
		padding-top:10px;
		}


.img {
	border:1px solid #742b00;
	}

#center {
	float:left;
	width:370px;
	margin-right:12px;
	}

#right {
	float:left;
	width:184px;
	}

#cart {
	width:180px;
	border:1px solid #b68020;
	padding:2px;
	color:#ffdc96;
	}
	#cart div {
		padding:8px;
		background:#b68020 url(/img/cartBg.gif) repeat-x;
		}
	#cart h2 {
		padding:0;
		padding-bottom:4px;
		margin-bottom:8px;
		border-bottom:1px solid #742b00;
		color:#742b00;
		font-size:1.1em;
		font-weight:bold;
		}

#menu {
	position:absolute;
	top:159px;
	left:105px;
	}
	#menu ul {
		list-style:none;
		}
		#menu ul li {
			display:block;
			float:left;
			height:20px;
			padding:4px 4px 0 4px;
			background:url(/img/menuBg.gif) repeat-x;
			border:1px solid #d3a450;
			border-bottom:none;
			margin-right:5px;
			text-transform:uppercase;
			font-size:1.1em;
			font-weight:bold;
			}

#footer {
	width:973px;
	height:87px;
	background:url(/img/footerBg.gif) 45px 0 no-repeat;
	}
	#footerText {
		padding:23px 170px 0 0;
		text-align:right;
		}
	
.cleaner {
	clear:both;
	}