#header {
    background-color:white;
    color:black;
    text-align:left;
    padding:5px;
	border-bottom-style: groove;
	border-bottom-width: 15px;
	border-bottom-color: red;
}
#section {
	padding-top: 0px;
	padding-right: 15px;
	padding-left: 15px;
	float: left;
}
/**** BUTTON IMAGES ****/

#section a img{
	opacity: 0.9;
}

#section a:hover img {
	opacity: 1.0;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

#newlines a img{
	opacity: 0.9;
}

#newlines a:hover img {
	opacity: 1.0;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}


#newlines {
	height: 712px;
	overflow: scroll;
}


#footer {
    background-color:black;
    color:white;
    clear:both;
	height: 120px;
    padding: 5px;
	font-size: 12px;
	text-align: center;
}
#footer ol li{
     width: 25%;
     float: left;
	 list-style-type: none;
	 }
#AboutUs{
	margin-left:200px;
}

#AboutUs ol li{
     width: 25%;
     float: left;
	 list-style-type: none;
	 }
	 
#AboutUs ul li{
     width: 33%;
     float: left;
	 list-style-type: none;
	 }
	
#pastweeks{
	text-align: center;
	background-color: grey;
	color: white;
	text-decoration: none;
	padding: 2px;
}

#pastweeks a{
	color: black;
	padding: 5px;
	background-color: white;
	text-decoration: none;
}

#old {
	text-align: center;
	background-color: grey;
	color: white;
	text-decoration: none;
	padding: 2px;
}

#old a{
	color: #D1D0CE;
	padding: 5px;
	text-decoration: none;
	border: 1px solid black;
	background-color: black;
}


.Contact{
	margin-left:200px;
}

img.center{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.intro{
	margin-left:200px;
}
.intro{
        text-align: center;
		background-color: black;
	    color: white;
		border-style: double;
	    border-width: 5px;
	    border-color: grey;
}
.Contact ol li{
     width: 33%;
     float: left;
	 list-style-type: none;
	 }
.Contact ul li{
     width: 25%;
     float: left;
	 list-style-type: none;
	 }





  