body {
	margin: 0px;
	padding: 0px;
	font-size: 100%;
	font-family: Arial, Helvetica, sans-serif;
	text-align:center;
	background: #fff;
}

PRE {
	font-family: Arial, Helvetica, sans-serif;
white-space: -moz-pre-wrap; /* Mozilla, supported since 1999 */
white-space: -pre-wrap; /* Opera 4 - 6 */
white-space: -o-pre-wrap; /* Opera 7 */
white-space: pre-wrap; /* CSS3 - Text module (Candidate Recommendation) http://www.w3.org/TR/css3-text/#white-space */
word-wrap: break-word; /* IE 5.5+ */
	}

a {
text-decoration:none;
color: #ccc;
}

a:hover {
text-decoration:underline;
}

.leftFixed {
	position:absolute;
	left:0;
}

.rightAbsolute {
	position:absolute;
	right:0;
}

.thumb {
background-color: #fff;
border-color:#fff;
}

a:link img, a:visited img
{
text-decoration: none;
border-color: white;
border-width: 0px;
}

#header {
	width: 800px;
	margin:0px auto;
	position:relative;
	height:50px;
	margin-top:40px;
	background-color: #333;
}

#header a {
	color: #fff;
}

* html #header {
width:880px;
}
#list img {
	background: #fff;
	padding:0px;
	margin:2px;
}

#siteName {
	font-size:160%;
	top:10;
	left:20;
}
#navigation {
padding-top:10px;
padding-bottom:10px;
}

a.clean, a.clean:hover, a.clean:visited {
text-decoration: none;
color: #fff;
}

a.nav {
color: #fff;
text-decoration: none;
font-size: 120%;
padding:10px;
border-left:1px solid white;
}

a.nav:hover {
background-color:#666;
}

.bookmark {
border:none;
padding-left:5px;
}

#gallery {
width:720px;
height:400px;
background: #333;
margin:0px auto;
text-align:left;
padding:40px;
color: #fff;
padding-top:10px;
position:relative;
}

* html #gallery {
width:800px;
}

#left {
width:240px;
height:400px;
float:left;
text-align:center;
}

#right {
width:440px;
right:40;
position:absolute;
}

#pageTitle {
font-size: 110%;
width:800px;
margin-bottom:20px;
margin-top:10px;
}


#description {
overflow: auto;
height:75px;
margin-top:20px;
}

.elementDescription {
font-style:italic;
}

#bookmarkers a {
text-decoration: none;
border:0;
} 

#list {
height:275px;
}

#overlap-left {
 z-index:7;
 height:340;
 width:150;
 min-height:340;
 left:0;
 top:0;
 position:absolute;
 
 }

#arrow-right {
margin-top:145px;
margin-right:20px;
}

#arrow-left {
margin-top:145px;
margin-left:20px;
}

#overlap-right {
 z-index:5;
 height:340;
 width:150;
 right:0;
 top:0;
 position:absolute;
 text-align:right;
}
 
 
 #picture {
  z-index:2;
  position:absolute;
 }
 
 
* html #gallery {
width:800px;
height:480px;

}

#footer {
width: 790px;
padding: 5px;
text-align:left;
margin:0px auto;
position:relative;

}

* html #footer {
width:800px;
}

#poweredBy {
	text-align:left;
	border:1px solid #900;
	padding:1px 3px 1px 3px;
	background-color: #fcc;
	margin-right:5px;
	font-size:70%;
}

#poweredBy:hover {
	background-color: #f99;
}

a.poweredBy, a.poweredBy:visited {
	color: #900;
	text-decoration:none;
}

#logIn {
	position:absolute;
	left:110px;
	top:0px;
	width:200px;
	padding-top:2px;
	font-size:70%;
}

a.logIn, a.logIn:visited {
	color: #009;
	text-decoration:none;
}

a.logIn:hover {
	color: #00f;
	border-bottom:1px dashed #00f;
}

td {
color: #fff;
}

input {
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #ccc;
