html 	{
	min-height: 100%;
	}
BODY
	{
	FONT: 12px verdana, arial;
	COLOR: #222222; 
        margin:0;
        padding:0;
        border:0;			/* This removes the border around the viewport in old versions of IE */
        width:100%;
        background:#fff;
        min-width:779px;    		/* Minimum width of layout - remove line if not required */
					/* The min-width property does not work in old versions of Internet Explorer */
	/* background: url(http://www.runcorntown.co.uk/images/xmasbackground.gif); */
	}
TD
	{
	FONT: 12px verdana, arial; COLOR: #222222
	}
H1
	{
	MARGIN-TOP: 4px; MARGIN-BOTTOM: 0px; FONT: bold 20px arial; COLOR: #000000
	}
H2
	{
	MARGIN-TOP: 2px; MARGIN-BOTTOM: 4px; FONT: bold 14px arial narrow; COLOR: #003399;
	}
H3
	{
	MARGIN-TOP: 2px; MARGIN-BOTTOM: 2px; FONT: bold 18px arial ; COLOR: #000000; TEXT-DECORATION: underline
	}
H4
	{
	MARGIN-TOP: 4px; MARGIN-BOTTOM: 4px; FONT: 12px verdana, arial; COLOR: #222222
	}
H6
	{
	MARGIN-TOP: 8px; MARGIN-BOTTOM: 4px; FONT: bold 12px verdana, arial; COLOR: #222222
	}
A:link
	{
	COLOR: #0033FF; TEXT-DECORATION: none
	}
A:visited
	{
	COLOR: #0033FF; TEXT-DECORATION: none
	}
A:hover
	{
	COLOR: #C60000; TEXT-DECORATION: underline
	}
img {
	vertical-align:bottom;
	border:0;
	}
	
/* HEADERS */
/* Header styles */
#header {
        width:779px;
      	margin-left: auto;
    	margin-right: auto;
   	}
#HeaderContainer
	{
	margin:7px 0px 0px 5px;
	height:29px;
	background-color:#DCDCFE;
	FONT: bold 20px arial;
	COLOR: #000000;
	padding:6px 0px 0px 7px;
	}
#HeaderContainerSmall
	{
	margin:7px 0px 0px 5px;
	height:20px;
	background-color:#DCDCFE;
	FONT: bold 14px arial;
	COLOR: #000000;
	padding:6px 0px 0px 7px;
	}

/* MAIN PAGE */
	/* column container */
	.colmask {
	position:relative;		/* This fixes the IE7 overflow hidden bug and stops the layout jumping out of place */
        width:779px;			/* width of whole page */
      	margin-left: auto;
    	margin-right: auto;
	overflow:hidden;		/* This chops off any overhanging divs */
	}
	
	/* 2 column left menu settings */
    .leftmenu {
	background: url(http://www.runcorntown.co.uk/images/new/leftgradient.jpg);
	}
    .leftmenu .colright {
        float:left;
        width:200%;
	position:relative;
	left:132px;
        background:#fff;
    	}
    .leftmenu .col1wrap {
	float:right;
	width:50%;
	position:relative;
	right:132px;
	}
    .leftmenu .col1 {
        margin:0 0 0 132px;
	position:relative;
	right:100%;
	overflow:hidden;
	}
    .leftmenu .homepage1 {
        float: left;
        width: 485px;
	}
    .leftmenu .homepage2 {
        float: left;
        width: 162px;
	}		
    .leftmenu .col2 {
        float:left;
        width:132px;
        position:relative;
        right:132px;
    	}
   	
    /* Footer styles */
    #footer {
        clear:both;
        float:left;
        width:100%;
	border-top:1px solid #000;
	}
    #footer p {
        width: 779px;
        margin:0;
      	margin-left: auto;
    	margin-right: auto;
    }



#MainPage
	{
	width: 781px;
	min-height: 100%;
	border: 1px solid black;
	}

