#page {
	height: auto;
	position: relative;
	min-height: 100%;
}

#content {
	clear: both;
	float: left;
	width: 100%;
	min-height: 530px;
	margin-bottom: 6em;
	text-align: left;
}

#article {
	height: 100%;
	z-index: 5;
	position: relative;
	min-width: 850px;
	max-width: 1000px;
}

#article .description {
	top: 175px;
	right: 20px;
	width: 250px;
	z-index: 2;
	position: absolute;
}

#article .image {
	top: 0;
	left: 140px;
	z-index: 1;
	width: 50%;
	text-align: center;
	position: absolute;
}

#collection {
	top: 475px;
	right: 34px;
	height: 80px;
	position: absolute;
}

#collection li {
	float: right;
	list-style: none;
	/*display: inline;
	padding-top: 0;
	margin-left: 2em;*/
}

#collection li a {
	display: block;
	padding: 0 5px;
}

#collection li img {
	height: 80px;
}

#sub {
	top: 0;
	left: 0;
	bottom: 0;
	z-index: 6;
	padding: 75px 0 0 0;
	position: absolute;
	min-width: 180px;
	background: transparent url("images/black010.png");
}

#frontPhoto {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 7;
	overflow: hidden;
	position: absolute;
	background-color: black;
}

#frontPhoto .overlay {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	position: absolute;
	background-color: white;
}

#frontPhoto img {
}

#footer {
	clear: both;
	float: left;
	width: 100%;
	height: 5em;
	margin-top: -5em;
}

#footer #bg {
	height: 5em;
	z-index: 11;
	min-width: 850px;
	position: relative;
	background-color: #555;
	background-image: url("images/rect2383.png");
	background-repeat: repeat-x;
	background-position: left bottom;
}

#nav {
	float: left;
	margin: 21px 0 0 1em;
	padding: 0;
}

#sub ul li,
#nav ul li {
	list-style: none;
}

#nav ul li {
	float: left;
}

#nav ul li a {
	padding: 10px 17px;
	line-height: 1;
	display: inline;
	font-size: inherit;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}

#nav ul li.active a {
	text-decoration: underline;
}

#nav ul li a {
	color: white;
}


#sub li.active a {
	color: white;
}

#sub ul li a {
	padding: 6px 17px 4px;
	line-height: 12px;
	display: block;
	font-size: inherit;
	font-weight: 700;
	margin-bottom: 0;
	text-transform: uppercase;
}


#logo {
	top: 19px;
	right: 17px;
	width: 147px;
	height: 17px;
	display: block;
	position: absolute;
}

#text {
	color: #717171;
	padding: 50px 10px 0 95px;
	min-width: 800px;
}

#text .column {
	float: left;
	width: 380px;
	padding-right: 20px;
}
/*

#text p {
	font-size: 9px;
	font-weight: normal;
	margin-bottom: 1em;
}

#text a, #text p a {
	display: block;
	font-size: 11px;
	font-weight: 700;
	margin-bottom: 1px;
	text-transform: lowercase;
}

#text h1 {
	font: 18px Hoefler Text, Times, serif;
	font-style: italic;
	margin-bottom: 1em;
	text-transform: capitalize;
}
#text h2 {
	font-size: 12px;
}

*/
