/* Typography */
body { font-family:Arial, Helvetica, sans-serif; font-size:0.8em; }

#content p.tiny { font-size:0.7em; margin-top:-15px; }

#header h3 { background-color:#651919; color:#fff; font-size:2.0em; font-family:Georgia, "Times New Roman", Times, serif; }

#nav a:link, #nav a:visited { text-decoration:none; text-transform:uppercase; font-size:0.8em; color:#000; }
#nav a:hover { background:url('../images/gradient-white.png') top left repeat-x #fff; text-decoration:underline; }
#nav a:active, #nav a.active {}

/* content styling */

#content h1, #content h2, #content h3 { font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; color:#651919; }
#content h2, #content h3 { text-transform:uppercase; font-size:1.2em; }

#content p, 
#content li { font-size:1.2em; padding-bottom:0.5em; line-height:1.3em; }

#content p.lead { font-size:1.3em; line-height:1.3em; }

#content p a:link, 
#content p a:visited,
#content li a:link, 
#content li a:visited { color:#000; text-decoration:underline; }

#content p a:hover,
#content li a:hover { color:#651919; text-decoration:underline; }

#content li { list-style:square inside; }

/* /content styling */

#footer ul { color:#fff; font-size:0.8em; }	
#footer a:link, #footer a:visited { color:#fff; text-decoration:none; }
#footer a:hover { color:#fc0; text-decoration:underline; }