body {
	background: #eee url(bg.png) fixed top left repeat-x;
	font-family: Arial, sans-serif;
	font-size: 90%;
	color: #333;
	margin: 0;
	padding: 0;
	border-top: 0.5em solid #459;
	border-bottom: 0.5em solid #eee;
	text-align: center;
	}

#wrapper {
	margin: 0 auto;
	background: #fff;
	width: 580px;
	padding: 20px;
	text-align: left;
	}

#header {
	height: 100px;
	background: url(header.png) top center no-repeat;
	margin: 0 0 1.5em 0;
	border-bottom: 0.5em solid #cd5;
	}

#header a {
	display: block;
	height: 100px;
	text-decoration: none;
	}

#header a i {visibility: hidden;}

#content {
	width: 410px;
	float: right;
	margin: 0 0 1.5em 0;
	}

#menu {
	width: 150px;
	float: left;
	margin: 0 0 1.5em 0;
	}

#menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
#menu li {display: inline;}

#menu ul a {
	display: block;
	text-decoration: none;
	margin-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 1.5em;
	background: #459 url(nav-gradient.png) top left repeat-x;
	border: 1px solid #303c6c;
	color: #fff;
	padding: 0 0.5em;
	}

#menu ul a.here {
	background: #cd5 url(here-gradient.png) top left repeat-x;
	color: #333;
	border-color: #aec024;
	}

#menu ul a:hover, #menu ul a:focus {
	background: #89e url(hover-gradient.png) top left repeat-x;
	color: #fff;
	border-color: #6b78bb;
	}

#footer {
	float: none;
	clear: both;
	padding: 1.5em;
	border-top: 0.5em solid #459;
	text-align: center;
	}

h1 {
	line-height: 1em;
	font-size: 2em;
	font-weight: 100;
	margin: 0 0 0.5em 0;
	//letter-spacing: 0.05em;
	}
h2, #lightboxCaption {
	font-weight: 100;
	font-size: 1.5em;
	line-height: 1em;
	margin: 0;
	//letter-spacing: 0.05em;
	}
h3, h4 {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	margin: 0;
	}

p, ol, ul {
	line-height: 1.5em;
	margin: 0 0 1.5em 0;
	}

hr {display: none;}

a {
	color: #67c;
	text-decoration: underline;
	}
a:visited {color: #9caf26;}
a:hover, a:focus {color: #89e;}

img {border: 0;}

#content img {
	float: left;
	background: #fff;
	padding: 4px;
	margin: 0 0.5em 0 0;
	border: 1px solid #ddd;
	}
#content a:hover img, #content a:focus img {
	background: #89e url(hover-gradient.png) top left repeat-x;
	border-color: #6b78bb;
	}

.piece {
	clear: both;
	background: #f9f9f9 url(piece-solid.png) top right repeat-y;
	border: #ddd;
	padding: 0.5em;
	margin: 0 0 0.5em 0;
	border: 1px solid #ddd;
	}
.piece h2, .piece p:last-child, .piece p {margin: 0;}

.piece:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.piece {display: inline-block;}

/* Hides from IE-mac \*/
* html .piece {height: 1%;}
.piece {display: block;}
/* End hide from IE-mac */

#content #lightbox img {
	margin: 0;
	float: none;
	}

#lightbox {
	background-color: #f9f9f9;
	padding: 0.5em;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails {padding-top: 0.5em;}	
#lightboxCaption {float: left; margin: 0;}
#keyboardMsg {float: right;}

#overlay { 
	background-image: url(overlay.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 100%;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/overlay.png", sizingMethod="scale");
	}