@import 'reset.css';

body {
  width: 640px;
  margin: 10px auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  font-weight: normal!important;
  position:relative;
}

a:link {
	color: #A61A1D;
	text-decoration:none;
}

a:visited {
	color: #913C3E;
	text-decoration:none;
}

h2 {
  line-height: .9;
  font-size: 16px;
  clear: both;
  font-weight: normal;
  display: block;
  white-space: nowrap;
}

h2 span {
  font-size: 1.4em;
  float: left;
  width: 170px;
  display: block;
}

#header {
  width: 640px;
	height: 370px;
	background: url('../images/header.jpg') no-repeat top left;
	margin: 0 0 40px 0;
}

#details {
  width: 600px;
  height: 170px;
  background: url('../images/details.jpg') no-repeat top left;
  padding: 60px 0 0 40px;
  margin: 0 0 40px 0;
  line-height:
}

#details ul li span {
  width: 179px;
}

#speakers {
  width: 600px;
  height: 472px;
  padding: 50px 0 0 40px;
  background: url('../images/speakers.jpg') no-repeat top left;
  margin: 0 0 40px 0;
}

.speaker {
  width: 270px;
  height: 68px;
  float: left;
  margin: 0 25px 25px 0;
}

.speaker img {
  width: 68px;
  height: 68px;
  float: left;
}

.speaker h3, 
.speaker h4 {
  float: left;
  width: 192px;
  margin: 5px 0 0 10px;
}

.speaker h3 {
  font-size: 1.3em;
}

.speaker h4 {
  font-size: 0.9em;
}

#last_time {
  width: 640px;
  height: 299px;
  padding: 60px 0 0 0px;
  background: url('../images/last.jpg') no-repeat top left;
  margin: 0 0 0px 0;
}

#last_time img {
  margin: 0 0 20px 70px;
  text-align: center;
}

#last_time p {
  font-size: 0.9em;
	text-align:center;
}

#theme {
  width: 600px;
  height: 187px;
  padding: 150px 0 0 40px;
  background: url('../images/theme.jpg') no-repeat top left;
  margin: 0 0 10px 0;
}

#theme p {
  float: right;
  width: 250px;
  margin: 0 50px 0 0;
  vertical-align: bottom;
}

#schedule {
  width: 600px;
  height: 450px;
  padding: 60px 0 0 40px;
  background: url('../images/schedule.jpg') no-repeat top left;
  margin: 0 0 10px 0;
}

#schedule ul {
  font-size: 1.2em;
}

#schedule ul li {
  float: left;
  display: block;
  margin: 0 0 17px 0;
  line-height: 1.2;
}

#schedule ul li em {
  width: 100px;
  display: block;
  float: left;
  clear: none;
  font-style: normal;
}

#schedule ul li b {
  width: 260px;
  display: block;
  float: left;
  margin: 0 20px 0 0;
  font-weight: normal;
}

#schedule ul li span {
  color: #666;
}

#talks {
  width: 800px;
  height: 382px;
  padding: 50px 0 0 0px;
  background: url('../images/talks.jpg') no-repeat top left;
  margin: 0 0 0px 0;
  position:relative;
  left:-80px;
  text-align: center;
}

#talks h3{
	font-size: 22px;
	font-weight: normal;
	position:relative;
	margin: 15px 0 0px 0;
	text-align: center;
}


#register {
  width: 640px;
  height: 200px;
  padding: 60px 0 0 0;
  background: url('../images/register.jpg') no-repeat top left;
  margin: 0 0 10px 0;
  text-align: center;
}


#register h3{
  font-size: 70px;
}

#tags {
  width: 640px;
  height: 200px;
  padding: 60px 0 0 0;
  background: url('../images/tags.jpg') no-repeat top left;
  margin: 0 0 10px 0;
  text-align: center;
}


#tags h3{
  font-size: 50px;
}


#feedback {
  width: 640px;
  height: 200px;
  padding: 60px 0 0 0;
  background: url('../images/feedback.jpg') no-repeat top left;
  margin: 0 0 10px 0;
  text-align: center;
}


#feedback h3{
  font-size: 50px;
}



#getting_here {
  width: 600px;
  height: 477px;
  padding: 45px 0 0 40px;
  background: url('../images/getting.jpg') no-repeat top left;
  margin: 0 0 40px 0;	
}


#venue {
  width: 640px;
  height: 355px;
  padding: 45px 0 0 10px;
  background: url('../images/venue.jpg') no-repeat top left;
  margin: 0 0 40px 0;
  text-align: center;
}

#venue img {
  margin: 0 0 10px 10px;
}


#sponsors {
  width: 622px;
  height: 324px;
  padding: 55px 0 0 20px;
  background: url('../images/sponsors.jpg') no-repeat top;
  margin: 0 0 0px 0;
}

#sponsors img {
  margin: 0 0 15px 165px;
  position:relative;
  align: center;
}

#sponsors p {
  font-size: 0.9em;
	text-align:center;
}


#who {
  width: 622px;
  height: 374px;
  padding: 55px 0 0 20px;
  background: url('../images/who.jpg') no-repeat top;
  margin: 0 0 0px 0;
}


#who p {
  font-size: 0.9em;
	text-align:center;
}

