* {
	margin: 0;
	padding: 0;
}

body, html {
	background: #222;
	height: 100%;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	color: #ffffff;
}

#wrapper {
	background: #222;
	border: 2px #ffffff solid;
	width: 789px;
	margin: 40px auto 100px auto;
	padding: 0 5px 0 46px;
	min-height: 550px;
	position: relative;
}

#header{
	background: #222;
	position: absolute;
	margin-top: 2px;
	right: 2px;
	text-align: right; 
	margin: 3px 3px 3px 0;
	font-size: 0.7em;
}

#return{
	background: #222;
	position: absolute;
	margin-top: 2px;
	left: 2px;
	text-align: left; 
	margin: 3px 3px 3px 0;
	font-size: 0.7em;
}
ul {
	list-style: none;
}

#list-info {
	height: 30px;
}

h1 {
	font-family: "Century Gothic", Helvetica, sans-serif;
	font-size: 1.7em;
	font-weight: 300;
	margin: 24px 0 30px 0;
}

p {
	font-family: "Arial", Helvetica, sans-serif;
	font-size: 0.45em;
}

.pub p {
	padding-left: 6px;
	font-size: 0.6em;
}

a {
	text-decoration: none;
	color: #ffffff;
}
#thispage {
	position: absolute;
	font-family: "Arial Black", "Century Gothic", Helvetica, sans-serif;
	font-size: 0.9em;
	padding: 20px;
	top: 20px;
	right: 20px;
}

#galleryDesc {
	font-size: 0.6em;
	text-align: right;
	margin-top: -93px;
	margin-right: 10px;
	width: 370px;
	float: right;
}
.descTitle {
	font-size: 1.1em;
	font-weight: bold;
}

#thumbs {
	/*margin: 40px 0 0 0;*/
	width: 115px;
	cursor: pointer;
	
	left: 50px; 
	clip: rect(0px 150px 415px 0px);
	top: 140px;
	position: absolute;
	
}

#thumbs img {
	padding: 3px;
}

#up { position: absolute; top: 140px; left: 30px; }

#down { position: absolute; top: 555px; left: 30px; }

#hand {
	cursor: pointer;
	position: absolute;
	top: 472px;
	left: 0;
}

#photo {
	position: relative;
	height: 460px;
	clear: none;
	margin-left: 150px;
}

#photo img {
	position: absolute;
	bottom: 37px;
}

#photo img#longphoto { 
	position: absolute;
	top: 20%;
}

#photo #hand img {
	position: relative;
}

#homeText {
	margin-left: 40px;
}

.caption {
	font-size: 0.6em;
}

#footer {
	position: absolute;
	bottom: 2px;
	right: 2px;
	font-size: 0.5em;
	text-align: right; 
	margin: 0 3px 1px 0;
	font-size: 0.6em;
}


textarea {
	width: 500px;
	height: 350px;
}

#sideMenu li {
	display: inline;
	padding: 5px;
}

/* clearfix: http://positioniseverything.net/easyclearing.html */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}

.clearfix {display: block;}
/* End hide from IE-mac */