#navigation { height: 27px; background: #5A6C73; } 
#navigation ul {  background: #5A6C73;  list-style: none; margin: 0; padding: 0;
text-align: right; } /*
reset unordered list to bare essentials and position it within the layout */
#navigation ul li { float: right; font-family: Georgia, "Times New Roman", Times,
serif; font-size: 16px; font-variant: small-caps; letter-spacing: 2px;
text-align: center; height: 27px; width: 110px; 
border-left: 1px solid #E8FAFE;}
#navigation ul li a { color: #E8FAFE; border: 0; display: block; 
height: auto; width: auto; padding: 2.5px;}
#navigation ul li a:hover { color: #7fbeff; }
#navigation ul li.active { background: #eee; }
#navigation ul li.active a { color: #7777FF;}

#content { background: #E8FAFE; }
#header {border-bottom: 1px solid #E8FAFE;  background: #5A6C73;}

#sidebar {background: #5A6C73; border-top: 1px solid #E8FAFE;}
#sidebar h3 {font-size:1.5em; line-height: 1; 
  margin-top:0.5em; margin-bottom: 0.5em; margin-left: 0.5em; 
  color: #7FBEFF; font-variant: small-caps;}
#sidebar ul {margin-left:0; list-style: none; padding: 0; }
#sidebar ul li { font-family: Georgia, "Times New Roman", Times, serif;
  padding-left: 20px; width:150px; padding-right:20px;
  font-size: 14px; height: 18px; font-variant: small-caps; letter-spacing: 2px;}
#sidebar ul li a { color: #E8FAFE; border: 0; display: block; 
height: auto; width: auto;}
#sidebar ul li a:hover { color: #7fbeff; }
#sidebar ul li.active { background: #eee; }
#sidebar ul li.active a { color: #7777FF;}


.right-floater { text-align: right; float:right; clear: top; }
.normal { font-weight: normal;}
