/* basics */
body {
	background: #fff; color:#97622e;
	font-family:sans-serif;
}

a:link { color:#936993; text-decoration:none }
a:visited { color:#936993; text-decoration:none }
a:hover { text-shadow:#97622e 0 0 5px }
a img { border:0px none; text-decoration:none }

p { margin-top:0; padding-top:0 }

/* Layout */
body { margin:1em 10%; min-width:648px; }

#banner { text-align:center; }

#navigation { position:absolute; left:0; width:18%; margin:0; padding:2em 0 0 0; text-indent:0; }
#navigation li { text-align:right; padding-right:0.5em }

#content { position:relative; margin:0 0 0 10%; padding-bottom:11px }

#logo { position:absolute; bottom:0; right:0 }

#footer { position:absolute; text-align:center; font-size:smaller; list-style-type:none; left:25% }

/* Mad Stlyin' */
#navigation { list-style-type:none }
#navigation li { font-size:larger; font-family:Vivaldi, Apple Chancery, Gabriola, cursive; }

#wrapper { border:solid thin #936993; padding:0 0.7em; }
#wrapper ul { margin-top:0; }
#wrapper img { padding:0 0.5em }

.documents-list { list-style-image:url('/images/icons/pdf.png'); }
.inset { float:right; width:300px; text-align:center; font-size:smaller; }

#content ul { margin-top:0; }

h2, h3 {
	margin:0; padding:0;
	font-family:Vivaldi, Apple Chancery, Gabriola, cursive; font-weight:normal;
}

h2 { text-align:right; margin-bottom:-0.3em; }
h3 { color:#936993; clear:both; }
h4 { margin-bottom:0; }
blockquote { padding:0.2em 0.5em; background:#FFE; border:thin #936993; border-style:none dotted; }