@charset "utf-8";
/* CSS Document */
	
	#frame {
		width:986px;
		height:100%;
		margin-left:auto;
		margin-right:auto;
		margin-top:0px;
		background-color:#FFF;
		padding:0px;
		}
		
	#flash {
		width:986px;
		height:470px;
		}
				
	#mainnavpanel {
		width:986px;
		height:40px;
		float:left;
		background-image:url(../images/top_nav_shadow.jpg);
		background-repeat:no-repeat;
		padding-top:0px;
		}
		
	#mainnavshadow {
		width:986px;
		height:18px;
		float:left;
		background-image:url(../images/main_nav_shadow.jpg);
		background-repeat:no-repeat;
		}
		
	#subcontent {
		width:986px;
		height:100%;
		float:left;
		background-image:url(../images/RoyalAscot_grey_tile.gif);
		}
		
	#basepanel {
		width:986px;
		height:45px;
		float:right;
		}
		
	#navcontainer {
		width:450px;
		height:105px;
		background-position:left;
		background-repeat:no-repeat;
		}
		
	#mainnav {
		width:450px;
		height:40px;
		padding-top:0px;
		}
		
	#dropdown {
		width:200px;
		height:400px;
		padding-top:0px;
		background-color:#666;
		}
		
	p,h1,pre {
		margin:0px 5px 5px 5px;
		}
		
	h1 {
		font-size:14px;
		padding-top:10px;
		}
		
	#contentheader h1 {
		font-size:14px;
		padding:10px;
		margin:0px;
		}

