body{
	text-align: center;
	background-color: #F5FFE3;
    margin: 0 auto;
}
div#body_dum{
	width: 760px;
	margin: 0 auto;
	color: #333333;
	font-size: 80%;
	line-height: 150%;
	text-align: left;
	background-image: url(image/top_shadow.gif);
}
	div#header_block{
		width: 760px;
		height: 90px;
		margin-bottom: 0px;
		padding-left: 0px;
		padding-top: 0px;
		background-image: url(image/header.gif);
		background-repeat: no-repeat;	
	}

			div#header_block_right{
			width: 560px;
			height: 36px;
			float: left;
			padding-top: 9px;
			}

div#copyright{
	text-align: center;
	margin-left: 4px;
	width: 752px;
	background-color: #91DA49;
	margin-top: 20px;
	padding: 5px 0;
}

img { 
	border: 0px;
}
.right{
    text-align: right;
}
.center{
    text-align: center;
}
.left{
	text-align: left;
}
.f_left{
	float: left;
}
.f_right{
	float: right;
}
.underline{
    text-decoration: underline;
}

.vmiddle{
	vertical-align:middle;
}
.vtop{
	vertical-align:top;
}
.vbottom{
	vertical-align:bottom;
}
 
