@charset "UTF-8";
/* CSS Document */
html, body {
	height:100%;
	margin:0;
	padding:0;
}

/* containers */
#wrapper {
	top: 30px;
	position: absolute;
	width: 990px;
	text-align:left;
	position:absolute;
	left: 50%;
	margin: 0 auto;
	margin-left: -495px; /*set to a negative number 1/2 of your width*/
}

#header {
	position:relative;
	width: 990px;
	height: 66px;
}
#logo {
	float:left;
	width:305px;
}
#littleshop {
	float: left;
	width: 589px;
}
#cart {
	width: 80px;
	padding-top: 23px;
	float: right;
}

#text {
	position: relative;
	float:left;
	width: 245px;
	left: 45px;
	padding-right: 20px;
	border-right: 1px solid #cccccc;
}
#storefront {
	position: relative;
	float:left;
	left: 55px;	
	width: 700px;
}

.shopitem {
	position: relative;
	float:left;
	width: 200px;
	height:300px;
	background: #ffffff;
	margin-right:10px;
	margin-bottom:10px;
	margin-top: 10px;
	margin-left:10px;
}

#footer {
	left: 330px;
	position: relative;
	width: 400px;
	height: 40px;
	clear:both;
}

/* art */
.art {
	border: 1px solid #cccccc;
}

/* linking */
a {
	color: #f1592a;
	text-decoration:none;
}

a:hover {
  color: #f1592a;
  text-decoration:underline;
}

/* typeface selection for various elements */

p {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	line-height: 1.7em;
	color: #333333;
	word-spacing:0.025em;
}

h2 {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 14px;
	word-spacing:-0.125em;
	letter-spacing: 0.125em;
	color: #0055a5;
}

span.amp {
	font-size: 110%;
	font-family: "Baskerville", "Goudy Old Style", "Palatino", "Book Antiqua", serif;
	font-style: italic;
}

.gray {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 12px;
	color: #cccccc;
}

.quote {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
}

.orange {
	color: #f1592a;
}
