﻿body {
  background: #fff;
  font-size: .85em;
  font-family: "Trebuchet MS", Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  background-repeat: repeat-y;
}


html, body {
/*  background-repeat: repeat-x;
  background-image: url("../Content/images/rap/background2.png");*/
  margin: 0;
  height: 100%;
}

header {
  display: block;
}

#headerimg 
{
  display: block;
  background-image: url('../Content/images/rap/Ratcliff.png');
  background-repeat: no-repeat;
  background-position: center center;
  width: 900px;
  height: 225px;   
  margin: 0;
  padding: 0;
}

#main {
  /* top right bottom left */
  padding: 10px 30px 10px 30px;
  background-color: #eee;
  border-radius: 4px 0 0 0;
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border: 2px solid #bebebe;
}

#logindisplay {
  font-size: 1.1em;
  display: block;
  text-align: right;
  margin: 10px;
  color: black;
}

#logindisplay a:link {
  color: black;
  text-decoration: underline;
}

#logindisplay a:visited {
  color: grey;
  text-decoration: underline;
}

#logindisplay a:hover {
  color: black;
  text-decoration: none;
}

ul#menu li a {
  padding: 10px 20px;
  font-weight: bold;
  text-decoration: none;
  line-height: 2.8em;
  background-color: #eee;
  color: #000;
  border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
}

/*.footerbottom {
  background-color: #1f1f1f;*/
  /*background-color: rgba(0,0,0,.32);*/
  /*padding: 15px 0 5px;
}*/

