body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image: url(background.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
#page {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
}
#head {
	margin: 0px;
	height: 93px;
	background-image: url(head.png);
	background-repeat: no-repeat;
	text-align: left;
	padding: 0px;
}
#head a #logo {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 20px;
	margin-left: 20px;
	float: left;
}
#imageshow {
	padding: 0px;
	float: right;
	margin-right: 26px;
	margin-top: 3px;
}


#navi {
	height: 115px;
	background-image: url(navi.png);
	margin: 0px;
}
#language {
	float: right;
	margin-top: 12px;
	margin-right: 10px;
}
a #language {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#mainnavi {
	padding-left: 20px;
	display: block;
}
#mainnavi ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
#mainnavi ul li {
	display: block;
	float: left;
}
#mainnavi ul li a {
	text-decoration: none;
	height: 52px;
	display: block;
	color: #000;
	font-size: 16px;
	text-align: center;
	padding-top: 17px;
	padding-right: 10px;
	padding-left: 10px;
}
#mainnavi ul li a:hover {
	background-image: url(highlight.png);
	background-repeat: repeat-x;

}
#subnavi {
	display: block;
	float: left;
	clear: left;
	height: 40px;
	padding-left: 20px;
}
#subnavi ul {
	list-style-type: none;
	margin: 0px;
	float: left;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#subnavi ul li {
	float: left;
	list-style-type: none;
	padding-top: 12px;
	margin-right: 18px;
}

#subnavi ul li a {
	font-size: 14px;
	color: #000;
	text-decoration: none;
	font-weight: normal;
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
	margin: 0px;
	padding: 0px;
}
#subnavi ul li a:hover {
	text-decoration: underline;
	
}


#content {
	margin: 0px;
	background-image: url(content.png);
	background-repeat: repeat-y;
	text-align: left;
	padding-top: 0px;
	padding-right: 20px;
	padding-left: 20px;
	display: block;
	overflow: auto;
}
#footer {
	height: 38px;
	margin: 0px;
	background-image: url(footer.png);
	display: block;
	padding-top: 47px;
	text-align: center;
	padding-left: 20px;
	font-weight: bold;
	color: #0062CC;
	font-size: 14px;
}

