@import url("menu.css");
	* {
		margin:0;
		padding:0;
		}

	html, body {
		height:100%;
		}

	body {
		background-color:#FFFFFF;
		color:#000;
		font:100.01%/1.4 sans-serif;
		text-align:center; /* horizontal centering for IE Win quirks */
	
		
		}

	#distance { 
		width:1px;
		height:25%;
		background-color:#fc6;
		margin-bottom:-125px; /* half of container's height */
		float:left;
		}

	#container {
		margin:0 auto;
		position:relative; /* puts container in front of distance */
		text-align:left;
		width:800px;
		clear:left;
		background-color:#fff;
	
		
		}



#header {
background:white;
height:40px;
width:377px;

}
.content {
text-align:center;
margin-top:1em auto;
width:800px;


}

#footer {
margin:0;
padding:0;
font-size:12pt;
position:relative;
bottom:50px;
text-align:center;

}

/*** THE COLLECTION ***/

.content div.collectionLeft {
float:left;
display:inline;
/** margin-left:-100px; **/
}


.content div.collectionRight {
float:right;
/** margin-top:-400px;
margin-left:1200px; **/
}

/*** END COLLECTION CSS ***/

.content p {
font-size:25px;
font-family: "Avant Garde", "Century Gothic", sans-serif;
font-style:normal;
font-weight:100;

}

h1 {
font-family: "Avant Garde", "Century Gothic", sans-serif;
font-weight:normal;

font-weight:normal;
font-size:40px;
}

/*** GALLERY CSS ***/

.imageFrame {
width:300px;
height:448px;
float:left;
}

.galleryText {
text-align:left;
padding-left:320px;
margin-right:120px;
}

.galleryAuthor {
color:#999999;
line-height:normal;


}

.galleryText a{
text-decoration:none;
}

.galleryText a span {
text-transform: uppercase;
color:#000;
text-decoration:none;
}

.galleryText a span:hover {
font-weight:bold;
}


