/* CSS Document */

#container {
	width:1100px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	}
	
body.home-bg {
	font-family: Arial, Helvetica, sans-serif;
	background: url(image/bg-home.jpg) fixed no-repeat;
	background-color:#8E989F;
	background-size: 100% auto;
	text-align: justify;
	}


body.professional-bg {
	font-family: Arial, Helvetica, sans-serif;
	background: url(image/bg-professional.jpg) fixed no-repeat;
	background-color:#3C5E3D;
	background-size: 100% auto;
	text-align: justify;
	}	
	
body.speaker-bg {
	font-family: Arial, Helvetica, sans-serif;
	background: url(image/bg-speaker.jpg) fixed no-repeat;
	background-color:#211D1C;
	background-size: 100% auto;
	text-align: justify;
	}	
	
body.research-bg {
	font-family: Arial, Helvetica, sans-serif;
	background: url(image/bg-research.jpg) fixed no-repeat;
	background-color:#5C6584;
	background-size: 100% auto;
	text-align: justify;
	}	
	
body.publications-bg {
	font-family: Arial, Helvetica, sans-serif;
	background: url(image/bg-publications.jpg) fixed no-repeat;
	background-color:#A4A09F;
	background-size: 100% auto;
	text-align: justify;
	}	


#main {
	width: 100%;
	height: auto;
	background-color:#FFF;	
	opacity:0.9; 
	}

#menu {
	width: auto;
	height: 60px;
	margin-left: 85px;
	background-color:#FFF;	
	}



#head {
	margin-top:10px;
	width: 1000px;
	height: auto;
	background-color:#FFF;
		}



#content {
	  	margin-top:10px;
		margin-bottom: 10px;
		margin-left: 15px;
		margin-right: 15px;
		width: auto;
		background-color:#FFF;
		}




a:link {
	color: #0000FF;
	text-decoration: none;
}

a:visited {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #C90;
	text-decoration: none;
}

a:active {
	color: #C90;
	text-decoration: none;
}


.home{
	width: 176px;
	height: 53px;
	display:block;
	margin-left:5px;
	margin-top:5px;
	float:left;
}

.home a {
	display: block;
	width: 176px;
	height: 53px;
	float:left;
	text-indent:-9000px;
	background: url(image/home.png) no-repeat 0 0;
}

.home a:hover {
	background: url(image/home.png) no-repeat;
	background-position: 0 -54px;
}

.professional{
	width: 176px;
	height: 53px;
	display:block;
	margin-left:5px;
	margin-top:5px;
	float:left;
}

.professional a {
	display: block;
	width: 176px;
	height: 53px;
	float:left;
	text-indent:-9000px;
	background: url(image/professional.png) no-repeat 0 0;
}

.professional a:hover {
	background: url(image/professional.png) no-repeat;
	background-position: 0 -54px;
}


.speaker{
	width: 176px;
	height: 53px;
	display:block;
	margin-left:5px;
	margin-top:5px;
	float:left;
}

.speaker a {
	display: block;
	width: 176px;
	height: 53px;
	float:left;
	text-indent:-9000px;
	background: url(image/speaker.png) no-repeat 0 0;
}

.speaker a:hover {
	background: url(image/speaker.png) no-repeat;
	background-position: 0 -54px;
}


.research{
	width: 176px;
	height: 53px;
	display:block;
	margin-left:5px;
	margin-top:5px;
	float:left;
}

.research a {
	display: block;
	width: 176px;
	height: 53px;
	float:left;
	text-indent:-9000px;
	background: url(image/research.png) no-repeat 0 0;
}

.research a:hover {
	background: url(image/research.png) no-repeat;
	background-position: 0 -54px;
}

.publications{
	width: 176px;
	height: 52px;
	display:block;
	margin-left:5px;
	margin-top:5px;
	float:left;
}

.publications a {
	display: block;
	width: 176px;
	height: 52px;
	float:left;
	text-indent:-9000px;
	background: url(image/publications.png) no-repeat 0 0;
}

.publications a:hover {
	background: url(image/publications.png) no-repeat;
	background-position: 0 -54px;
}


	
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:18px;
	text-align:center;
	padding-left:10px;
	padding-bottom:10px;
	color: #000099;
		}	
		
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:16px;
	text-align:left;
	margin-top:0px;
	padding-top:0px;
	padding-left:0px;
		}	


#paragraph {
	float:left;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
		}
		
.word2 {
	font-family: Arial, Helvetica, sans-serif;
	}		
