		body {
			margin:10px;
			padding:10px;
			background:#FFF;
			color:#000;
			text-align:center;/*centre for ie5 */
			font-family: Verdana, Helvetica, Arial, sans-serif;
			font-size: 12px;
		}
		a {
			color: black;
			font-size: 12px;
			text-decoration: none;
		}
		a:hover {
			text-decoration: underline;
		}
		#container {
			width:875px;
			min-height: 600px;
			margin:auto;        /* centre for compliant browsers*/
			text-align:left;
			border:1px solid #000000;
		}
		#container a {
			color: #b22801;
			font-size: 12px;
			text-decoration: none;
		}
		#container a:hover {
			text-decoration: underline;
		}
		#cartTeaser {
			width:322px;
			height:16px;
			padding: 5px;
			text-align: left;
			border: 1px solid #000000;
			background-color: #E6DFB5;
		}
		#container h3 {
			font-size: 14px;
			color: #862a2d;
			font-weight: bold;
			margin: 0px 0px 4px 0px;
		}
		.article {
			width: 332px;
			height: 152px;
			border: 1px solid black;
		}
		.article img {
			border: 1px solid black;
		}
		#menu {
			width:147px;
			min-height: 300px;
			padding: 0px;
			text-align: left;
			border: 1px solid #000000;
			background-color: #B7B2AE;
		}
		#menu div {
			width: 147px;
			margin: 6px 0px 6px 0px;
			padding: 2px 0px 2px 0px;
		}
		#menu a {
			color: black;
			font-size: 12px;
			text-decoration: none;
			padding: 0px 0px 0px 10px;
		}
		#menu a:hover {
			text-decoration: underline;
		}
		#search {
			padding: 10px 10px 10px 10px;
			margin: 10px 10px 10px 10px;
			font-size: 11px;
			vertical-align: bottom;
		}
		#search input {
			border: 1px solid black;
		}


