@charset "UTF-8";
/* CSS Document */

body { 
	margin: 50px 0 0; 
	background: #fff url(../images/bg.gif) repeat-x; 
	font: .74em "Trebuchet MS", Arial, Sans-Serif; 
	color: #444; 
	min-width:800px;
	}
	
		h1 { font-size: 2.4em; font-weight: normal; float: left; padding: 40px 0 0 15px;}
		h1 a { text-decoration: none; }
		h2 { font-size: 1.9em; font-style: italic; color: #FFF2B3; font-weight: normal; margin: 0 0 .8em;}
		h3 { font-size: 1.5em; border-bottom: 1px solid #eee; margin: 0 0 .8em; }
		h4 { font-size: 1.3em; color: #000078;}
		a { color: #9D2900; }
		a:hover { color: #A0000E; text-decoration: none; }
		p  { margin: 0 0 2em 0; line-height: 1.8em; }
		.red { color: #9D2900; font-size: 1.1em;}
		.purple { color: #84596B; }
		.sub { font-weight:bold; font-style:italic;}
		

.wrap { 
	margin:0 auto; 
	width:800px;
	}
	
#header {
	height: 112px;
	}
		.image { float: left; width: 100px; position: relative; top: 0px; background: url(../images/FEBS_logo.gif) no-repeat; height: 112px; border:hidden;}
	
#teaser { 
	clear: both; 
	height: 200px; 
	background: #fff url(../images/teaserbg.jpg) repeat-x; 
	}
		#box { float: left; padding: 66px 0 0; width: 800px; color: #C7E3EE; font-size: 1.1em;}
	
#bar { 
	height: 40px; 
	margin: 0 0 30px; 
	padding: 8px 0 0 0; 
	background: url(../images/bar.gif) repeat-x; text-align: center
	}
		.bartext { cursor: pointer; color: #FAFDDD; padding: 4px 0 0 0; margin: 0 35px 0 0; font-size: 1.4em; float: left; text-align: center; height: 30px; }


#main {
    	float:left;
    	width:560px; 
	font-size: 1.1em; 
	display:inline;
	margin: 0 25px 16px 0;
	/*text-align:justify;*/
    	}
	
		#left {float: left; clear: left; width: 275px; display:inline; line-height: 1.4em; margin: 0 0 15px 0;}
		#right {float: right; clear: right; width:275px; display:inline; line-height: 1.4em; margin: 0 0 15px 0;}
		
		.science {color: #993366; font-size: 1.1em; }

#main ol{
	list-style:inside;
	list-style:decimal;
	line-height:1.5em;
}		
	
#sidebar {
    	float:right;
    	width:215px;
	font-size: 1.1em; 
	display:inline;
	margin: 0 0 16px 0;
	list-style:none;
	line-height: 1.8em;
    }
    	.info { border: 1px solid #e0e0e0; background: #f4f4f4; padding: 7px;}
    
#footer {
	clear:both; margin: 0 auto; padding: 15px; border-top: 1px solid #e0e0e0;
	font-size: 1em;
	}

#sidebar ul{
    	list-style:none;
	line-height: 1.8em;
}

body#home a#homenav,
body#speakers a#speakersnav,
body#programme a#programmenav,
body#ucm a#ucmnav,
body#guide a#guidenav {
	color: #000078;
}