/* LEFT NAVIGATION */
#LeftNav
	{
	width: 132px;	
	min-height: 100%;
	background: url(http://www.runcorntown.co.uk/images/new/leftgradient.jpg);
	float: left;
	}
/* MAIN PART */
#MainPart
	{
	width: 647px;
	min-height: 100%;
	background-color: blue;
	float: left;
	}
/* MATCH REPORT */
#MatchContainer
	{
	margin-left:10px;
	margin-top:10px;
	}
#MatchResult
	{
	margin:7px 0px 7px 5px;
	background-color:#FFFFFF;
	COLOR: #000000;
	padding:6px 0px 0px 7px;
	}
.MatchLineupTD1				
	{
	width:48%; 
	text-align:left; 
	height:2em; 
	font-weight:bold; 
	font-size:11px; 
	padding-left:5px; 
	color:#B3B3B3; 
	background:#666
	}
.MatchLineupTD2			
	{
	width:4%; 
	text-align:center; 
	height:2em; 
	font-weight:bold; 
	font-size:11px; 
	color:#B3B3B3; 
	background:#666
	}
.MatchLineupTD3
	{
	width:48%; 
	text-align:left; 
	height:2em; 
	font-weight:bold; 
	font-size:11px; 
	padding-left:5px; 
	color:#666; 
	background:#B3B3B3
	}
.MatchLineupTD1 a
	{
	font-weight:bold; 
	color:#B3B3B3; 
	text-decoration:none; 
	display:block
	}
.MatchLineupTD3 a
	{
	font-weight:bold; 
	color:#666; 
	text-decoration:none; 
	display:block
	}

/* PROFILES */
.ProfilePlayersBox
	{
	float:left; 
	width:140px; 
	height:130px; 
	border:1px solid #666; 
	text-align:center; 
	margin:5px 2px 4px 2px
	}
.ProfilePlayersBox a
	{
	font-weight:bold; 
	color:#000; 
	font-size:80%; 
	text-decoration:none; 
	display:block
	}
.ProfilePlayersBox a img
	{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7; 
	opacity: 0.7;
	}
.ProfilePlayersBox a:hover img
	{
	filter:alpha(opacity=100);
	-moz-opacity: 1; 
	opacity: 1;
	}
.ProfilePlayersImage
	{
	border-bottom:1px solid #666; 
	margin-bottom:7px; 
	display:block
	}

/* BIOGRAPHIES */
#bioContainer
	{
	margin-left:5px;
	}
#bioDetails
	{
	float:left; 
	width:640px; 
	margin-top:5px; 
	margin-bottom:10px;
	}
#bioPlayerDetails				
	{
	width:640px; 
	}
#bioDetailsPic
	{
	float:left; 
	width:425px; 
	margin-top:5px; 
	margin-bottom:10px;
	border:1px solid black;
	display: inline;
	}
#bioPlayerDetailsPic				
	{
	width:425px; 
	}
.playersDetailsTD1				
	{
	width:35%; 
	text-align:left; 
	height:2em; 
	font-weight:bold; 
	font-size:70%; 
	padding-left:5px; 
	color:#B3B3B3; 
	background:#666
	}
.playersDetailsTD2
	{
	width:65%; 
	text-align:left; 
	font-size:70%;
	padding-left:5px; 
	color:#B3B3B3; 
	background:#666
	}
.playersHistoryTD1
	{
	width:30%; 
	height:2em; 
	text-align:left; 
	font-size:75%;
	padding-left:5px;
	border:1px solid #666;
	}
.playersHistoryTD2
	{
	width:10%; 
	text-align:center; 
	font-size:75%;
	padding-left:5px; 
	border:1px solid #666;
	}

/* MATCH REPORT */
#SponsorContainer
	{
	margin-left:1px;
	margin-top:10px;
	}

/* JUMP BOX ON FIXTURES PAGE */
div.jumpbox
	{
	position: absolute;
	margin: 0px 0px 0px 0px;
	marginorderabove: top right bottom left;
	width: 200px;
	height: 10px;
	left: 846px;
	top: 149px;
	}

/* GENERAL STYLES */
.floatright
	{
	float: right;
	margin: 0px 0px 7px 15px;
	marginorderabove: top right bottom left;
	padding: 2px;
	border: 1px solid #666;
	clear: right;
	}
.floatleft
	{
	float: left;
	margin: 0px 15px 7px 0px;
	padding: 2px;
	border: 1px solid #666;
	clear: left;
	}
.thinborderright { border: 1px solid #212749; }
.scoretab {
	border: 1px solid #212749;
	background-color:#dbdbff;
	padding: 5px 0px 5px 7px;
	}
	
.styleheadline {
	color: #FFFFFF;
	font-weight: bold;
}
.headline {
	font-family: arial;
	font-style: italic;
	font-weight: bold;
}
.slideshow{ /*CSS for DIV containing each image*/
float: left;
margin-right: 10px;
margin-bottom: 10px;
}

.slideshow img{ /*CSS for each image tag*/
border: 0;
width: 100px;
height: 100px;
}

#navlinks{ /*CSS for DIV containing the navigational links*/
width: 400px;
}

#navlinks a{ /*CSS for each navigational link*/
margin-right: 8px;
margin-bottom: 3px;
font-size: 110%;
}

#navlinks a.current{ /*CSS for currently selected navigational link*/
background-color: yellow;
}

.lotteryheader {
	 width:250px;
	 margin:6px 0px 0 16px;
	 clear:both;
	 overflow:hidden;
}

.lotterynumbers {
	 width:300px;
	 margin:6px 0px 0 16px;
	 clear:both;
	 overflow:hidden;
}

.lotterynumberscheck {
	 width:300px;
	 margin:6px 0px 0 16px;
	 clear:both;
	 overflow:hidden;
	 background-color:#FFFF33
	 
}

.lotteryticket {
	 width:332px;
	 clear:both;
	 overflow:hidden;
	 background-color:#FFCC66
}

.lotteryformerror {
  border: 1px solid red;
  background-color : #FFCCCC;
  width: auto;
  padding: 5px 0;
}

.lotteryerrortext {
  padding-left: 30px;
  margin-top: 6px;
  font: bold smaller sans-serif;
}

#map form input.button {border:1px solid #666;padding:2px;}
#map form select {border:1px solid #666;padding:2px;}
#map form input.text {border:1px solid #666;padding:2px;}

#map #formFrame {margin-top:10px;}
#map #map_canvas {width:660px;height:408px;margin-top:10px;}
#map #errors {border:1px solid #cccccc;padding:5px;}