body {
	background:url("../images/paper.gif");
	font-family:Arial, Helvetica, Sans-serif;
	font-size:.8em;
}
h1 {
	margin:0;
	font-size:1.6em;
	font-weight:normal;
	color:#44617f;
}
a img {
	border:none;
}
a:link, a:visited {
	color:#3b4f83;
}
a:hover, a:active {
	color:#333333;
}


#wrapper {
	width:900px;
	margin:0 auto;
	border:1px solid #999999;
	border-right:2px solid #333333;
	border-bottom:2px solid #333333;
}
#header {
	height:200px;
	background:url("../images/header.png") no-repeat;
}
#header img {
	float:right;
	margin:10px 0 0 0;
}
#navigation {
	height:40px;
	background:url("../images/nav.png") repeat-x;
}
#navigation ul {
	list-style-type:none;
	margin:0;
	padding:0;
}
#navigation ul li {
	float:left;
}
#navigation ul li a {
	display:block;
	padding:7px 10px 11px 10px;
	text-decoration:none;
	font-size:1.2em;
}
#navigation ul li a:link, #navigation ul li a:visited {
	color:#333333;
}
#navigation ul li a:hover, #navigation ul li a:active {
	color:#566066;
}
.addthis_toolbox a {
	color:#333333;
}
#contents {
	background:#ffffff;
	min-height:400px;
	padding:10px;
}
#footer {
	text-align:center;
	font-size:.8em;
}
#footer a {
	color:#666666;
}


.speaker {
	background:#dee2e2;
	padding:10px;
	margin-bottom:10px;
}
.speaker img {
	float:left;
	margin-right:10px;
}
.clear {
	clear:both;
}
.floatleft {
	float:left;
}
.floatright {
	float:right;
}
.italic {
	font-style:italic;
}
.center {
	text-align:center;
}
.ok {
	color:green;
}
.error {
	color:red;
}
