html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset {
 margin: 0;
 padding: 0;
 border: 0;
}

body {
 font-family: Verdana;
 font-size: 100%;
 background-color: #E0E0FF;
 color: #000000;
 text-align: center;
}

#wrapper {
 width: 800px;
}

#banner {
 height: 80px;
 margin: 5px; 
}

#leftcol{
 width: 150px;
 height: 490px;
 float: left;
 overflow: hidden;
}

#menu_item{
 font-family: Verdana;
 background-color: #E0E0FF;
 color: #000000;
 text-decoration: none;
 text-align: center;
}

#menu_item a.button, a:visited.button {
 display: block;
 width: 150px;
 height: 22px;
 color: #000000;
 text-decoration: none;
 background-image: url("http://www.loughorroversafc.org.uk/cgi-bin/Images/Button.gif");
 padding: 0px;
 margin: 0px;
}

#menu_item a:hover.button {
 display: block;
 width: 150px;
 height: 22px;
 color: #FF0000;
 text-decoration: none;
 background-image: url("http://www.loughorroversafc.org.uk/cgi-bin/Images/Button2.gif");
 padding: 0px;
 margin: 0px;
}

#submenu {
 font-size: 75%;
 font-family: Verdana;
 background-color: #E0E0FF;
 color: #000000;
 text-decoration: none;
 text-align: center;
}

#submenu a.subbutton, a:visited.subbutton {
 display: block;
 width: 150px;
 height: 14px;
 font-family: Verdana;
 background-color: #E0E0FF;
 color: #000000;
 text-decoration: none;
 text-align: center;
 background-image: url(http://www.loughorroversafc.org.uk/cgi-bin/Images/Button_small.gif);
 padding: 0px;
 margin: 0px;
}

#submenu a:hover.subbutton {
 display: block;
 width: 150px;
 height: 14px;
 font-family: Verdana;
 background-color: #E0E0FF;
 color: #FF0000;
 text-decoration: none;
 text-align: center;
 background-image: url(http://www.loughorroversafc.org.uk/cgi-bin/Images/Button_small2.gif);
 padding: 0px;
 margin: 0px;
}

#content{
 width: 647px;
 height: 490px;
 float: right;
 overflow: auto;
 text-align: justify;
}

#content h1{
 font-size: 130%;
}

#container{
 width: 95%;
}

#footer{
 margin: 5px;
 font-size: 75%;
}