body {
	padding: 0px;
	margin: 0px;
	margin-top: 10px;
	text-align: center;
}

#container {
	width: 780px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

.logo {
	display: inline;
}

.banner {
	position: relative;
	float: left;
	left: 10px;
}

.v_banner {
	position: absolute;
	left: 30px;
	top: 0px;
}

.h_menu {
	float: center;
	margin-top: 10px;
}

.h_menu ul {
	font-family: Verdana, Arial, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

.h_menu li {
	display: inline;
}

.h_menu li a {
	display: block;
	float: left;
	width: 14%;
	height: 16px;
	font-weight: bold;
	background-color: orange;
	color: white;
	text-decoration: none;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 10px solid white;
}

.h_menu li a:hover {
	background-color: white;
	color: orange;
	border-bottom: 10px solid orange;
}

.preface {
	width: 590px;
	border: 5px dotted orange;
	padding: 10px;
}

.content {
	position: relative;
	left: 32px;
	top: 2px;
	font-size: 10pt;
	color: gray;
}

.copyright {
	font-size: 75%;
	color: gray;
	text-align: center;
}

.photo img {
	border: 5px solid brown;
}

.event{
	border: 1px dashed orange;
	width: 590px;
	padding: 10px;
}

.ad {
	border: 1px dashed orange;
	width: 290px;
	padding: 10px;
}