#wrapper {
  margin: 1px;
}

body  {
  background-color: white;
  background-image: url(images/bg_logo.jpg);
  height: 750px;
  width: 750px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: 50% 75px;
}

#lefttop {
  position: absolute;
  width: 200px;
  top: 20px;
  margin: 0 10px 10px 0;
  left: 30px;
}


#midtop {
  position: absolute;
  width: auto;
  margin: 0 0 10px 230px;
  text-align: center;
  padding: 0;
}

#righttop {
  position: absolute;
  width: 200px;
  top: 60px;
  left: 700px;
  padding: 0;
}

#main {
  position: absolute;
  top: 180px;
  left: 30px;
  width: 98%;
}

#left_panel {
  float: left;
  margin: 30px 0 10px 0;
  width: 130px;
}

#sidebar {
  width: 115px;
  padding: 0 5px 0 5px;
  font-family: arial;
  font-weight: bold;
  font-size: 0.9em;
  text-align: center;
  background-color: yellow;
  border: 2px solid red;
}

#sidebar a:link {
  color: red;
  background-color: yellow;
  width: 120px;
  text-decoration: none;
  line-height: 1.5;
  
}
#sidebar a:visited {
  color: red;
  background-color: yellow;
  width: 120px;
  text-decoration: none;
  line-height: 1.5;
}
#sidebar a:hover {
  color: yellow;
  background-color: red;
  width: 120px;
  text-decoration: none;
  line-height: 1.5;
}

#contents {
padding: 10px;
margin: 0 0 10px 150px;
}

#clearone {
  clear: both;
  height: 1px;
}

#cleangap {
  clear: right;
  height: 1px;
}


#footer {
  position: relative;
  top: 10px;
  border: 1px solid red;
  background-color: transparent;
  margin: 0 0 20px 0;
  padding: 10px 0 10px 0;
  width: 95%;
}

h1 {
  color: red;
  background-color: yellow;
  text-align: center;
}

h2 {
  color: red;
}

h3 {
  color: #008000;
}

.logo  {
  font-size: medium;
  color: #993366;
  font-family: cursive, "Comic Sans MS";
}

.black {
  font-family: arial;
  font-size: .8em;
  color: black;
}

.blue {
  font-family: arial;
  font-size: .8em;
  color: #0000dd;
}

.red {
  font-family: arial;
  font-size: .8em;
  color: red;
}

.green {
  font-family: arial;
  font-size: .8em;
  color: #008800;
}

.normblue {
  color: blue;
}

.normred {
  color: red;
}

.smallred {
  font-family: arial;
  font-size: 1em;
  color: red;
}  

#address {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  font-family: arial;
  font-size: .8em;
  color: blue;
}

#revision {
  float: right;
  margin: -40px 10px 10px 10px;
  font-family: arial;
  font-size: .8em;
  color: red;
}

#extra {
  position: absolute;
  left: 250px;
  top: 10px;
  font-size: .8em;
  color: green;
  font-family: arial;
}

#news {
  position: relative;
  left: 30px;
  width: 500px;
}

.perfhead {
  color: maroon;
  font-family: cursive, "Comic Sans MS";
  font-size: .8em;
  font-weight: bolder;
}

.perfdetails {
  position: relative;
  font-family: arial;
  color: black;
  font-size: .8em;
  font-weight: lighter;
}

.newshead {
  color: red;
  font-family: cursive, "Comic Sans MS";
  font-size: .8em;
  font-weight: bolder;
}

.newsdetails {
  font-family: arial;
  color: green;
  font-size: .8em;
  font-weight: lighter;
}

#leftbox {
  float: left;
}

#rightbox {
  position: relative;
  left: 110px;
}

#highlight {
  position: relative;
  width: 500px;
  left: 50px;
  border: 2px solid red;
  padding: 5px 5px 5px 10px;
}

#textboxred {
  position: relative;
  border: 2px solid red;
  width: 300px;
  padding: 0 5px 0 5px;
}

#tables {
  float: left;
  top: 200px;
}

.notes {
  font-family: arial;
  color: red;
  background-color: yellow;
  font-size: small;
}

.notesplain {
  font-family: arial;
  color: #880088;
  font-size: x-small;
}

.rightpic {
  float: right;
  margin: 10px;
  font-family: cursive, "Comic Sans MS";
  font-size: .8em;
  text-align: center;
}

.leftpic {
  float: left;
  margin: 10px;
  font-family: cursive, "Comic Sans MS";
  font-size: .8em;
  text-align: center;
}

#container {
  position: relative;
  margin: 5px;
}


#fixture {
  position: relative;
  top: 0;
  border: 1px solid green;
  background-color: transparent;
  margin: 0 50px 0 0;
  padding: 0 0 0 0;
}

.advert {
  width: 114px;
  font-family: arial;
  font-size: .75em;
  color: #770077;
  background-color: #ffffcc;
  border: 2px solid red;
}

.advert_nb {
  float: right;
  margin: 0 10px 10px 0;
  width: 114px;
  font-family: arial;
  font-size: small;
  font-weight: bold;
  border: 0;
}

.advert_nb a {
  text-decoration: none;
}

table.coach {
  width: 500px;
  border-collapse: collapse;
  text-align: center;
}

table.coach thead tr {
  border: 1px solid black;
}

table.coach thead th {
  width: 30%;
  border: 1px solid black;
}

table.coach tbody tr {
  border: 1px solid black;
}

table.coach tbody td {
  border: 1px solid black;
}

th {
  color: red;
  background-color: yellow;
}

table.cond a:link {
  text-decoration: none;
}

.result {
  font-family: arial;
  font-style: italic;
  font-size: x-small;
}

.result a:link {
  color: darkgreen;
  text-decoration: none;
}

.result a:visited {
  color: darkgreen;
  text-decoration: none;
}


