
	h1 {
		display: none;
	}
	
	#menuWrapper {
		left: 650px;
	}
	
	#wiredMenu {
		display: none;
	}
		
	#main {
		padding: 15px 0 0;
	}
	
	#flWarp {
		width: 1024px;
		height: 650px;
		border:  1px solid #FFFFFF;
		border-width: 2px 2px 0 2px;

		border-radius: 5px 5px 0 0;
		-moz-border-radius: 5px 5px 0 0;
		-webkit-border-radius: 5px 5px 0 0;
		
		box-shadow: 0 0 5px #818181;
		-webkit-box-shadow: 0 0 5px #818181;
		-moz-box-shadow: 0 0 5px #818181;
		
		margin: 0 auto;
		background: transparent url(./img2010/curryAndCocoResults) no-repeat 0 0;
		position: relative;
	}
	#flWrapInnerBox {
		/*width: 1022px;*/
		height: 650px;
		border:  1px solid #72959F;
		border-width: 1px 1px 0;
	}
			
		#myDynamicContent {
			outline: none;
			position: absolute;
			top: 300px;
			left: 40px;
		}
			
		#footer {
			margin: 0;
		}
			
			
		#flashBox {
		}
		
		#cqfdform {
			position: absolute;
			bottom: 0;
			left: 40px;
			width: 300px;
			background: transparent;
			margin: 0;
			padding: 0;
		}

		#cqfdform fieldset {
			border: none;
			margin: 0;
			padding: 0;
		}
		
		#cqfdform legend {
			display: none;
		}

		#cqfdform select {
			display: block;
			width: 300px;
			margin: 0;
			padding: 0;
			overflow: hidden;
			outline: none;
		}
		
		#cqfdform option {
			color: #FF6600;
			padding: 2px;
			text-align: right;
			outline: none;
		}
		
		
		#cqfdLink, #inrkLink {
			position: absolute;
			display: block;
			outline: none;
		}
		#cqfdLink span, #inrkLink span {
			display: none;
		}
		#cqfdLink {
			width: 94px;
			height: 70px;
			top: 235px;
			left: 270px;
		}
		#inrkLink {
			width: 122px;
			height: 45px;
			top: 274px;
			left: 24px;
		}