html {
  overflow-y: scroll;
  }
/*
a:link { 
	color: #000000;
	text-decoration: none;
	}
a:visited { 
	color: #000000;
	text-decoration: none;
	}
a:hover { 
	color: #EE2024;
	text-decoration: none;
	}
a:active { 
	color: #EE2024;
	text-decoration: none;
	}
*/
p {
 margin: 5px auto;
	}

body {
  padding: 0px;
  background: #262626;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  text-align: center;
  }

img { 
  border: none; 
  } 

#pagecontainer {
  background-image: url('images/background.png');
  background-repeat:repeat-y;
  width: 910px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  position: relative;
  
  }
  #transparentdiv {   
  background-color: #ff0000;
  width: 910px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;
  }

#header {
  background-color: #CCCCCC;
  margin-left: 5px;
  width: 900px;
  height: 125px;
}

#logo {
  background-color: #CCCCCC;
  position: relative;
  margin-top: 10px;
  float: left;
  text-align: center;
  width: 650px;
  height: 115px;
  }

#hours {
  background-color: #CCCCCC;
  position: relative;
  margin-top: 0px;
  float: right;
  width: 250px;
  height: 125px;
  font-weight: normal;
  font-size: 12px;
  color: #000000;
  font-family: Verdana, Arial;
  text-align: center;
  text-decoration: none;
  }

#redBar {
  background-color: #AAAAAA;
  position: relative;
  margin-left: -10px;
  text-align: center;
  width: 930px;
  height: 5px;
  }

#topNavigationBar {
  background-color: #BBBBBB;
  position: relative;
  margin: 0px auto;
  width: 100%;
  height: 29px;
  text-align: center;
  
  }

#topNavigationBarLinks {
  background-color: #BBBBBB;
  position: absolute; 
  width: 90%;
  height: 20px;    
  text-decoration: none;
  top:50%;
  left: 0px;
  margin-top: -10px;
  margin-left: auto;
  margin-right: auto;
  left:5%;
  }

#mainContent {
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  width: 880px;
  height: auto;  
}

#oldNewsContent {
  background-color: #CCCCCC;
  position: relative;
  margin-top: 10px;
  margin-right: 0 auto;
  margin-left: 0 auto;
  left: 0px;
  right: 0px;
  width: 770px;
  height: auto;
  }

#newscontent {
  background-color: #AAAAAA;
  position: absolute;
  width: 780px;
  height: 180px;
  overflow: scroll;
  border-style: solid;
  border-width: 5px;
  border-color: #BBBBBB;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
  overflow-x: hidden;
  }

#newscontentshadow {
  background-color: #BBBBBB;
  margin-top: 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 25px;
  width: 783px;
  height: 183px;
  }

#footer {
  margin-left: 0px;
  margin-top: 10px;
  width: 900px;
  height: 30px;
  }

#bottomNavigationBar {
  background-color: #BBBBBB;
  position: relative;
  margin-top: 0px;
  margin-left: -5px;
  width: 920px;
  height: 25px;
  }

#bottomNavigationBarLinks {
  background-color: #BBBBBB;
  position: absolute;
  margin-top: 2px;
  margin-left: 60px;
  width: 800px;
  height: 16px;
  text-align: center;
  text-decoration: none;
  }

#bottomExtra {
  background-image: url('images/background.png');
  width: 910px;
  height: 10px;
  }
  #scrollbar_container {  
    position:relative;  
    width:500px;
	background-color: #0f0000
} 

