html, body {
background: #0c0c0d;
font-family:"Helvetica", "Arial", "Bitstream Vera Sans", "Verdana", sans-serif;
color: #16bfd3;
width: 800px;
margin-left: auto;
margin-right: auto;
}

a, a:link, a:visited {
    color: #6A6A6E;
}

img {
   border: 0;
}

#header {
background-image: url(/images/header.png);
background-repeat: no-repeat;
padding-top: 115px;
padding-left: 300px;
color: #8dd019;
}

#headerindex {
background-image: url(/images/headerindex.png);
background-repeat: no-repeat;
height: 250px;
}

#bookheader {
background-image: url(/images/headerbook.png);
background-repeat: no-repeat;
padding-top: 115px;
padding-left: 66px;
color: #8dd019;
}

#operatinghours {
color: #8dd019;
font-size: 20px;
}

#twitters {
background-image: url(/images/twitt.png);
background-repeat: no-repeat;
padding-top: 8px;
width: 700px;
margin-left: auto;
margin-right: auto;
height: 300px;
}

#icanbefound {
text-align: center;
}

.big {
font-size: 28px;
font-weight: strong;
text-align: center;
}

#error {
background-image: url(/images/404.png);
background-repeat: no-repeat;
padding-top: 400px;
text-align: center;
width: 800px;
margin-left: auto;
margin-right: auto;
}

#bookstore {
text-align: center;
}

#footer {
background-image: url(/images/footer.png);
background-repeat: no-repeat;
padding-top: 180px;
padding-left: 665px;
margin-left: auto;
margin-right: auto;
}

#pills {
background-image: url(/images/pillshere.png);
background-repeat: no-repeat;
text-align: center;
width: 800px;
height: 400px;
margin-left: auto;
margin-right: auto;
}

//nav

.invertedshiftdown2{
padding: 0;
width: 100%;
border-top: 5px solid #8dd019; /*Highlight red color theme*/
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown2 ul{
margin:0;
margin-left: 30px; /*margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
}

.invertedshiftdown2 li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
text-transform:uppercase;
}

.invertedshiftdown2 a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 1px 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #16bfd3; /*Default menu color*/
border-bottom: 8px solid #0c0c0d;
}

.invertedshiftdown2 a:hover{
background-color: #8dd019; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #8dd019; /*Highlight red color theme*/
color: white;
}

.invertedshiftdown2 .current a{ /** currently selected menu item **/
background-color: #8dd019; /*Highlight red color theme*/
padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
padding-bottom: 0; /*Set padding-bottom value to 0 */
border-bottom-color: #8dd019; /*Highlight red color theme*/
color: white;
}


#myform{ /*CSS for sample search box. Remove if desired */
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{
width: 190px;
border: 1px solid gray;
}

#myform .submit{
font: normal 12px Verdana;
height: 22px;
border: 1px solid #D10000;
background-color: black;
color: white;
}

//nav end