body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #000;
	background: #fff url(/jewellery/images/bg_page.gif) repeat;
}

#bg {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000;
	background: transparent url(/jewellery/images/bg_body.gif) top center repeat-y;
}
	
#wrapper {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	width: 740px;
	border-style: solid;
	border-color: #4e4427;
	border-width: 0 1px;
	background-color: #d3cec7;
}

#logo {
	position: relative;
	margin: 0 0 0 50px;
	padding: 0px;
	color: #807041;
	background-color: #000;
	text-align: left;
}

#header {
	position: relative;
	width: 770px;
	height: 200px;
	margin: 0 -15px;
	padding: 0;
	color: silver;
	background: transparent url(/jewellery/images/bg_headerBIG.gif) no-repeat;
	text-align: left;
}

#brand {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
}

#navcontainer {
	position: absolute;
	top: 140px;
	left: 15px;
	width: 65%;
	margin: 0 100px 0 0;
	padding: 0;
	text-align: left;
	color: silver;
	background-color: transparent;
}

#search {
	position: absolute;
	top: 0;
	right: 30px;
	margin: 0;
	padding: 5px;
	border-style: solid;
	border-color: #4e4427;
	border-width: 0 1px 1px 1px;
	color: #807041;
	background-color: #222;
}

#content {
	clear: right;
	position: relative;
	margin: 0;
	padding: 0 20px 10px;
	background-color: #fff;
	text-align: left;
}

#feature {
	float: right;
	position: relative;
	margin: 5px 0 5px 5px;
	padding-left: 5px;
	width: 160px;
	text-align: center;
	border-left: 1px solid #cc9900;
}

#footer {
	clear: both;
	position: relative;
	margin: 0 -15px;
	padding: 0;
	width: 770px;
	height: 85px;
	color: #777;
	background: transparent url(/jewellery/images/bg_footerBIG.gif) center bottom no-repeat;
	text-align: center;
	border-bottom: 1px solid #000;
}