@charset "utf-8" ;



/* Century Schoolbook font is very similar to Computer Modern Math: cmmi */
.MATH    { font-family: "Century Schoolbook", serif; }
.MATH I  { font-family: "Century Schoolbook", serif; font-style: italic }
.BOLDMATH { font-family: "Century Schoolbook", serif; font-weight: bold }

/* implement both fixed-size and relative sizes */
SMALL.XTINY		{ font-size : xx-small }
SMALL.TINY		{ font-size : x-small  }
SMALL.SCRIPTSIZE	{ font-size : smaller  }
SMALL.FOOTNOTESIZE	{ font-size : small    }
SMALL.SMALL		{  }
BIG.LARGE		{  }
BIG.XLARGE		{ font-size : large    }
BIG.XXLARGE		{ font-size : x-large  }
BIG.HUGE		{ font-size : larger   }
BIG.XHUGE		{ font-size : xx-large }

/* heading styles */
H1 { font-family: "URW Chancery L",cursive,sans-serif ; font-weight: lighter ; font-size: 300% ; text-align: center ; color:#004000 ; font-variant: small-caps }
H2 { font-family: "URW Chancery L",cursive,sans-serif ; font-weight: lighter ; font-size: 300% ; text-align: center ; color:#004000 ; font-variant: small-caps }
H3 { font-family: "URW Chancery L",cursive,sans-serif ; font-weight: lighter ; font-size: 300% ; text-align: center ; color:#004000 ; font-variant: small-caps }
H4 { font-family: "URW Chancery L",cursive,sans-serif ; font-weight: lighter ; font-size: 300% ; text-align: center ; color:#004000 ; font-variant: small-caps }
H5 { font-family: "URW Chancery L",cursive,sans-serif ; font-weight: lighter ; font-size: 300% ; text-align: center ; color:#004000 ; font-variant: small-caps }

/* mathematics styles */
DIV.displaymath		{ }	/* math displays */
TD.eqno			{ }	/* equation-number cells */


/* document-specific styles come next */
DIV.navigation		{   }
DIV.center		{   }
SPAN.textit		{ font-style: italic  }
SPAN.textbf		{ font-weight: bold  }

BODY { background: url(bg_paper_white.jpg) repeat ;}
BODY { font-family: sans-serif ;}
BODY { padding-left: 12em ;}


A:link {color:black}
A:link {color:black}
A:visited {color:black}
A:hover {color:#008050}


.main{background: url(bg_paper_warm.jpg) repeat ;}
.main{background: url(bg_paper_warm.jpg) repeat ;}
.portraits{background: url(bg_burlwood_light.jpg) repeat ;}
.weddings{background: url(bg_purple_ribbons.jpg) repeat ;}
.seniors{background: url(bg_granite.jpg) repeat ;}
.commercial{background: url(bg_blue_slate.jpg) repeat ;}
.navbar{position: absolute; top: 6em; left: 1em; width: 11em; font-size: small; }

/* DIV.thumbnails {height: 200px ; width:600px ; overflow: auto ;  border: thin dashed black } */

@media handheld {
   .navbar {
     display: none;
   }
   BODY { padding-left: 0em; }
 }

