html, body, h1, h2, h3, h4 {
	margin: 0;
	padding: 0;
}
a {
	color: #990000;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #FF7F00;
	text-decoration: underline;
}
.left {
	float: left;
}
.right {
	float: right;
}
body {
	background: #7f0b0b;
	text-align: center;
	font: 14px arial, sans-serif;
	color: #565656;
}
/** layout **/
#wrapper {
	text-align: left;
	margin: auto;
	width: 888px;
}
#left {
 width: 268px;
 float: left;
}
#right {
 width: 620px;
 float: left;
}
#footer {
 clear: both;
 border: solid 11px #cfcfcf;
 background: #FFFFFF;
 margin: 5px 0 20px 0;
}
/** Left **/
#left {
 background: url(images/logo.jpg) no-repeat;
 padding-top: 30px;
 padding-bottom: 6px;
}
#left h1 {
 text-align: center;
 font: 20px verdana, serif;
 color: #6C0505;
 height: 709px;
 margin-top:-25px;
 font-weight: bold;
}
/** Right **/
#nav {
 background: url(images/header.png) no-repeat;
 height:50px;
}
#nav ul {
 margin: 0;
 padding: 0 0 0 30px;
}
#nav li {
 float: left;
 border-right: 1px solid #A26A6B;
 list-style: none;
}
#nav li a {
 padding: 0 14px;
 font: 14px arial, sans-serif;
 line-height: 50px;
 display: block;
 color: #FFFFFF;
 text-decoration: none;
}
#nav li a:hover {
 background: #CCCCCC;
 color: #6c1413;
 text-decoration: none;
}
#nav li.last {
 border-right: none;
}
#nav .selected a {
 font-weight: bold;
 font-size: 16px;
}
/** Body **/
#body {
 border: solid 11px #cfcfcf;
 margin-left: 5px;
 background: #FFFFFF;
 padding: 10px;
 min-height: 628px;
 height: auto !important;
 height: 628px;
}
#body h2 {
 font: 16px arial, sans-serif;
 font-weight: bold;
}
#body h2 strong {
 color: #660505;
}
#body h2.welcome {
  text-align: center;
}
#body .place {
  text-align: right;
  color: #777777;
  padding-right: 20px;
}
/** footer **/
#footer-hr {
 clear: both;
}
#footer h2 {
 float: left;
 line-height: 65px;
 vertical-align: middle;
 margin: 0 10px;
}
#footer img {
 margin: 0 10px;
 border: none;
}
#footer img#iaccp-logo {
 margin: 11px 5px;
}
/** speakers **/
ul#speakers {
 list-style-type: none;
 margin: 20px auto;
 padding: 0;
 width: 400px;
}
ul#speakers li {
 display: block;
 float: left;
 height: 225px;
 width: 200px;
}
ul#speakers li img {
 display: block;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 5px;
 border: 1px solid black;
 padding: 5px;
}
ul#speakers li .speaker-name {
 font-weight: bold;
 display: block;
 text-align: center;
}
ul#speakers li .speaker-organization {
 font-style: italic;
 display: block;
 text-align: center;
}
/** abstracts **/
ul#abstracts {
 list-style-type: none;
}
ul#abstracts li {
 padding-right: 40px;
 margin-bottom: 30px;
}
ul#abstracts li .abstract-title {
 font-weight: bold;
 font-size: 16px;
 margin-bottom: -10px;
}
ul#abstracts li .abstract-author {
 font-style: italic;
}
ul#abstracts li .abstract-body {
 margin-top: -5px;
 text-align: justify;
}
/** schedule **/
.schedule {
 list-style-type: none;
 margin: 20px auto;
}
.schedule li {
 padding: 10px 5px;
 clear: left;
}
.schedule li .schedule-time {
 display: block;
 float: left;
 font-weight: bold;
 padding-right: 8px;
 text-align: right;
 width: 90px;
}
.schedule li .schedule-text {
 display: block;
 float: left;
 text-align: justify;
 width: 400px;
}

.clear {
 clear: both;
}
