body {						font-family: Arial, Helvetica, sans-serif;
							font-size: 75%;
							background-color: #000000;
							margin: 10px;
							text-align:center;
							}
				
table		{ 				font-size: 100%; }

#container {				color: #000000;
							border: 1px none #006600;
							margin: auto;
							width: 760px;
							}

#maintop {					width: 100%;
							height: 180px;
							background-repeat: no-repeat;
							text-align: right;
							background-image: url(../images/Billy_Kid.jpg);
							background-repeat: no-repeat;
							background-position: center;
							}
				
#midCol { 					background-color: #E7C794;
							width: 100%;
							border-bottom: 1px solid #666666;
							}

#title {					height: 22px;
							line-height: 22px;
							width: 100%;
							color: white;
							background-color: #B51C21;
							font-size: 100%;
							text-align:center;
							margin-bottom: 10px;
							border-top: 2px solid #666666;
							border-bottom: 2px solid #666666;
							}

#title a				{	padding: 0px 15px 0px 15px;
							border-left: 1px solid white;
							border-right: 1px solid black;
							color: white;
							}

#title b				{	padding: 6px;
							font-size: 160%;
							}

#mainleft {					width:160px;
							float:left;
							color: #B51C21;
							}

#maincentre {				margin: 0px 5px 0px 165px;
							}

.midPad {					text-align: left;
							width: 100%;
							overflow: auto;
							padding: 8px 0px 8px 0px;
							}
				
.midPad a {	 				color: #000000;
							text-decoration:underline;
							}
	
#mainbottom {				width:100%;
							height: 18px;
							line-height: 18px;
							clear: left;
							font-size: 80%;
							color: white;
							background-color: #B51C21;
							text-align: center;
							}
				
#mainbottom b { 			color: white;
							padding: 6px;
							}

a {							text-decoration: none;color: #B51C21;}
a:hover {					text-decoration: underline;}

.row { 						clear: left; width: 100%;}
.leftCol	{				float: left; width: 240px; }


/* ------------------------------ NAVIGATION --------------------------- */
.navigation { 				margin-bottom: 10px;
							font-weight: bold;
							}
						
.navigation UL {			margin:0px;
							padding:0px;
							list-style-type: none;
							text-align: left;
							}

.navigation UL LI {			margin:0px;
							padding: 0px;
							width: 100%;
							border-bottom: 1px dotted #B51C21;
							}
						
.navigation UL LI A {		display: block;
							padding: 0px 0px 0px 5px;
							margin: 0px;
							color: black;
							}
														
.navigation UL LI A:hover {	color: white;
							background-color: #B51C21;
							text-decoration: none;
							}
/* ------------------------------ NAVIGATION --------------------------- */
