html,body{
	margin:0;
	padding:0;
}
img {
	border: 0;
}
body{
	font: 76% "Times New Roman", Times, serif;
	text-align: center;
	background: #FFF;
	color: #333;
	width: 100%;
	height: 100%;
}

#container {
	position: relative;
	width: 788px;
	min-height: 588px;
	border: 2px solid #7f7f7f;
	margin: 25px auto 7px auto;
	text-align: left;
}
div#content {
	padding: 60px 25px;
}
ul#nav {
	position: absolute;
	bottom: 15px;
	left: 20px;
	z-index: 99;
}
span#logo {
	position: absolute;
	right: 10px;
	bottom: 15px;
}
div#footer, div#footer a {
	color: #CCC;
}

/****************
** Links        *
****************/
a:link {
	color: #666;
	text-decoration: none;
}
a:visited {
	color: #666;
	text-decoration: none;
}
a:hover {
	color: #333;
	text-decoration: none;
}
a:active {
	color: #666;
	text-decoration: none;
}

/****************
** Main Menu    *
****************/
ul {
	margin: 0;
	padding: 0;
}
li {
	list-style: none;
}
ul#nav li {
	display: inline;
	width: 185px;
}
ul#nav a {
	margin-right: 150px;
}
ul#nav a:link {
	color: #000;
	text-decoration: none;
}
ul#nav a:visited {
	color: #000;
	text-decoration: none;
}
ul#nav a:hover {
	color: #666;
	text-decoration: none;
}
ul#nav a:active {
	color: #000;
	text-decoration: none;
}
ul#nav a.current:link {
	color: #666;
	text-decoration: none;
}
ul#nav a.current:visited {
	color: #666;
	text-decoration: none;
}
ul#nav a.current:hover {
	color: #666;
	text-decoration: none;
}
ul#nav a.current:active {
	color: #666;
	text-decoration: none;
}

/****************
** Home         *
****************/
img#home_left, img#home_center, img#home_right, ul#home_designers {
	position: absolute;
}
img#home_left {
	top: -23px;
	left: 5px;
	z-index: 5;
}
img#home_center {
	top: -20px;
	left: 212px;
	z-index: 4;
}
img#home_right {
	top:-18px;
	left: 407px;
	z-index: 3;
}
/* Originals
img#home_left {
	top: 0;
	left: 10px;
	z-index: 5;
}
img#home_center {
	top: -20px;
	left: 120px;
	z-index: 4;
}
img#home_right {
	top:-15px;
	left: 350px;
	z-index: 3;
} */
ul#home_designers {
	top: 100px;
	right: 30px;
	width: 147px;
}
ul#home_designers li {
	height: 30px;
}

/****************
** About        *
****************/
img#polaroids_about {
	position: absolute;
	top: 25px;
	right: -10px;
}
.about {
	width: 150px;
}
.heading {
	font-weight: bold;
	margin-top: 20px;
	color: #333;
}
.text {
	color: #333;
}

/****************
** Designers    *
****************/
ul#designers {
	margin-top: 20px;
}
ul#designers li {
	height: 17px;
}
img#polaroids_designers {
	position: absolute;
	top: -15px;
	right: -63px;
}

/****************
** Contact      *
****************/
img#heading_contact {
	margin-bottom: 47px;
}
div#hours {
	margin-left: 45px;
}