*
{
	margin: 0px;
	padding: 0px;
}

ol, ul
{
	list-style: none;
}

a:link,
a:visited,
a:hover,
a:active
{
	color: #f00;
}

a img
{
	border: none;
}

body
{
	font-size: 11px;
	color: #000;
	font-family: Courier, monospace;
	background: #fff url(../_media/background.png) no-repeat;
	padding-bottom: 30px;
}

#main
{
	width: 1100px;
	margin: 45px 0px 0px 45px;
}

#iphone-home
{
	display: none;
}

div.section
{
	width: 250px;
	margin-right: 25px;
	float: left;
}

div.section h1
{
	overflow: hidden;
	height: 0px;
	padding-top: 30px;
	background-repeat: no-repeat;
	margin-bottom: 12px;
}

#lectures h1 {	background-image: url(../_media/lectures.png);}
#symposium h1 {	background-image: url(../_media/symposium.png);}
#workshops h1 {	background-image: url(../_media/workshops.png);}
#info h1 {	background-image: url(../_media/dma.png);}

div.section .dates
{
	margin-bottom: 25px;
}

a.block-link
{
	display: block;
	margin: 20px 0px;
}

#symposium p,
#workshops p,
#info p
{
	margin-bottom: 25px;
}

#symposium p
{
	margin-top: 25px;
}

#workshops h2
{
	margin: 11px 0px;
	font-size: 11px;
	font-weight: bold;
}

/**
	lectures
**/
#lectures h2
{
	margin: 15px 0px;
	font-size: 11px;
	font-weight: bold;
}


/**
	symposium
**/
//#symposium h2:before,
//#symposium h2:after
//{
//	content: '---';
//}

#symposium h2
{
	margin: 11px 0px;
	font-size: inherit;
	font-weight: normal;
}

#symposium ul li a
{
	font-weight: bold;
	font-size: 11px;
}

#info p a
{
	display: block;
}

/**
	sponsors
**/

#sponsors
{
	clear: both;
	text-align: right;
	padding-top: 40px;
}

#sponsors li
{
	display: inline;
	margin-right: 20px;
}