body {

		background: #fff;		
		font-family: "adelle-1","adelle-2", georgia, serif;
		font-size: 11pt; 
		line-height: 17pt;
		color: #555;
		margin: 0;

	}
	
a {
		color: #000;
		font-style: italic;
		text-decoration: none;
		}
		
a:hover {
		color: #666;
		text-decoration: none;

}	



div.menubar {
	font-size: 10pt;
	position: fixed;
	width: 100%;
	height: 32px;
	background: #888;
	opacity: .80;
	top: 30px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	z-index: 2;
		}
		
	div.menubarsquirrel{
		width: 718px;
		padding-top: 5px;
		margin-left: auto;
		margin-right: auto;
	}

	.topnavlinks {
		font-family: "adelle-1","adelle-2", georgia, serif;
		font-variant: normal;
		font-style: italic;
		line-height: 1pt;
		margin-right: 40px;
		color: #000;
		text-decoration: none;
	}
	
	.topnavlinks:hover {	
		color: #ff0;
	}
		

div.container{
		margin-left: auto;
		margin-right: auto;
		width: 717px;
		margin-top: 85px;
		
	}
		
	div.first {
		font-size: 10pt;
		float: left;
		width: 225px;
	}
		
	div.secondandthird {
		float: right;
		width: 471px;
		padding-bottom: 20px;

		}
		
	div.second {
		float: left;
		width: 225px;
		}
		
	div.third {
		float: right;
		margin-left: 8px;
		width: 225px;
		}
		




h1 {
	position: relative;
	font-style: italic;
	font-weight: normal;
	font-size: 30pt;
	margin-top: -30px;
	margin-bottom: 30px;
	color: #000;	
	z-index: 0;
	line-height: 28pt;
}

h2 {
	position: relative;
	font-style: italic;
	font-weight: normal;
	font-size: 30pt;
	margin-bottom: 20px;
	color: #000;	
	z-index: 0;
	line-height: 28pt;
}


.blurb {
	margin-top: 0px;
	color: #666;
	//font-size: 10pt;
	font-style: normal;
}
		
/* ===========================
==============================
== modules be below, yarrrr ==
==============================		
==============================
============ */	

	div.huge {
		height:500px;
		margin-bottom: 20px;
		padding: 10px;
		border: 1px solid #111;
		}
	
	div.big:hover .nametag{
		color: #000;
		
	}
	
	div.big {
		display: block;
		height:300px;
		margin-bottom: 20px;
		padding-left: 10px;		
		border: 1px solid #111;
		}

	div.medium:hover .nametag{
		color: #000;
		
	}
		
	div.medium {
		height:180px;
		margin-bottom: 20px;	
		padding-left: 10px;		
		border: 1px solid #111;
		}

	div.small:hover .nametag{
		color: #000;
		
	}
		
	div.small {
		height:60px;
		margin-bottom: 20px;
		padding-left: 10px;		
		border: 1px solid #111;
		}
		
	.nametag {
		top: 10px;
		padding: 6pt 7pt 6.5pt 7pt;	
		background: #000;
		opacity: .7;
		text-transform: uppercase;
		font-size: 7pt;
		font-family: "adelle-1","adelle-2", georgia, serif;
		font-style: italic;
		color: #fff;
		line-height: 1.5em;
		border-top: 1px solid #333;
		border-bottom: 1px solid #333;
		text-decoration: none;
		font-variant: normal;
		letter-spacing: 2.5pt;
		z-index: 3;
			
		}
	
	.nametag:hover {
		color: #333;
	}
	
	.moduletext {
		margin-left: 5px;	
		margin-right: 10px;
		padding-top: 5px;
		line-height: 15pt;
	}
		

/* ===========================
==============================
==== project menu things =====
==============================		
==============================
============ */	
.northeast {
	position: fixed;
	text-align: right;
}

.newyork {
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	width: 712px;
	min-height: 20px;
}


.newyork a {
	margin-left: 0;
	margin-right: 5px;
	}
	
#indexmenu {
	background: #ff0;
}

