body {
	width: 931px;
	height: 100%;
	margin: 0px auto;
	padding: 0px;
}

h1 {
	height: 153px;
	margin-bottom: -10px;
}
	
h2 {
	height: 21px;
	margin-bottom: 5px;
}

div#container {
	position: relative;
	margin: 0px;
	padding: 20px;
	min-height: 300px;
}

div#container p {
	margin: 0px;
	padding: 0px;
	color: #510E0F;
}

div#left {
	width: 400px;
	margin-bottom: 100px;
	text-align: left;
	float: left;
}

div#left p {
	margin: 10px 0px;
}

div#left p:first-child { margin-top: 0px; }

span#big-sale {
	font-size: 34px;
	color: #510e0f;
}

p#right {
	text-align: right;
	font-size: 30px;
	float: right;
}

div#container p#brands {
	margin-bottom: 30px;
	text-align: center;
	font-size: 28px;
	clear: both;
}

div#footer {
	width: 100%;
	clear: both;
}

div#footer p {
	margin: 0px;
	padding: 5px 10px;
	float: left;
}

dl#hours {
	width: 210px;
	margin: 0px;
	padding: 0px;
	line-height: 18px;
	text-align: right;
	color: #510E0F;
	float: left;
}

dl#hours dt {
	margin: 3px 0px 0px 0px;
	padding: 0px;
	float: left;
}

dl#hours dd {
	margin: 3px 0px 0px 0px;
	padding: 0px;
}

/* design
----------------------------------------------- */

body {
	background-color: #BAD9D3;
	font-family: helvetica, arial, sans-serif;
}

h1 { background: url(images/traipse.png) no-repeat center; }
h2 { background: url(images/inspired_soles.png) no-repeat right; }

h1 span { display: none; }
h2 span { display: none; }

div#container {
	background-color: #C5BD9B;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
}

div#footer { border-top: 1px dotted; }

a { color: #981793; }
a:visited { color: #981793; }