/* style.css */

body 
{
color:#000000; 
background-color:#666666;
margin-top:0; 
margin-left:0;
font-family:verdana,helvetica,sans-serif; 
font-size:12px;
line-height:150%; 
}
div.container
{
width:740px;
position:absolute;
top:0px;
left:0px;
}
div.left
{
position:absolute;
top:170px;
left:0px;
width:140px;
text-align:center;
}
div.content
{
position:absolute;
top:90px;
left:140px;
width:598px;
height:900px;
border-width:1px;
border-style:solid;
border-color:#333333;
color:#000000;
background-color:#fdf5e6;
text-indent:10px;
text-align:center;
}
div.footer
{
position:absolute;
bottom:0px;
left:0px;
width:598px;
color:#000000; 
background-color:#666666;
height:30px;
font-size:10px;
text-align:center;
}
p
{
padding-left:10px;
padding-right:10px;
}
p.center
{
text-align:center
}
p.small
{
font-size:10px;
text-align:center;
}
h1
{
font-size:14px;
font-weight:bold;
text-align:center;
}
h1.same
{
color:#666666;
background-color:#666666;
}
img
{
border:none;
}
.aligncenter
{
text-align:center;
}


/* link styles */
a:link {color:#990000}
a:visited {color:#cc6666 }

/* styles copied from Image_Gallery */

#gallContainer{text-align:center;margin:0 10px;}
#gallNav{padding:10px 0;margin:0;}
#caption{padding:3px 0;margin:0;font-size:.9em;}
#gallNav a{margin:0 5px;color:#999;}
#gallNav a.selected{color:#000;}
#gallNav a img{border:none;background-color:#ccc;}
#gallNav a.selected img{background-color:#777;}
#gallNav a img.arrow{border:none;background-color:transparent;}
#gallNav a img.thumb{border:1px solid #fff;}
#gallNav a.selected img.thumb{border:1px solid #000;}

/* end of styles from Image_Gallery */


