html, body {
	margin: 0;
	padding: 0;
}

#pagewidth {
	width: 960px;
}

#header {
	position: relative;
	height: 180px;
	background-color: #FFFFFF;
	width: 100%;
}

#maincol {
	background-color: #FFFFFF;
	float: right;
	display: inline;
	position: relative;
}

#footer {
	height: 180px;
	background-color: #FFFFFF;
	clear: both;
}

#contact {
	height: 180px;
	width: 600px;
	background-color: #FFFFFF;
	float: left;
	padding-top: 40px;
}

a {
	color: black;
	font-weight: normal;
	font-style: normal;
}

#contact p {
	font: italic 12px/36px Georgia, "Times New Roman", Times, serif;
	letter-spacing: .05em;
	text-indent: 50px;
}

#stores {
	height: 180px;
	background-color: #FFFFFF;
	float: left;
	width: 360px;
}


address {
	text-align: center;
	width: 160px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

p {
	font: normal normal 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	margin: 0;
	line-height: 15px;
	color: #555;
}

p.name {
	font-weight: bold;
	font-size: 13px;
	color: #222;
}



/*** Float containers fix: ***/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

/* Hides from IE-mac \*/

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}

/* End hide from IE-mac */