
BODY {
  background: #cccccc;
  color: #000066;
  margin: 0px;
    font-family : Sans-serif;
    font-size : medium;
    font-weight : 800;
    font-style : normal;
    text-decoration : none;
    text-transform : none;
    font-variant : normal;
}

#header
{
background: #FFFFFF;
margin-bottom: 30px;
}
.headerSubTitle {
  text-align: center;
  font-size: 151%;
  font-weight: normal;
  font-style: italic;
  margin: 0 0 1ex 0;
  padding: 0;
}

#content {
  padding: 40px;
  width: auto;
  position: relative;
  margin: 0px 210px 20px 170px
}

#hours {
  padding: 40px;
  width: auto;
  position: relative;
  margin: 0px 210px 20px 170px
}

#contact {
  padding: 40px;
  width: auto;
  position: relative;
  margin: 0px 210px 20px 170px
}


#right {
  padding: 10px;
  text-align: right;
  width: 150px;
  position: absolute;
  right: 20px;
  top: 150px;
}
#left {
  padding: 10px;
  text-align: left;
  width: 150px;
  position: absolute;
  left: 20px;
  top: 150px;
}

/*Nav Menu, Horizontal */
#nav ul{
font: bold 13px arial;
padding-left: 0;
margin-left: 0;
height: 20px;
}

#nav ul li{
list-style: none;
display: inline;
}

#nav ul li a{
padding: 2px 0.5em;
text-decoration: none;
float: left;
color: black;
background-color: #FF9900;
border: 2px solid #FF9900;
}

#nav ul li a:hover{
background-color: #FF0000;
border-style: outset;
}

html>body nav ul li a:active{ /* Apply mousedown effect only to NON IE browsers */
border-style: inset;
}

#footer {
  clear: both;
  background: #bbc3d3;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size : x-small;
}



/* Tags for making paragraphs centered and right aligned */
.right {text-align: right}
.center {text-align: center}

.title {text-align: right;
		font-size : x-Large;
		color: #0000FF;)




