html, body {
	font: 11px "Arial", Lucida Grande, Verdana, Sans-Serif;
	margin: 0;
	padding: 0;
}
#container {
    width:1000px;
    margin-left:auto;
    margin-right:auto;
}
#header {
    width:1000px;
    text-align:center;
    margin-top:20px;
    margin-bottom:5px;
}
#header h1 {
    margin:0;
    font-size:18px;
}
#breadcrumb {
    list-style-type: none;
    margin:0;
    padding:0;
    margin-left:auto;
    margin-right:auto;
}
#breadcrumb li{
    float:left;
    color:black;
    padding-right:3px;
}
#breadcrumb li a{
    text-decoration:none;
    font-style:italic;
    color:black;
}
#breadcrumb li a:hover{
    color:red;
}
#nav {
    list-style-type: none;
    margin:0;
    padding:0;
	margin-top:10px;
	margin-bottom:10px;
}
#nav li{
    float:left;
    text-align:center;
    width:25px;
}
#nav li#pages{
    width:900px;
    font-size:14px;
}
#nav li a img{
    border:0;
}
#content {
width:1000px;
}
#large-image-frame {
    width:550px;
    float:left;
}
#large-image-box {
    margin-top:5px;
    padding-top:10px;
    width:520px;
    margin-right:auto;
    margin-left:auto;
    background-color:black;
    padding-bottom:10px;
	text-align:center;
}
/*#large-image-box img{
    display:block;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:10px;
}
#large-image-box span{
    display:block;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
    height:60px;
    width:300px;
    background-color:white;
}*/
#thumbnail-box {
    width:450px;
    float:left;
}
#thumbnails {
    list-style-type: none;
    margin:0;
    padding:0;
    float:left;
}
#thumbnails li {
    margin:0;
    padding:0;
    float:left;
}
#small-image-box {
    background-color:black;
    width:110px;
    margin-bottom:10px;
    margin-left:20px;
    text-align:center;
    padding-bottom:5px;
    padding-top:5px;
	padding-left:5px;
}
/*div.small-image-box img {
    margin-bottom:5px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}*/
/*div.small-image-box span {
    height:10px;
    width:100px;
    background-color:white;
    display:block;
    font-size:6px;
    margin-left:auto;
    margin-right:auto;
    text-align:center;
}*/
#instructions {
    width:1000px;
	padding-top:20px;
	padding-bottom:20px;
	color:#999999;
	text-align:center;
	clear:both;
}

#instructions a:link, #instructions a:visited { 
    color: #999999;
	text-decoration:none;
} 

#instructions a:hover { 
    color: #000000;
	text-decoration:underline;
} 

#instructions a:active {
    color: #999999;
	text-decoration:none;
}