* {

	margin: 0px;
	padding: 0px;
	
	}

/* @group Standard HTML */

/* @group Helpers */

img {

	border: none;
	
	}

.left {

	float: left;
	
	}
	
.right {

	float: right;
	
	}
	
.center {
	
	display: block;
	margin: 0 auto;
	
	}
	
.clear {

	clear: both;
	
	}

/* @end */

body {

	background: #DDDED0;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-size: 1em;
	
	}

/* @end */

#search {
	
	background: url('/img/search.jpg');
	height: 169px;
	width: 484px;
	margin: 0 auto;
	margin-top: 100px;
	
	}
	
#links, #photos {

	margin-top: 43px;
	position: absolute;
	
	}

#links {

	margin-left: 158px;
	
	}
	
#photos {

	margin-left: 230px;
	
	}

#url {

	font-size: 1.5em;
	position: absolute;
	margin-left: 40px;
	margin-top: 80px;
	width: 396px;
		
	}
	
#items {

	list-style-type: none;
	width: 400px;
	margin: 0 auto;
	
	}

#items li {

	background: url('/img/item_background.jpg');
	height: 39px;
	margin-bottom: 1px;
	padding-left: 20px;
	padding-top: 15px;
	width: 400px;
	
	}
	
.link {

	color: #141414;
	float: left;
	text-decoration: none;
	margin-left:10px;
	
	}	
	
.find_button {

	display: block;
	height: 39px;
	float: right;
	margin-right: 30px;
	margin-top: -8px;
	width: 81px;
	
	}
