@charset "utf-8";

*  {
	padding:0;
	border:0;
	margin:0;
	font-family: Arial, Helvetica, sans-serif;
}

body  {
	background: #000;
	margin: 0; 
	padding: 0;
}

.atlantic #container { 
	width: 800px;	
	background: #FFC;
	margin: 0 auto; 
	border: 1px solid #000000;
	text-align: left; 
} 

.atlantic #header { 
	width: 800px;
	height: 72px;
	border: 0px;
} 

.atlantic #header h1 {
	margin: 0; 
	padding: 10px 0; 
}

.atlantic #masthead {
	width: 770px;
	height: 250px;
	padding: 0 15px;
	background: #FF6B00;
	margin: 0 auto;
	border: 1px solid #000;
}

.atlantic #sidebar {
	float: left; 
	width: 170px; 
	background: #999;
	padding: 10px; 
	font-size:12px;
}

.atlantic #mainContent {
	float: right;
	padding: 15px;
	width: 580px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 18px;
} 

.atlantic #footer { 
	padding: 5px; 
	background: #FF0000;
	height: 60px;
	border: 1px solid #000;
	width: 790px;
} 

.atlantic #footer p {
	margin: 0; 
	padding: 10px 0; 	
}

/* - float classes - */
.floatright { 
	float: right;
	margin-left: 8px;
}
.floatleft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Misc. Formatting*/


/* IMAGE MENU CODE*/

#imageMenu {
	position: relative;
	width: 800px;
	height: 200px;
	overflow: hidden;
	background:#003399;
}

#imageMenu ul {
	list-style: none;
	margin: 0px;
	display: block;
	height: 200px;
	width: 1000px;
}

#imageMenu ul li {
	float: left;
}

#imageMenu ul li a {
	text-indent: -1000px;
	background:#003399 none repeat scroll 0%;
	
	cursor:pointer;
	display:block;
	overflow:hidden;
	width:100px;
	height: 200px;
}

#imageMenu ul li.biography a {
	background: url(images/menu8.jpg) repeat scroll 0%;	
}

#imageMenu ul li.cvita a {
	background: url(images/menu9.jpg) repeat scroll 0%;
}

#imageMenu ul li.papers a {
	background: url(images/menu10.jpg) repeat scroll 0%;
}

#imageMenu ul li.books a {
	background: url(images/menu2.jpg) repeat scroll 0%;
}

#imageMenu ul li.courses a {
	background: url(images/menu5.jpg) repeat scroll 0%;
}

#imageMenu ul li.research a {
	background: url(images/menu7.jpg) repeat scroll 0%;
}

#imageMenu ul li.links a {
	background: url(images/menu3.jpg) repeat scroll 0%;
}

#imageMenu ul li.photos a {
	background: url(images/menu6.jpg) repeat scroll 0%;
}

.clear {
	clear: both;
}

#name {
	font-weight: bold;
}

