a:link {
color:#E00101;
text-decoration: none;
}
a:visited {
color:#E00101;
text-decoration: none;
}
a:hover {
background: #d0d8f2;
}

body {
margin:0px;
padding:0px;
font-family: arial, tahoma, geneva, sans-serif;
background:#F0F0F0;
}

img { 
border: 0; 
} 

small {
font-size: 80%;
}

.topdiv {
position: relative;
top: 0px;
left: 0px;
height: 150px;
padding-left: 80px;
padding-top: 20px;
border-bottom: 1px solid #333333;
background: #ffffff;
}

.topdivquote {
position: absolute;
right: 40px;
top: 25px;
width: 300px;
height: 100px;
font-style: italic;
font-family: Times New Roman, serif;
border-left: 1px solid #333333;
padding-top: 40px;
padding-left: 80px;
background: #ffffff url('/plinth-music/gates.jpg') no-repeat left;
}

#contentframe {
position: absolute;
padding-left: 30px;
padding-top: 20px;
top: 150px;
left: 130px;
right: 50px;
color: #000000;
}

p {
font-size: 90%;
}

h1 {
text-align: left;
color: #870101;
font-weight: bold;
font-size: 100%;
}

.newsheading {
text-align: left;
margin-left: 10px;
font-size: 90%;
font-weight: normal;
font-weight: bold;
color: #870101;
}

.newspost {
padding-left: 10px;
padding-bottom: 5px;
padding-right: 10px;
margin-bottom: 10px;
border-bottom: 1px solid #333333;
width: 100%;
}

.footer {
position: relative;
font-size: 70%;
margin-right: 20px;
text-align: right;
}

ul.makeMenu, ul.makeMenu ul {
  margin: 0px;
  position: relative;
  top: 0px;
  left: 0px;
  text-indent: 10px;
  color: #000000;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  padding: 10px;
  width: 130px;
  background: #ffffff;
  padding-left: 0px;           /* stops the usual indent from ul */
  cursor: default;             /* gives an arrow cursor */
  margin-left: 0px;            /* Opera 7 final's margin and margin-box model cause problems */
}
ul.makeMenu li {
  list-style-type: none;
  position: relative;
  margin: 1px;
}

ul.makeMenu li:visited {
  color: #000;
}

ul.makeMenu li:hover {
  background-color: #ffffff;
  color: #000;
}

li.header {
border: 1px solid #cccccc;
color: #E00101;
font-weight: bold;
margin: 10px;
}

/* and some link styles */
ul.makeMenu li a, ul.makeMenu li a:visited { color: #000; display: block; width: 100%; }