/* --- universal --- */
body {
color: #000;
background-color: #404345;
margin: 0px;
padding: 0px;
font-family: arial, sans-serif;
font-size: small;
line-height: 1.5em;
text-align: left;
color: #b1b2b3;
}
h1 {
font-size: 180%;
font-weight: bold;
}

/* --- top logo --- */
#gong {
position: absolute;
margin-top: 20px;
margin-left: 17px;
}

/* --- main navigation --- */
#nav {
position: absolute;
top: 89px;
left: 70px;
font-weight: bold;
color: #fff;
z-index: 5;
}
#backnav {
position: absolute;
top: 89px;
left: 70px;
font-weight: bold;
color: #fff;
z-index: 5;
}
#subnav {
position: absolute;
top: 89px;
left: 210px;
font-weight: bold;
color: #fff;
}

/* --- content --- */
#content {
position: absolute;
top: 94px;
left: 341px;
// width: 550px;
}
#content img {
margin-bottom: 20px;
margin-right: 11px;
clear: both;
}
#bigpic {
  text-align: center;
}
#content img.galls {
margin-bottom: 20px;
margin-right: 11px;
float: left;
clear: both;
}
#content p {
width: 300px;
}
ul#conlist {
margin: 0;
padding: 0;
list-style: none;
}
ul#conlist li {
margin: 0;
padding-bottom: 2px;
list-style: none;
}
ul#conlist li#pad {
margin-top: 14px;

}

/* --- galleries --- */
#gall {
position: absolute;
margin-top: 94px;
left: 341px;
width: 700px;
font-weight: bold;
line-height: 1.3em;
}
#gall img {
margin-bottom: 30px;
margin-right: 15px;
}
#gall p {
width: 300px;
}
#altgalldetails {
float: left;
margin-top: 20px;
clear: both;
width: 400px;
}

/* --- NEW galleries nav --- */
#thumbnails {
  margin-top: 32px;
  clear: both;
}
#thumbnails img {
  display: inline;
  margin:0;
}

/* --- Footer --- */
#phone {
float: left;
padding-left: 20px;
background: url(i/phone.gif) 0 4px no-repeat;
}
#copyright {
float: right;
font-size: 80%;
}
#other {
position: absolute;
top: 481px;
left: 210px;
}
#report {
position: absolute;
top: 559px;
left: 210px;
}
#footer {
position: absolute;
margin-top: 422px;
margin-left: 68px;
font-size: 85%;
line-height: 1.5em;
width: 200px;
}

/* --- Links --- */
a {
font-weight: normal;
color: #b1b2b3;
text-decoration: none;
}
a:link, a:visited {
font-weight: normal;
color: #b1b2b3;
text-decoration: none;
}
a:hover {
font-weight: normal;
color: #fff;
text-decoration: none;
}
