body {
	background-color: #000;
	color: #fff;
	font: 10px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#wrapper {
	width: 798px;
	border-top: 18px solid #fde93f;
	border-bottom: 6px solid #fde93f;
	margin-right: auto;
	margin-left: auto;
	height: 1%;
	position: relative;
}

div.clearing {
	clear: both;
}

/* @group header */

#header {
	position: relative;
	height: 135px;
}

#header h1 {
	width: 160px;
	height: 55px;
	text-indent: -5000px;
	background: url(../img/logo.gif) no-repeat;
	position: absolute;
	top: 48px;
	left: 2px;
}

div#header ul {
	height: 18px;
	padding: 0px;
	background: url(../img/navbar.gif) no-repeat;
	display: block;
	position: absolute;
	top: 60px;
	width: 260px;
	right: 0;
	margin-right: 2px;
}

#header li {
	list-style: none;
	margin: 0px;
	padding: 0px;
	top: 0px;
	position: absolute;
}

#header li, #header a {
	height: 18px;
	overflow: visible;
	display: block;
}

#header a {
	text-indent: -5000px;
	text-decoration: none;
}

#nb1 {
	left: 0px;
	width: 72px;
}

#nb2 {
	left: 75px;
	width: 80px;
}

#nb3 {
	left: 158px;
	width: 40px;
}

#nb4 {
	left: 201px;
	width: 59px;
}

#nb1 a:hover {
	background: url(../img/navbar.gif) no-repeat 0 -18px transparent;
}

#nb2 a:hover {
	background: url(../img/navbar.gif) no-repeat -75px -18px transparent;
}

#nb3 a:hover {
	background: url(../img/navbar.gif) no-repeat -158px -18px transparent;
}

#nb4 a:hover {
	background: url(../img/navbar.gif) no-repeat -201px -18px transparent;
}

body#pGal1 #nb1 {
	background: url(../img/navbar.gif) no-repeat -0px -18px transparent;
}

body#pGal2 #nb2 {
	background: url(../img/navbar.gif) no-repeat -75px -18px transparent;
}

body#pInfo #nb3 {
	background: url(../img/navbar.gif) no-repeat -158px -18px transparent;
}

body#pContact #nb4 {
	background: url(../img/navbar.gif) no-repeat -201px -18px transparent;
}

/* @end */

#photo {
	border-top: 1px solid #1a1a1a;
	border-bottom: 1px solid #1a1a1a;
	position: relative;
	height: 528px;
}

#photo h2 {
	color: #858688;
	margin-top: 12px;
	margin-bottom: 12px;
	font-size: 1.1em;
}

#photo ul {
	position: absolute;
	bottom: 12px;
	right: 0;
}

#photo ul li {
	float: left;
	display: block;
	margin-left: 14px;
}

#thumbs {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
	position: relative;
	width: 100%;
}

#thumbs ul {
	height: 80px;
	position: relative;
}

#thumbs li {
	background-color: #1a1a1a;
	width: 102px;
	height: 80px;
	float: left;
	margin-right: 14px;
}


#thumbs a {
	width: 102px;
	height: 80px;
	display: block;
	position: relative;
	overflow: hidden;
}
#thumbs a.selected {
	width: 98px;
	height: 76px;
	border: 2px solid #FDE93F;
}

#thumbs a.selected img {
	margin: -2px;
}


#thumbs li.last {
	margin-right: 0;
}

.clear {
	clear: both;
}

li#prev a, li#next a {
	width: 100px;
	height: 14px;
	display: block;
	background-color: #1a1a1a;
	text-decoration: none;
	color: #999;
	text-transform: capitalize;
	text-indent: 5px;
	margin-left: 3px;
}

li#prev a:hover, li#next a:hover {
	background-color: #fce629;
	color: #1a1a1a;
}

li#prev a {
	background: #1a1a1a url(../img/arrow_left.gif) no-repeat 87px 3px;
}

li#next a {
	background: #1a1a1a url(../img/arrow_right.gif) no-repeat 87px 3px;
}

li#prev a:hover {
	background: #fce629 url(../img/arrow_over_left.gif) no-repeat 87px 3px;
}

li#next a:hover {
	background: #fce629 url(../img/arrow_over_right.gif) no-repeat 87px 3px;
}

#contact, #info {
	background: url(../img/contact.gif) no-repeat;
	position: absolute;
	right: 0;
	top: 136px;
	height: 490px;
	width: 218px;
	overflow: hidden;
	text-indent: -3000px;
}

#info {
	background: url(../img/info.gif) no-repeat;
	width: 450px;
}

#contact a {
	position: absolute;
	bottom: 30px;
	left: 15px;
	width: 120px;
	height: 60px;
}


