body {
	
	margin: 0;
	padding: 0;
	
	font-size: 100%;
	font-family: Helvetica, Sans-Serif;
	text-align: left;
	background-color: white;
}

#sitetitle-wrapper {

	margin-top: 80px;
	margin-left: 80px;
	width: 900px;
	height: 100px;
	
}

#sitetitle {

	font-size: 1.2em;
	padding-bottom: 10px;
	
}

#title {

	font-size: 2.5em;
	
}



#sidebar-title-wrapper {

	height: 100px;
	float:right;
	
}

#pippinbarr-title {
		
	padding-top: 20px;	
	font-size: 2.5em;
	
}

#pippinbarr-navigation {

	font-size: 0.75em;
		
}


#column-wrapper {
	
	width: 900px;
	margin-left: 100px;
	padding: 0;
	
}

#affiliation {

	font-size: 0.9em;
	padding-bottom: 20px;
	color: #333333;
	
}

#description {
	
	font-size: 0.9em;
	
}

#left { 
	float: left; 
	width: 30%; 
	margin-left: 34%; 
}

#center { 
	float: left; 
	width: 30%; 
	margin-left: -66%; 
}

#right { 
	float: right; 
	width: 30%; 
}

a {
	color: black;
	text-decoration: none;
}

a:visited {
	color: #444444;
}

a:hover {
	color: white;
	background-color: black;
}

a:active {
	color: red;
	background-color: red;
}

a.novisit:visited {
	color: black;	
}

a.novisit:hover {
	color: white;
	background-color: black;
}

a.novisit:active {
	color:red;
	background-color: red;	
}