/* gallerystyle.css */
@import url(scrollbar.css);

body {
background-color:#667788;
color:#ffffff;
}

body a:link,
a:active,
a:visited,
a:hover {
background-color:transparent;
color:#ffffff;
}

/* --------------------------------------------------------------------- */
/* Default font sizing bug for Netscape 4 only                           */
/* --------------------------------------------------------------------- */
body, p, div, th,
td, li, dd {
font-family: Arial, helvetica, sans-serif;
font-size: 12px;
}

/* --------------------------------------------------------------------- */
/* Font sizing bug fixes used by all other browsers                      */
/* --------------------------------------------------------------------- */
/* Bug in Netscape 4 stopped using the special comment on next line      */
/* a{} \*/
body, body p, body div, body th,
body td, body li, body dd {
font-family: Arial, helvetica, sans-serif;
font-size: x-small;                           /* IE5/Win an off-by-1 bug */
voice-family: "\"}\"";
voice-family: inherit;      /* trick WinIE4/5 into thinking rule is over */
font-size: small;        /* Redefine font setting for all other browsers */
}

/* Special selector for Opera 5 */
html>body, html>body p,
html>body div, html>body th,
html>body td, html>body li,
html>body dd {
font-family: Arial, helvetica, sans-serif;
font-size: small;
}
/* --------------------------------------------------------------------- */
/* DONE ! - All browsers should display same font size with font scaling */
/* --------------------------------------------------------------------- */

td IMG {
border-color:#ffffff;
border-style:solid;
border-width:5px;
}

#padright {
padding-right:100px;
}

#padleft {
padding-right:100px;
}

a:link IMG, a:visited IMG {
border-color:#cc9933;
}

.caption {
background-color:#334455;
color:#ffffff;
margin-top:-2px;
padding:2px 10px 2px 10px;
letter-spacing:0.15em;
}
