@charset "utf-8";
/* CSS Document */


* { margin: 0; padding: 0; }
body { background-color: #7a7168; font-family: Arial, Helvetica, sans-serif; color: #666666; font-size: 12px;}
p { padding-bottom: 10px; line-height: 18px; }
h2 { padding-bottom: 20px; padding-top: 10px; }
a { color: #5e5e5e; } a:hover { color: #000;}
#container { margin: auto; width: 900px;  }
#content { background-color: #fff; padding: 15px;background: #fff url(images/flora.jpg) no-repeat bottom right; }
#header { height: 150px; }
.left { float: left; width: 73%; border-right: 1px dotted #ccc;  } .left p { padding-right: 10px; }
.right { float: right; width: 25%; }
.clear { clear: both; }
#footer { height: 30px; background-color: #584E45; font-size: 10px; line-height: 18px; padding: 15px 15px; color: #fff; }
#footer a { color: #c9c9c9; text-decoration: none; } #footer a:hover { color:#fff;} #footer #altnav { width: 350px; float: right; text-align: right; }
.img_a { padding: 5px; border: 1px dotted #ccc; }
#library { padding: 15px; background: #f7f7f7; border-bottom: 1px solid #ccc; margin-right: 15px; }

















/*****************NAV*****************/

ul#nav{margin:0;padding:0;list-style-type:none;width:auto;
position:relative;display:block;height:36px;text-transform:none;
font-size:12px;font-weight:normal;
background:transparent url("images/bgOFF.gif") repeat-x top left;
font-family:Georgia, "Times New Roman", Times, serif;
border-bottom:4px solid #574f43;border-top:1px solid #574f43;}

ul#nav li{display:block;float:left;margin:0;pading:0;}

ul#nav li a{display:block;float:left;color:#222222;
text-decoration:none;padding:12px 20px 0 20px;height:24px;
background:transparent url("images/bgDIVIDER.gif") no-repeat top right;}

ul#nav li a:hover{
background:transparent url("images/bgHOVER.gif") no-repeat top right;}

ul#nav li a.current,ul#saturday li a.current:hover{color:#fff;
background:transparent url("images/bgON.gif") no-repeat top right;}
