body {
 background-color:3560ff;
 background-image:url('./images/Background2.jpg');
 margin: 0px;
 padding: 0px;
 width: 1000px;
 font-style:normal; 
 font-variant:normal; 
 font-weight:normal; 
 font-size:10px;
 font-family: 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
 margin-left:auto;
 margin-right:auto;
 color: #ccc;
}

h1 {
 font-size:20px;
 font-weight:bold; 
 color: #d823ff;
}

a {
  color: #23c3ff;
  text-decoration:none;
  font-weight:bold;
}

a:hover {
  font-size:125%;
  text-decoration:italic;
  cursor:crosshair;
  color: #d823ff;
}

/*These are the background images for the website*/

#banner {
 background :url('images/Header.jpg');
 height: 250px;
 width: 1000px;
 z-index:1;
 margin-left:auto;
 margin-right:auto;
 opacity:0.8;
 }

#box {
 background :url('images/Box.jpg');
 height: 600px;
 width: 580px;
 z-index:0;
 opacity:0.8;
 margin-left:auto;
 margin-right:auto;
 }

#box2 {
 background :url('images/Box2.jpg');
 height: 195px;
 width: 180px;
 z-index:0;
 opacity:1.0;
 margin-left:auto;
 margin-right:auto;
 }

/*This is the vertical menu*/

#verticalmenu {
  font-family: 'Russo One', 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  background: #372540;
  color: #ccc;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 13em;
}
#verticalmenu ul {
  list-style-type:none;
  margin:0;
  padding:0;
}
#verticalmenu li {
  font-family: 'Russo One', 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica, sans-serif;
  margin: 0;
  padding: 0;
  list-style: none;
}
#verticalmenu a {
  background: #372540;
  color: #ccc;
  display: block;
  margin: 0;
  padding: 4px 0px;
  text-decoration: none;
  font-weight: normal;
  width: 13em;
  text-align:left;
  text-indent:20px;
}
#verticalmenu a:hover {
  background: #c7b3d1 url('hover.gif') left center no-repeat;
  color: #0066ff;
  padding-bottom: 4px;
  font-size:100%;
  cursor:crosshair;
}