/** Here's the sections to help you find stuff quickly:
 *
 * ID_SPECIFIC  Styles for things with IDs
 * GENERAL      Standard elements, none overridden
 * RHS_CONTENT  Stuff for presenting things on the RHS panel
 * MENU         Everything to do with presenting the menu
 * FEATURES     The banner boxes that might appear at the top of pages
 * MAIN_CONTENT How we present the actual content #main area
 * MAIN_BUTOLD  How we present the old style/converted content sections
 * SMALL_STUFF  Various tiny bits of tweaking trickery
 * TABLE_CUTOFF 
 * PERFORMANCE  Performance Tracking stuff
 * HONOURS      Honours table stuff
 * PHOTO_TABLE  The table we present photos in
 * TRAININGTIMES Tables, etc used for presenting training times
 * TABLES_FOR_PRESENTATION For presenting tabular information in text context
 * MEET_ENTRY   stuff for presenting the meet entry page details
 */

/* ID_SPECIFIC */
body {
background:#000 url('../../montage.jpg') repeat-x;
border:none;
font:12px Verdana, Geneva, Arial, Helvetica, sans-serif;
margin:0;
padding:45px 0 0;
}
#rhs_logo {
border:0;
height:1px;
left:0;
margin:0;
padding:0;
position:absolute;
top:0;
width:100%;
}
#rhs_logo img {
border:0;
float:right;
margin:0;
position:relative;
}
#hdr {
background:#fff url('../../banner.png') no-repeat 25px 1px;
border:4px solid #900;
border-style:solid none;
height:75px;
margin:0;
}
#photo {
color:#fff;
margin-top:20px;
}
#photo img {
margin:auto;
text-align:center;
}

