body {
	background-attachment: fixed;
	background-position: center center;
}
#content .box {
	margin-top: 100px;
}
h1 {
	background-image: url(../images/yoshidadaikiti.com.jpg);
	background-repeat: no-repeat;
	height: 240px;
	width: 530px;
	text-indent: -1000px;
	background-position: 0px 40px;
}
#content .box_content {
	background-color: #FFFFFF;
	padding: 25px;
	width: 470px;
	border: 1px solid #CCCCCC;
}
#content .box_btn p {
	margin-bottom: 1px;
	margin-left: 1px;
}
#menu {
	width: 225px;
	top: 0px;
	position: absolute;
	height: 100px;
	padding-top: 10px;
	right: 20px;
}
#menu li {
	margin: 0px;
	padding: 0px;
}
#menu li a{
	padding: 5px 12px;
	font-size: 0.8em;
	display: block;
	color: #000000;
	text-decoration: none;
	margin: 0px;
}
#menu li a:hover{
	background-color: #000000;
	color: #FFFFFF;
}
#menu .btn_black {
	padding: 5px 10px;
	font-size: 0.9em;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	background-color: #000000;
}
#menu .btn_black a:hover{
	background-color: #333333;	
}
#content {
	width: 545px;
	margin-left: auto;
	margin-right: auto;
	padding-right: 200px;
}
.event_title {
	font-size: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #725431;
	margin-bottom: 10px;
	line-height: 1em;
}
.event_head {
	font-size: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	color: #A18B7B;
	text-decoration: underline;
	margin-bottom: 10px;
}
.event_flyer {
	padding: 5px;
	background-image: url(../images/slash.png);
}
.event_text {
	margin-top: 10px;
	font-size: 1.1em;
	color: #877D6C;
	line-height: 1.3em;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.event_text a {
	color: #635838;
}
.event_text em{
	font-weight: bold;
	color: #725431;
	letter-spacing: 0.1em;
	text-indent: -4px;
	display: block;
	margin: 0px 0px 4px;
}
#prof {
	font-size: 1.1em;
	color: #725431;
	line-height: 1.2em;
}
#prof #photo{
	float: left;
	width: 250px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#langage{
	text-align: right;
	position: fixed;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	right: 3px;
}
#langage a{
	font-size: 11px;
	color: #999;
	text-decoration: none;
	border: 1px solid #CCC;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 1px;
}
#langage a:hover{
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #333;
	background-color: #333;
}
#langage span{
	font-size: 11px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #999;
	background-color: #999;
	padding-right: 4px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 1px;
}

