



	
body {
    background-image: url(Ledbury-High-St-2.jpg);
	background-attachment: fixed;
	 background-repeat:   no-repeat;
	 background-size:     cover;    
}


h1 {
	border:2px solid black; 
	border-radius: 5px; 
	width: 960px;
	text-align: center; 
	background-color: #ffe6b3;
	
	font-family: Droid Sans, arial, sans-serif;
}




ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
	text-align: center;
}
li {font-size:large; 
    display: inline;
}


#container {
     width: 960px;
     margin: 0 auto;
	 
}

#container2 {
     width: 1000px;
     margin: 0 auto;
}


#content2 /* Used in all main pages*/
{
	padding:30px;
	
	margin: 0 auto;
	width:900px;
	position: relative;
	clear: none;
	height: auto;
	font-family: "Droid Sans", Helvetica, Arial sans-serif;
	 text-align: justify;word-wrap:break-word;
	 background-color: #ffe6b3;
	
}
a.nounderline {text-decoration: none; }

p{	font-family: "Droid Sans", Helvetica, Arial sans-serif; text-align:center; word-wrap:break-word; font-style: italic;}

p.normal {font-size: 200%; font-family: "Droid Sans", Helvetica, Arial sans-serif; text-align:center; word-wrap:break-word; font-style: normal;}

p.box{text-align:center; font-size: 150%; font-style: normal;}

blockquote {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 100px;
    margin-right: 100px;
    text-align: justify; 
	font-style: italic;
	
}
blockquote2 {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 100px;
    margin-right: 10px;
    text-align: justify; 
	font-style: italic;
	
}
blockquote3 {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 100px;
    margin-right: 10px;
    text-align: justify; 
	
	
}
.space { margin-top: 500px; }
.space1 {margin-top: 200px;}

h2{width:938;
text-align:center; 
	font-family: "script MT bold",Droid Sans, arial, sans-serif;
	font-size: 1.5em; }


.div2 {
    width: 40%;
    height: 100px;
    padding: 10px;
    border: 1px solid red;
	float: right
	
	
	
}
.image6
{display: block;
  margin-left: auto;
  margin-right: auto;}
.image6:hover
	{display: block;
  margin-left: auto;
  margin-right: auto;;
		-moz-box-shadow: 0 0 50px rgba(142,113,12,1.9);
		-webkit-box-shadow: 0 0 50px rgba(142,113,12,1.9);
		box-shadow: 0 0 50px rgba(142,113,12,1.9);
	}/*used in index*/




pre {
    display: block;
    font-family: monospace;
    white-space: pre;
    margin: 1em 0;
	white-space: pre-wrap;
	overflow-x:auto
	
}

.alphabet {
    list-style-type: none;
    margin:90px auto 0;
    padding:0;
    cursor: pointer;
    width:80%;
    text-align:center;
}

.alphabet li {
    float:left;
    margin:0;
    padding:0;
    border-right:1px solid darkgrey;
    font-size: 13px;
    -moz-box-sizing:border-box;
    color:black;
    display:inline-block;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    width:3.84%;
}

.alphabet li:last-child {
    border-right: none;
}

.alphabet li:hover {
    color:green;
    background-color: lightgrey;
}


/* all below for new column index*/

* {
  box-sizing: border-box;
  
}

/* Create three equal columns that floats next to each other */
.column {
  float: left;
  width: 33.33%;
  padding: 10px;
  height: auto;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}



<style>
body {
  font-family: "Lato", sans-serif;
}

.sidenav {
  height: 100%;
  width: 160px;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #ffe6b3;
  overflow-x: hidden;
  padding-top: 20px;
}

.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 25px;
  color: black;
  display: block;
}

.sidenav a:hover {
  color: blue;
}

.main {
  margin-left: 160px; /* Same as the width of the sidenav */
  font-size: 28px; /* Increased text to enable scrolling */
  padding: 0px 10px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
</style>

