/*---------------------*/
.banner{
position: absolute;
left: 50px;
width: 700px;
height: 80px;
/*border: 1px dotted black;*/
text-align: center;
}
/*---------------------*/

/*---------------------*/
.counterBox{
position: absolute;
top: 495px;
left: 90px;
width: 100px;
height: auto;
/*border: 1px dotted black;*/
text-align: center;
}
/*---------------------*/

/*---------------------*/
.leftNav{
position: absolute;
top: 100px;
left: 50px;
width: 160px;
height: auto;
/*border: 1px dotted black;*/
}

.leftNav p{
font-family: verdana;
font-size: 12px;
text-align: right;
padding-right: 20px;
line-height: 20px;
}

.leftNav a{
text-decoration: none;
}

.leftNav a:hover{
text-decoration: underline;
color: blue;
}

.dotsLeft{
position: absolute;
top: 105px;
left: 210px;
width: 1px;
height: 700px;
background: url(gallery/gifs/dot.gif) center;
}
/*---------------------*/

/*---------------------*/
.rightNav{
position: absolute;
top: 100px;
left: 645px;
width: 100px;
height: auto;
/*border: 1px dotted black;*/
}

.rightNav p{
font-family: verdana;
font-size: 12px;
text-align: left;
padding-left: 20px;
line-height: 20px;
}

.rightNav a{
text-decoration: none;
}

.rightNav a:hover{
text-decoration: underline;
color: blue;
}

.dotsRight{
position: absolute;
top: 105px;
left: 645px;
width: 1px;
height: 425px;
background: url(gallery/gifs/dot.gif) center;
}
/*---------------------*/

/*---------------------*/
.bottomNav{
position: absolute;
top: 460px;
left: 250px;
width: 550px;
height: 65px;
/*border: 1px dotted black;*/
}

.bottomNav p{
padding-top: 0px;
font-family: verdana;
font-size: 12px;
text-align: left;
line-height: 20px;
}

.bottomNav a{
text-decoration: none;
}

.bottomNav a:hover{
text-decoration: underline;
color: blue;
}
/*---------------------*/

/*---------------------*/
.main{
position: absolute;
top: 100px;
left: 225px;
width: 525px;
height: 600px;
/*border: 1px dotted black;*/
SCROLLBAR-FACE-COLOR: #9AA3B6; 
SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
SCROLLBAR-SHADOW-COLOR: #000000; 
SCROLLBAR-3DLIGHT-COLOR: #000000; 
SCROLLBAR-ARROW-COLOR: #black; 
SCROLLBAR-TRACK-COLOR: #999B9F; 
SCROLLBAR-DARKSHADOW-COLOR: #878E9C; 
SCROLLBAR-BASE-COLOR: #9097A5; 

}

.main p{
font-family: verdana;
font-size: 12px;
padding: 5px 5px 5px 5px;
line-height: 20px;
color: darkblue;
}

p.comment{
  font: 12px courier;
  color: darkgreen;
}

.main blockquote{
font-family: book antiqua;
font-size: 14px;
color: darkblue;
}

p.title{
  font-family: book antiqua;
  font-size: 15px;
  color: darkblue;
  text-align: center;
}

/*---------------------*/


/*---------------------*/
.footer{
position: relative;
top:0px;
width:523px;
height: 50px;
left: 0px;
/*border: 1px dotted black;*/
background: url(gallery/gifs/footer.gif) no-repeat center;
}

.footer p{
font-family: verdana;
font-size: 12px;
text-align: left;
padding-right: 20px;
line-height: 20px;
}

.footer a{
text-decoration: none;
}

.footer a:hover{
text-decoration: underline;
color: blue;
}
/*---------------------*/