* {
margin: 0;
padding: 0;
}
/*positioning*/
#wrapper {
	background-image: url(images/background.jpg);
	background-repeat:repeat;
	width: 800px;
	height: 450px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	position:relative;
}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat: repeat-x;
	width: 780px;
	height: 60px;
	position:relative;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #d0b9a6;
	padding: 10px;
}
#header {
	background-image:url(images/header.jpg);
	background-repeat:no-repeat;
	width: 800px;
	height: 100px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}
#right {
	background-image:url(images/right-image.jpg);
	background-repeat:no-repeat;
	position:absolute;
	width: 350px;
	height: 350px;
	left: 411px;
	top: 41px;
	border: 1px solid #d0b9a6;
}
#left {
	position:absolute;
	width: 350px;
	height: 350px;
	left: 37px;
	top: 41px;
	border: 1px solid #d0b9a6;
}
/*content*/
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d0b9a6;
	font-size: 12px;
}
h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #d0b9a6;
	font-size: 14px;
	font-weight: 500;
}
/*navigation*/
a#about {
	position: absolute;
	width: 72px;
	height: 27px;
	background-image:url(images/nav/about.jpg);
	background-repeat:no-repeat;
	left: 375px;
	top: 70px;
}
a#about:hover {
background-image:url(images/nav/about-hover.jpg);
}
a#login {
	position: absolute;
	width: 72px;
	height: 27px;
	background-image:url(images/nav/login.jpg);
	background-repeat:no-repeat;
	left: 293px;
	top: 71px;
}
a#login:hover {
background-image:url(images/nav/login_hover.jpg);
}
a#shop {
	position: absolute;
	width: 72px;
	height: 27px;
	background-image:url(images/nav/shop.jpg);
	background-repeat:no-repeat;
	left: 456px;
	top: 70px;
}
a#shop:hover {
background-image:url(images/nav/shop-hover.jpg);
}
a#wholesale {
	position: absolute;
	width: 72px;
	height: 27px;
	background-image:url(images/nav/wholesale.jpg);
	background-repeat:no-repeat;
	left: 534px;
	top: 70px;
}
a#wholesale:hover {
background-image:url(images/nav/wholesale-hover.jpg);
}
a#press {
	position: absolute;
	width: 72px;
	height: 27px;
	background-image:url(images/nav/press.jpg);
	background-repeat:no-repeat;
	left: 615px;
	top: 70px;
}
a#press:hover {
background-image:url(images/nav/press-hover.jpg);
}
a#store {
	position: absolute;
	width: 90px;
	height: 27px;
	background-image:url(images/nav/store.jpg);
	background-repeat:no-repeat;
	left: 690px;
	top: 70px;
}
a#store:hover {
background-image:url(images/nav/store-hover.jpg);
}
#background #wrapper #left img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
