* {
	margin: 0 auto;
}

body {
	position:relative;
	background: url(../images/flower.jpg) repeat;
	width:998px;
	font: 14px "Arial", sans-serif;
	color: #FFF;
	text-shadow:#000 1px 1px 1px;
}

#header {
	position:relative;
	background:url(../images/header.jpg);
	width:998px;
	height:84px;
}

#main {
	position:relative;
}

#hidden {
	display:none;
}

#left {
	float:left;
	background:url(../images/background.jpg) repeat-x;
	width:741px;
	height:680px;
}

#imagePlaceholder {
	margin:30px 20px 30px 30px;
	float:left;
	background:#FFF;
	padding:8px;
	border: 1px solid #6B2B17;
}

#imagePlaceholder:hover {
	border:1px solid #FDFF58;
}

#title, #details, #price, #dims {
	margin:30px 20px 30px 20px;
	line-height:1.4;
	color:#000;
	text-shadow:#bbb 1px 1px 1px;
}

small {
	clear:both;
	float:left;	
	margin:-20px 0 0 103px;
	color:#fff;
	text-shadow:#000 1px 1px 1px;
	font-size:12px;
}

#right {
	float:left;
	background:url(../images/darkbackground.jpg) repeat-x;
	width:257px;
	height:680px;
}

#right img {
	position:relative;
	top:7px;
	left:15px;
}

h4 {
	color:#E99A6F;
	font: 18px "Arial";
	font-weight: bold;
	padding: 36px 0 0 15px;
}

#right a {
	display:block;
	color:#FFF;
	text-decoration:none;
	padding: 14px 0 0 25px;
}

#right a:hover {
	color:#FDFF58;
}

//#footer {
//	width:998px;
//	text-align:center;
//	background:#6B2B17;
//	padding:5px 0 5px 0;
//}