	
/* Layout Stylesheet */ 

	body,
	html {
		margin:0;
		padding:0;
		color:#000;
	}
	body {
		min-width:800px;
		margin-top: 10px;
		background-image: url(hj_background_F.gif);
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: top center;
	}
	#wrap {
		margin:0 auto;
		width:800px;
		background-image: url(l-col_background.gif);
		background-repeat: repeat-y;
	}
	#header {
		width: 676px;
		background: #fff;
	}
	#main {
		float:right;
		width:650px;
	}
	#sidebar {
		float:left;
		width:140px;
		padding: 15px 0 0 0;
	}

	#footer {
		clear:both;
		padding:5px;
		margin:0;
		text-align: center;
    }