/* CSS Document */@import "style.css";/* ---->> Default link colours */    A:LINK {    COLOR:  #990000;    BACKGROUND-COLOR: transparent;    text-decoration: underline     }        A:VISITED {    COLOR:  #990000;     BACKGROUND-COLOR: transparent;    text-decoration: underline    }        A:HOVER {    COLOR:  #2A6109;    BACKGROUND-COLOR: transparent;    text-decoration: underline     }            A:LINK.sidenav {    COLOR:  #990000;    BACKGROUND-COLOR: transparent;    text-decoration: underline     }        A:VISITED.sidenav {    COLOR:  #990000;    BACKGROUND-COLOR: transparent;    text-decoration: underline     }        A:HOVER.sidenav {    COLOR: #2A6109;    BACKGROUND-COLOR: transparent;    text-decoration: underline     } 		H1 {	COLOR: #990000;	font-size: medium;	}/* ---->> These specify various font sizes and colours used throughout the site */			/* Sets colour of text throught the whole site. This is the default text size and colour.   Also sets background in the main body to white.*/#main			{			position: absolute;			padding: 5px;			top: 65px;			left: 209px;			margin-top: -1px;			color: #000000;			font-size: small;			background-color: #ffffff;			padding-top: 0px;			padding-bottom: 10px;			border: 0px solid #cba900;			}			/* ---->> This simply adds the background image behind the menu and adds some space    between the top of the menu and the first menu item. */					#map			{			position: absolute;			background-color: #ffffff; 			background-image: url("/?f=5108"); /* tile image */			background-repeat: no-repeat;			top: 65px;			height: 620px;			width: 209px;			padding-top: 0px;			text-align: left;			}			#title			{			position: absolute;			height: 65px;			width: 100%;			top: 0px;			left: 0px;			background-color: #ffd65c;			background-image: url("/?f=5111"); /* top bar background */			background-repeat: repeat-x;			}