/* CSS Document */

#wrapper {
width: 1029px;
margin: 20px auto;
}

#topStrip {
	width: 1007px;
	height: 28px;
	padding: 0 0 0px 1px;
	margin-bottom: 10px;
}

#contentWrapper {
width: 1029px;
height: 714px;
}

#content {
width: 1000px;
margin-left: 7px;
height: 714px;
border: 1px solid #000000;
float: left;
position: relative;
}

#bottomStrip {
width: 1000px;
margin-left: 7px;
height: 28px;
padding-left: 1px;
margin-top: 10px;
position: relative;
}
#webDesign {
width: 20px;
height: 714px;
float: right;

}

#title {
	height: 28px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #B3B3B3;
	padding: 0px 0 0 0;
}

ul#nav {
	margin: 0;
	list-style-type: none;
	width: 798px;
	height: 20px;
	padding: 8px 0 0 0;
	float: right;
	text-align: right;
}
ul#nav li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;	
	padding-left: 15px;
}
ul#nav li a {
	color: #B3B3B3;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #6E6E6E;
}
#photoTitle {
	float: left;
	width: 821px;
	height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ACACAC;
}
#pageImage {
	position: absolute;
	left: 0;
	top: 0;

}
#text {
	width: 440px;
	height: 654px;
	background-image: url(../IMAGES/parchmentBackground.jpg);
	font-family: Helvetica, Arial, sans-serif;
	line-height: 1.5em;
	font-size: 12px;
	padding: 30px 30px;
	color: #7F7F7F;
	position: absolute;
	left: 500px;
	top: 0px;
}
#text p {
	margin-top: 0px;
	margin-bottom: 10px;

}
#galleryPrevious {
	height: 11px;
	width: 93px;
	position: absolute;
	right: 86px;
}
#galleryNext {
	height: 11px;
	width: 66px;
	position: absolute;
	right: 0px;
}
#galleryPrevious a {
	padding-bottom: 17px;
	background-image: url(../IMAGES/previous.png);
	background-repeat: no-repeat;
	width: 93px;
	height: 11px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#galleryNext a {
	padding-bottom: 17px;
	background-image: url(../IMAGES/next.png);
	background-repeat: no-repeat;
	width: 66px;
	height: 11px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
}

#galleryPrevious a:hover {
	background-image: url(../IMAGES/previousHover.png);
	background-repeat: no-repeat;
}
#galleryNext a:hover {
	background-image:  url("../IMAGES/nextHover.png");
	background-repeat: no-repeat;
}
body#portraits a#portraits {
	color: #6E6E6E;
} 
body#fashion a#fashion {
	color: #6E6E6E;
}
body#music a#music {
	color: #6E6E6E;
}
body#whiter a#whiter {
	color: #6E6E6E;
}
body#prints a#prints {
	color: #6E6E6E;
}
body#about a#about {
	color: #6E6E6E;
}
body#contact a#contact {
	color: #6E6E6E;
}
body#press a#press {
	color: #6E6E6E;
}
.quote {
	position: absolute;
	left: 20px;
	top: 300px;
}
.bolderLinks {
	text-decoration: none;
	font-weight: bold;
}

