html, body, #container-page, #container-header, #container-content, #container-foot{
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;	
}
body{
	text-align: center;
	font-family: Arial, Verdana, Tahoma, serif;
	font-size: 13px;
}
#container-page{
	text-align: left;
	width: 100%;
	background: #FFF;
	position: relative;	
}
#container-header{
	height: 95px;
	background-image: url(title.jpg);
	background-position: bottom center;
	background-repeat: no-repeat;
	text-align: center;
}
#nav {
	display: none;
}
#content p {
	text-indent: 4ex;
	padding-left: 1em;
	padding-right: 1em;
	line-height: 2em;
}
#content p.en {
	text-indent: 0;
}
#photo{
	text-align: left;
	margin-bottom: 1em;
}
#photo img{
	border: 1px solid black;
}
#content p a:link {
	color: #A42611;
	text-decoration: underline;
}
#content p a:visited {
	color: #A42611;
	text-decoration: underline;
}
#content p a:hover {
	color: #A42611;
	text-decoration: none;
}
#content ul {
	margin: 1em 0 3em 0;
	padding-left: 2em;
}
#content ul li {
	margin-bottom: 1em;
}
#content ul li a:link {
	color: #A42611;
	text-decoration: underline;
}
#content ul li a:visited {
	color: #A42611;
	text-decoration: underline;
}
#content ul li a:hover {
	color: #A42611;
	text-decoration: none;
}
h1 {
	margin-top: 0;
	margin-bottom: 2em;
	font-size: 16px;
	border-bottom: 1px solid #A42611;
}
h2 {
	font-size: 15px;
	margin-top: 1em;
	margin-bottom: 1em;
}
#content a:link {
	color: #A42611;
	text-decoration: none;
}
#content a:visited {
	color: #A42611;
	text-decoration: none;
}
#content a:hover {
	color: #A42611;
	text-decoration: underline;
}
.table {
	font-family: Verdana, Tahoma, serif;
	width: 90%;
	margin-left: 2em;
	margin-bottom: 2em;
}
.table td{
	border: solid #BBC;
	border-width: 0 0 1px 0;
	padding: 0.5em;
}
.table th{
	text-align: left;
	font-weight: bold;
	border: solid #BBC;
	border-width: 0 0 1px 0;
	padding: 0.5em;
}
.conference {
	font-family: Verdana, Tahoma, serif;
	width: 90%;
	margin-left: 2em;
	margin-bottom: 2em;
}
.conference td{
	border: solid #BBC;
	border-width: 0 0 1px 0;
	padding: 0.5em;
}
.conference th{
	background-color: #DDE;
	text-align: right;
	font-weight: bold;
	border: solid #FFF;
	border-width: 0 0 1px 0;
	padding: 0.5em;
}
#container-sidebar {
	display: none;
}
#location p{
	line-height: 100%;
	text-indent: -4.5em;
	padding-left: 6.5em;
}
#container-foot {
	text-align: center;
	background: #DDE;
	position: relative;
}