body{
	font-size: 10px;
	font-family: Arial, Tahoma;
}

#wrapper{
	padding: 37px 0;
}

#container{
	display: block;
/*	float: left;	*/
	margin: 0 40px 0 40px;
/*	width: 1100px;	*/
	text-align: center;
}
		
#header{
	text-align: center;
	font-family: "Arial";
	font-size: 10px;
    padding-bottom: 50px;
}

#logo{
	opacity:0.7;
    filter:alpha(opacity=70);
}

.justify{
	text-align: justify;
	text-justify: distribute;
	text-align-last: justify
}

#content{
	max-width: 1100px;
}


#main{
	float: left;
	display: inline;
}
#leftbar, #rightbar{
    float: left;
}
#leftbar{
    width: 30px;
    margin-left: -35px;
}
#rightbar{
    margin-left: 0px;
	margin-right: -12px;
}
#leftbar a, #rightbar a{
    line-height: 30px;
    font-size: 30px;
    text-decoration: none;
}
	
#list li {
	margin-top: 3px;
	min-height: 19px;
	_height: 19px;
}

#list span{
}

.lectureDate{
    background-color: white;
    margin-left: -56px;
    position: relative;
    width: 56px;
    height: 53px;
    padding-top: 6px;
    text-align: center;
    opacity:0.8;
    filter:alpha(opacity=80);
}
.lectureDay{
    font-size: 38px;
    line-height: 32px;
}
.lectureMY{
    font-size: 10px;
}
h3.lectureAuthor{
	font-size: 13px;
    margin-top: 5px;
	text-transform: uppercase;
	font-weight: bold;
}
h2.lectureTitle{
    font-size: 11px;
    margin-top: 4px;
	text-transform: uppercase;
	font-weight: bold;
}
div.lectureText{
    margin-top: 12px;
}

#header a, #header a:hover, #header a:visited, #header a:active{
	color: #000;
	text-decoration: none;
	font-weight: bold;
}


/**
 * Defaults modification
 */
p{
	margin: 0;
	font-size: 11px;
}

h4{
    margin-bottom: 0;
    font-size: 13px;
}
h3{
    margin-bottom: 0;
    font-size: 10px;
}
h2{
    font-size: 20px;
    margin-bottom: 0;
}

p1{
	color:#a19a8a;
}

a, a:hover, a:visited, a:active{
	color: #000;
	font-size: 11px;
    text-decoration: underline;
}

a.indexLink, a.indexLink:hover, a.indexLink:visited, a.indexLink:active{
	text-decoration: none;
}

div.older{
    opacity:0.2;
    filter:alpha(opacity=20);
}

div.inspiring-talks{
	color: #c0b6b5;
	font-size: 11px;
	text-align: left;
/*	font-weight: bold;	*/
}
div.links-box, div.links-box p, div.links-box a{
	font-size: 12px;
}



	
