html, body {
	height: 100%;
}
body {
	background: #101112;
	font: 13px "Trebuchet MS", Arial, Tahoma, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	color: #767a7d;
	text-align: center;
}
h2 {
	display: none;
}
a {
	color: #f5f5dc;
	text-decoration: none;
}
a:hover {
	color: #bce27f;
	text-decoration: underline;
}
hr {
	display: none;
}
#wrap {
	width: 840px;
	margin: 0 auto;
	text-align: left;
}

/* =header
-------------------------------------------------- */
#header {
	position: relative;
	height: 53px;
}
h1 {
	position: absolute;
	top: 15px;
	left: 0;
	margin: 0;
	font-size: 0;
	font-weight: normal;
	text-indent: -5000px;
}
h1 a {
	height: 23px;
	width: 335px;
	display: block;
	text-decoration: none;
	background: url(photo_h1.gif) no-repeat -77px -51px;
	outline: none;
}
h1 a:hover {
	text-decoration: none;
	background-position: -77px -81px;
}
#buttons h1 {
	display: none;
}

/* =content
-------------------------------------------------- */
#content {
	height: auto !important;
	height: 1px;
	min-height: 1px;
	border-top: 1px solid #3d4242;
}

/* =thumbs
-------------------------------------------------- */
a.small {
	float: left;
	margin: 15px 15px 0 0;
	padding: 1px;
	background: #fff;
	border: 2px solid #000;
}
a.small:hover {
	border-color: #fff;
}
a.small img {
	display: block;
	width: 150px;
	height: 100px;
	border: none;
}
a.lastinrow {
	margin-right: 0;
}

/* =theme
-------------------------------------------------- */
#sel_theme {
	float: right;
	margin: 0;
}

/* =photo
-------------------------------------------------- */
#imageWrap {
	text-align: center;
}
#big img {
	display: block;
	margin: 0 auto 15px;
	border: 20px solid #fff;
}

/* =buttons
-------------------------------------------------- */
#buttons {
	clear: both;
	margin: 0 0 15px 0;
	padding: 15px 0;
	text-align: left;
	border-bottom: 1px solid #3d4242;
}

/* =pages
-------------------------------------------------- */
ul#pageselect {
	clear: both;
	margin: 0;
	padding: 15px 0 1px 0;
}
ul#pageselect li {
	display: inline;
	list-style: none;
}
ul#pageselect li a {
	float: left;
	margin-right: 4px;
	padding: 1px 7px;
	border: 1px solid #3d4242;
	border-bottom: none;
	outline: none;
}
ul#pageselect a:hover {
	text-decoration: none;
}
ul#pageselect li.active a {
	background: #3d4242;
}

/* =footer
-------------------------------------------------- */
#footer {
	clear: both;
	padding: 10px 10px 10px 0;
	border-top: 1px solid #3d4242;
}
#footer p {
	margin: 0;
	font-size: 11px;
}
#cc {
	width: 350px;
	padding-left: 111px;
	background: url(bg_cc_logo.gif) no-repeat 0 0;
}
#contact {
	float: right;
	width: 304px;
	padding-left: 10px;
	border-left: 1px solid #3d4242;
}