* {
	border: 0;
	text-decoration: none;
	margin: 0;
	padding: 0;
	list-style: none;
	float: none;
}

body {
	margin: 0;
	background-color: #545348;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}

a {
	color: #06c;
	border-bottom: 1px solid #ccc;
}

a:visited {
	color:#96c;
}

a:visited:hover {
	border-color:#96c;
}

a:hover {
	border-color:#06c;
}

a.img {
	border: 0;
}

p, pre {
	margin: 0 0 1em 0;
}

ol ul {
	margin-left: 2em;
}

ol li {
	list-style: decimal inside;
}

ul li {
	list-style: disc outside;
}

li {
	margin-left: 2em;
	margin-bottom: 3px;
}

blockquote {
	margin-left: 2em;
}

h1, h2, h3 {
	margin: 1.7em 0 0.5em 0;
	color: #1B6FC0;
	clear: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

h1 {
	margin-top: 0;
	font-size: 2em;
	color: #1B6FC0;
}

#header {
	width: 900px;
	height: 84px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.jpg);
}

#header #date {
	top: 36px;
	right: 50px;
	position: relative;
	text-align: right;
	font-weight: bold;
	color: #383735;
}

#langflags {
	top: 45px;
	right: 50px;
	position: relative;
	text-align: right;
}

#langflags img {
	border: 1px solid #000000;
}

#langflags a {
	border: 0;
}

#postcards {
	width: 900px;
	height: 201px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/postcards.jpg);
}

#contentsframe {
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 0;
}

#bl {
	padding-left: 51px;
	background-attachment: scroll;
	background-image: url(images/bl.jpg);
	background-repeat: repeat-y;
	background-position: left;
}

#br {
	padding-right: 46px;
	background-attachment: scroll;
	background-image: url(images/br.jpg);
	background-repeat: repeat-y;
	background-position: right;
}

#contentsarea {
	overflow: auto;
	background: white;
	margin: 0;
	padding: 0;
}

#footer {
	width: 900px;
	height: 54px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/footer.jpg);
}

#nav {
	margin-top: 6px;
	padding: 6px 12px 6px 12px;
	background-color: #f5f4ef;
}

#nav #link {
	font-size: 11pt;
	margin-right: 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#nav a {
	color: #82807f;
	border: 0;
}

#nav a:hover {
	color: #5f90c0;
}

#contents {
	padding: 12px;
	margin-top: 6px;
	min-height: 300px;
	background-color: #f5f4ef;
}

.column-left {
	float: left;
}

.column-right {
	float: right;
}

.supporter {
	margin: 12px 0 6px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	text-transform: uppercase;
}

#program table { border-collapse: collapse; }
#program td { border-width: 1px; border-style: solid; padding: 4px; }
#program a { font-weight: bold; text-decoration: none; border-bottom: 0px; color: black; }

#speaker .headshot { width: 120px; float: left; text-align: center; margin-bottom: 20px; }
#speaker .name { font-size: 12pt; font-weight: bold; }
#speaker .website { margin-top: 6px; }
#speaker .title { margin-top: 20px; text-align: center; font-weight: bold; }
#speaker .contents { clear: both; }

#speakersSeparation { text-align: center; width: 100%; height: 1px; background-color: #333; margin-bottom: 20px; }

