* {
	margin:0;
	padding:0;
}
body {
	text-align:center;
}
a {
	text-decoration:none;
	padding:0;
	margin:0;
	outline:none;
	color:#c8d9db;
}
a img {
	border:none;
}
.header {
	width:100%;
	height:188px;
	background:url('hdr-bkd.png');
	margin:-1px 0 15px 0;
	text-align:center;
	line-height:1;
}
div.header img {margin-top:15px;}
h1, h2, p {
	display:none;
}
div#navigation { 
    display:block; 
    height:576px;
    width:128px;
    float:left;
    margin-left:20px;
    }
div#navigation div {
    width:54px;
    height:54px;
    margin:4px;
    border:1px solid #545454;
    display:block;
    cursor:pointer;
    float: left;
} 
div#chosen {
    opacity: 0.5;
}
div#selected_image { 
    width:500px;
    margin-top:20px;
    margin-left:auto; margin-right:auto;
    }
p.copyright {
    display:block;
    text-align: center;
    width: 500px;
margin-left: auto;
margin-right: auto;
    margin-top:40px;
    font:11px Helvetica;
    color:#c8d9db;
    text-transform:uppercase;
}
p.links {
    display:block;
    margin-top:10px;
    margin-bottom:20px;
    font:11px Helvetica;
    color:#c8d9db;
}

