	body,
	html {
	    margin: 0;
	    padding: 0;
	    color: rgb(60, 48, 40);
	    background-color: #000;
	    font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
	}

	a img {
	    border: 0px;
	}

	/* Main Layout Elements */
	#container {
	    width: 100%;
	    display: table;
	    table-layout: fixed;
	    border: 0px;
	    margin: 0 auto;
	    padding: 0px;
	}

	#leftblock {
	    display: table-cell;
	    padding: 10px;
	    background-color: #000;
	    background-image: url('bg-left.jpg');
	    background-repeat: vertical;
	    background-position: right top;
	}

	#rightblock {
	    display: table-cell;
	    padding: 10px;
	    background-color: #000;
	    background-image: url('bg-right.jpg');
	    background-repeat: vertical;
	    background-position: left top;
	}

	/* Others */
	#wrap {
	    display: table-cell;
	    padding: 10px;
	    border: 5px solid #ccc;
	    border-top: 0;
	    border-bottom: 0;
	    margin-bottom: 50px;
	    width: 749px;
	    background-color: #fff;
	}

	#header {
	    padding: 290px 20px 10px;
	    background-color: rgb(179, 131, 21);
	    background-image: url('boethius.jpg');
	    background-repeat: no-repeat;
	    background-position: center top;
	    color: rgb(60, 48, 40);
	    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	    font-size: 20pt;
	    border-bottom: 10px solid rgb(60, 48, 40);
	    text-align: center;
	}

	#header a, #header a:visited, #header a:link, #header a:hover {
	    text-decoration: none;
	    color: rgb(60, 48, 40);
	}

	#footer {
	    clear: both;
	    margin: 50px;
	    padding: 10px;
	    background-color: #ccc;
	}

	#main {
	    margin-top: 20px;
	    width: 649px;
	    padding: 50px;
	    background: #fff;
	    text-align: left;
	    font-size: 12pt;
	    float: left;
	}

	/* Layouts for Text Styles in the Main Body*/
	h1 {
	    margin: 0;
	    padding-top: 15px;
	    font-size: 20pt;
	    color: rgb(60, 48, 40);
	}

	h2 {
	    margin: 0;
	    padding-top: 15px;
	    font-size: 16pt;
	    color: rgb(60, 48, 40);
	}

	.archive {
	    margin-top: 55px;
	    border: 1px dotted rgb(60, 48, 40);
	    padding: 10px;
	    float: left;
	}

	.archive a {
	    text-decoration: none;
	}

	.talk {
	    border-top: 5px solid rgb(179, 131, 21);
	    margin-top: 25px;
	    float: left;
	}

	.week {
	    float: left;
	    width: 130px;
	}

	.chair {
		padding-top: 5px;
	}

	.panel {
		padding-top: 5px;
	}

	.details {
	    float: right;
	    width: 500px;
	}

	.speaker {
	    font-size: 16pt;
	    font-style: italic;
	}

	.title {
	    font-size: 16pt;
	}

	.abstract {
	    margin-top: 10px;
	    padding: 10px;
	    font-size: 12pt;
	    color: rgb(179, 131, 21);
	    border-left: 1px dotted rgb(179, 131, 21);
	}

	.note {
	    color: rgb(52, 41, 155);
	    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	    font-size: 12pt;
	    text-align: left;
	    padding-top: 10px;
	}

	.respondent {
	    color: rgb(52, 41, 155);
	    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	    font-size: 12pt;
	    text-align: left;
	    padding-top: 12px;
	}

	.shorts {
	    color: rgb(179, 131, 21);
	    font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
	    font-size: 18pt;
	    text-align: left;
	    padding-bottom: 5px;
	    text-transform: uppercase;
	}
