body {
    margin: 0 0 1em 0;
    padding: 0;
    color: black;
    background-color: #005541;
    line-height: 130%;
    font-family: arial, helvetica, verdana, tahoma, sans-serif;
    text-align: center;
}

#wrapper-header {    background: #005200; }

#header {
    background: #D9EDD9 url('images/banner.jpg') left no-repeat;
    width: 75%;
    height: 125px;
    line-height: 125px;
    margin: 0 auto;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    text-align: left;
}

#header h1 {
    /*background: url('images/elandshoek.gif') right no-repeat;)*/
    width:458px;
    height: 74px;    
    margin: 0;
    padding-top: 30px;
    color: #005500;
    font-size: 400%;
    font-weight: bold;
    padding-left: 10px;
    letter-spacing: 1px;

}

span#flag {
    background: url('images/flag.gif') no-repeat;
    width: 84px;
    height: 57px;    
    margin-top: -16px;
    padding-top: 0px;
    color: #005500;
    padding-left: 0px;
	display:block;
	float:right;
}

span#jersey {
    background: url('images/jersey.gif') no-repeat;
    width: 100px;
    height: 98px;    
    margin-top: 0px;
    padding-top: 0px;
    color: #005500;
    padding-left: 0px;
	display:block;
	float:right;
}

#wrapper-menu {
    background: #000000 url('images/menu-background.png') top left repeat-x;
    float: left;
    width: 100%;
}

#menu {
    width: 75%;
    margin: 0 auto;
    font-size: 95%;
    white-space: nowrap; /* stops half a menu link dropping to next line. Instead, the whole link will drop. This only happens if you have a lot of menu links, and large text size */
    padding-right: 2px;    /* The menu far left, and far right borders are not quite lining up in non IE browsers for some reason. This makes it less noticable */
}

* html #menu { padding-right: 0; } /* See above comment. This re-adjusts IE to the above padding */

#menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
    border-left: 1px solid #C0C0C0;
    border-right: 1px solid #C0C0C0;
    width: 100%;
}

#menu li { display: inline; }

#menu a:link, #menu a:visited {
    padding: 0.25em 1em;
    background: transparent;
    color: #fff;
    font-weight: normal;  
    text-decoration: none;
    float: left;
    border-right: 1px solid #C0C0C0;
}

#menu a:hover {
    background: #2f6e2f url('images/menu-hover.png') repeat-x;
    color: #FFFFFF;
    font-weight: normal;  
}

#content {
    width: 73%; /* 73% because it has 1% padding on each side, which brings it to 75% wide */
    margin: 0 auto;
    padding: 3.5em 1% 20px 1%;
    border-left: 1px solid #bbb;
    border-right: 1px solid #bbb;
    background: #D9EDD9;
    /*font-size: 80%;*/
    font-size: 10pt;
    text-align: left;
}

strong {

 color:#015901;

}

* html #content { padding-top: 1.8em; } /* Set padding top in IE to 20px */

#footer {
    margin: 0 auto;
    padding: 2px 1%;
    width: 73%;
    text-align: right;
    color: white;
    letter-spacing: 0.15em;
    background: #353534 url('images/menu-background.png') top left repeat-x;
    border: 1px solid #a0c80e;
    font-size: 80%;
}

h2 {
    color: #015901;
    padding-bottom: 3px;
    border-bottom: 1px solid #a0c80e;
    /*font-size: 150%;*/
    font-weight: bold;    
    font-size: 12pt;
    letter-spacing: -1px;
}

a:link, a:visited {
    color: #015901;
    font-weight: bold;
	text-decoration: none;
}

a:hover {
    color: #000;
    text-decoration: underline;
}

#footer a:link, #footer a:visited {
    color: #04FF00;
    font-weight: normal;    
    text-decoration: none;
}

#footer a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

p { margin-left: 1em;
	margin-bottom: 40px;
 }