/* structure */
body {
	margin: 0px;
	font-family: Tahoma, "MS Sans Serif", Thonburi;
	font-size: 12px;
	line-height: 17px;
	color: #666666;
}
#header {
	width: 100%;
	height: 97px;
	float: left;
}
#float_menu {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 10;
	background-image: url(../images/menu_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#row_header {
	width: 100%;
	height: auto;
	float: left;
}
#logo {
	width: 235px;
	height: auto;
	float: left;
}
#contain_2column {
	width: 975px;
	height: auto;
	float: left;
}
#column750 {
	width: 750px;
	height: auto;
	float: left;
}
#row750 {
	width: 750px;
	height: auto;
	float: left;
}
#column221 {
	width: 221px;
	height: auto;
	float: right;
}
#row221 {
	width: 221px;
	height: auto;
	float: right;
}
#row975 {
	width: 975px;
	height: auto;
	float: left;
}
#footer {
	width: 100%;
	height: auto;
	float: left;
}