* {
	margin: 0;
	padding: 0;
}

/* IE PNG Transparency fix **NOTE: you must specifiy the width & height in the tag of every png used** */
img, div { behavior: url(js/iepngfix.htc) }

html, body {
	height: 100%;
}

p {
	font-size: 1.2em;
	margin-bottom: 1em;
}

h2 {
	font-size: 1.6em;
	margin: 1em 0 1em 0;
}

h3 {
	text-transform: uppercase;
	font-size: 1.4em;
}

body {
	background: #fff200 url( '../images/background.jpg' ) repeat-x scroll center 0;
	font: normal normal normal 62.5%/1.5 helvetica, tahoma, arial, sans-serif ;
	color: black;
}

.columnLeft {
	width: 380px;
	float: left;
	clear: both;
}

.columnRight {
	width: 380px;
	float: right;
}

.partners {float:left; margin-right: 2em;}
.partners img {border: 1px solid black;}

a:link, a:visited, a:active {
	text-decoration: underline;
	color: black;
	font: normal normal bold  helvetica, tahoma, arial, sans-serif;
}

a:hover {
	text-decoration: underline;
	color: black;
	font: normal normal bold helvetica, tahoma, arial, sans-serif;
}

#nav a:hover {
	display: block;
	text-decoration: underline;
	color: black;
	font: normal normal bold 1.2em helvetica, tahoma, arial, sans-serif;
}

#bodyContainer {
	margin: auto;
	width: 780px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}

#content {
	width: 100%;
	margin-top: 3em;
	margin-bottom: 3em;
}

#content p {
	margin-right: 4em;
}

#head {
	width: 100%;
	height: 240px;
	background: transparent url( '../images/throne.gif' ) no-repeat 493px 0px;
}

#head #title {
	margin-top: 55px;
}

#nav {
	margin-top: 2.2em;
	width: 100%;
	height: 2em;
	background-color: #fff200;
}

#nav ul li {
	margin: 0.4em 2em 0 0.2em;
	display: block;
	float: left;
	
}

#nav a:link, #nav a:visited, #nav a:active {
	display: block;
	text-decoration: none;
	color: black;
	font: normal normal bold 1.2em helvetica, tahoma, arial, sans-serif;
}

#nav a:hover {
	display: block;
	text-decoration: underline;
	color: black;
	font: normal normal bold 1.2em helvetica, tahoma, arial, sans-serif;
}

#speakersHead {
	margin-top: 3em;
	margin-bottom: 3em;
}

#speakersHead h1, #speakersHead h2, #speakersHead h3 {
	margin: 0;
	margin-left: 1em;
	font-size: 1.2em;
	font-weight: bold;
}

#speakersHead h1 {
	font-size: 1.5em;
	margin-left: 0.8em;
}

.speakerBox {
	margin-right: 10px;
	float: left;
	border-left: 2px dotted black;
}

table#programme, table#speakerTable {
	font-size: 1.2em;
}

#biog li {
	font-size: 1.8em;
}

#biog img {
	display: block;
	margin-right: 2em;
	margin-bottom: 2em;
	float: left;
	min-height: 6em;
}

#programme ul, #speakerTable ul, #biog ul {
	list-style-type: none;
	margin-bottom: 1em;
}

#speakerTable li {
	
}

#speakerTable img {
	border: none;
}

table#programme .time, table#programme .title {
	font-weight: bold;
}

#programme .time {
	vertical-align: top;
}

.speakerCompany, .speakerJob, .speakerName {
	font-weight: bold;
}

.speakerName {
	color: black;
}

.speakerJob {
	color: black;
	font-weight: normal;
}

.speakerCompany {
	color: gray;
}

.speakerBackground {
	background-color: white;
}

#promo {
	clear: both;
	margin-top: 133px;
	_margin-top: 128px;
}

#promo p {
	font: normal normal bold 2em helvetica, tahoma, arial, sans-serif;
}


#footer, #push {
	height: 150px; /* .push must be the same height as .footer */
}

#footer {
	background-color: black;
	color: white;
	width: 100%;
}

#footerContent {
	width: 780px;
	margin: auto;
}

#footer ul {
	display: block;
	float: right;
	margin-right: 4em;
}

#footer li {
	display:block;
	float: left;
	margin-right: 2em;
}

#footer a:link, #footer a:hover, #footer a:visited, #footer a:active {
	color: #fff200;
	font-size: 1.2em;
}