#mainFlash {
    margin: 0;
	padding: 0;
	border: 0;
	width: 740px;
	height: 200px;
	background: #FFFFFF;
}

/********************************************************************************
topContents
*********************/

#topContents {
	padding: 20px 20px 15px 20px;
	zoom: 100%;/*IE6*/
	overflow: auto;/*IE7 and Firefox*/
	overflow: hidden;
}

#topContents:after {
	clear: both;
	content: "";
	display: block;
	height: 1px;
    overflow: hidden;
}

#topContents .conLeft {
    width: 420px;
	float: left;
}

#topContents h2 {
    width: 420px;
	height: 26px;
	margin: 0 0 10px;
	padding: 0;
	background: url(../img/h2bg.gif) 0 23px no-repeat;
}

#topContents .conLeft div.inline {
    height: 226px;
	margin-top: 10px;
	padding: 0 10px;
	/*overflow: scroll;
	overflow-x: visible;*/
}

#topContents .conRight {
    width: 245px;
	float: right;
}

#topContents .conRight .golfclub {
    text-align: center;
}

#topContents .conRight .golfclub img {
    margin: 0 13px;
}



/*******************
topContents//
*******************************************************************************/



