body {
font-family:Arial, Helvetica, sans-serif;
width: auto;
border: 0px solid gray;
margin:0px;
margin-left:0;
margin-right:0;
padding:0px;
background: #898989;
background-image:url(images/sidebar-cont.jpg);
background-repeat: repeat-y;
}

a {
  font-weight: bold;
  text-decoration: none;
  color: #00c;
}

#content:hover a, #footer:hover a {
	border-bottom: 1px dotted #00c;
}

a:hover { color: #00c; }

#banner {
position: absolute;
top: 0px;
width: auto;
padding:0px; 
margin:0px;
background-color:#898989;
color:#898989;
width:auto;
}

#banner #top{
position: absolute;
top: 93px;
left: 0px;
}

#banner #top img{
border: 0px;
}

#banner #name{
position:absolute;
top: 62px;
right:15px;
}

#banner h1{
position: absolute;
top:20px;
left:10px;
/*right:10px;*/
font-variant: small-caps;
color:#898989;
letter-spacing:0.1em;
font-size: 2.8em;
}

#banner a{
text-decoration:none;
color:#898989;
}

#sidebar{
position:absolute;
top:118px;
width: 120px;
margin: 0;
margin-right: 2px;
padding:0px;
padding-bottom: 160px;
background: #898989 url(images/sidebar.jpg) bottom left no-repeat;
}


#navlist {
margin: 0;
padding: 0;
list-style-type: none;
width: 120px;
background-color:black;
padding-right:0px;
border-right:2px solid #555555;
}

#navlist li {
padding-left:12px;
margin:0px;
font-size: 12pt;
padding: 0 0 0 12px;
cursor:pointer;
border-right:2px solid #555555;
background-color: #00c;
}

#navlist li a{
padding: 0;
margin: 0;
font-size: 12pt;
font-weight: bold;
}

#navlist a:link, #navlist a:visited{
color: #EEE;
text-decoration: none;
display:block;
}

#navlist a:hover{
background-color: #898989;
color: #fff;
}

#container{
position: absolute;
top: 118px;
right: 0;
left:120px;
padding:8px;
margin:0px;
background-color: #898989;
}

#content {
padding: 8px;
border:2px solid #555555;
background-color: #898989;
color:black;
}

.imgdisp{
text-align: center;
}

.imgdisp img{
border: 2px solid black;
}

#footer {
padding: 6px;
border: 2px solid #555555;
margin-top:8px;
margin-bottom:8px;
background-color: #898989; 
text-align:center;
font-size: 8pt;
}	

#gallery ul { list-style: none; }

#gallery li {
	width: 311px;
	height: 255px;
	float: left;
	margin: 15px;
	
	border: 0px solid #999;
	background: #555555;
}
#gallery ul li a {
	display: block;
	width: 311px;
	height: 255px;
}

#gallery ul li a:hover {
	background: #eee;
}

}
#gallery ul li span {
display: block;
font-size: 10pt;
}


#gallery img { border: 0px solid #777; }
#gallery ul li.h a img { margin-top: 2px; margin-left: 2px; }
#gallery ul li.v a img { margin-top: 2px; margin-left: 2px; }

.clearing {
	clear: both;
}
