* {
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Lucida Grande', "Verdana";
	color: #777;
	font-size: 12px;
	background: #151413 url('../images/bg.jpg') top left repeat-y;
}
img {
	 border: 0;
}
a {
	color: #666;
}
a:hover {
	color: #fff;
}
#wrapper {
	position: relative;
	padding: 45px 60px;
}
#left {
	position: absolute;
}
#content {
	position: relative;
	height: 615px;
	margin-top: -18px;
	margin-left: 300px;
	background: transparent url('../images/content-bg.gif') top left repeat-x;
}
#photos {
	height: 615px;
	padding-top: 33px;
	background: transparent url('../images/content-bg-left.gif') top left no-repeat;
}
#photos a {
	display: block;
	float: left;
	padding-left: 15px;
	height: 500px;
}
h1 {
	display: block;
	width: 315px;
	height: 201px;
	text-indent: -3000px;
	background: url('../images/thierrybucco-photography.gif') top left no-repeat;
}
#nav {
	position: relative;
	width: 310px;
	height: 329px;
	margin-left: 0px;
	margin-top: 0px;
	background-color: #fff;
}
#nav span {
	position: absolute;
	display: block;
	width: 10px;
	height: 9px;
	background: transparent url('../images/nav-highlight.gif') 0px 0px no-repeat;
}
#nav ul {
	position: absolute;
	top: left;
	list-style-type: none;
}
#nav ul li a {
	display: block;
	width: 300px;
	height: 34px;
	text-indent: -3000px;
}
#nav ul li.selected a,
#nav ul li.selected a:hover {
	background-position: 0px -68px !important;
}
#nav ul li a:hover {
	background-position: 0px -34px !important;
}
.about {
	height: 160px;
}
.about p {
	padding: 270px 15px 0 25px;
}
.phone,
.email {
	padding-left: 16px;
}
.phone {
	background: transparent url('../images/phone.gif') 0px 3px no-repeat;
	margin-top: 15px;
}
.email {
	position: absolute;
	background: transparent url('../images/email.gif') 0px 5px no-repeat;
}
#qTip {
	position: absolute;
	display: none;
	padding: 10px 15px;
	font-size: 13px;
	color: #343434;
	z-index: 1000;
	background: url('../images/tooltip.png') repeat;
}
#back {
	position: absolute;
	display: block;
	width: 116px;
	height: 40px;
	top: 300px;
	right: 62px;
	text-indent: -10000px;
	outline: 0;
	z-index: 1;
	background: url('../images/back.gif') repeat;
}
#back:hover {
	background-position: 0px -36px;
}