@import url("/css/press.css");

/*#topLinks { 
	position: absolute;
	top: 115px;
	left: 605px;
	width: 150px;
	text-align: center;
	height: 15px;
	line-height: 15px;
	padding: 5px;
}*/
#topLinks { 
	position: absolute;
	top: 115px;
	left: 50%;
	margin-left: 185px;
	width: 164px;
	text-align: center;
	height: 15px;
	line-height: 15px;
	padding: 5px;
}
#topLinks a { text-decoration: none; }
#topLinks a:hover { text-decoration: underline; }

* html #topLinks {
	position: absolute;
}

.content {
	position: relative;
	float: left;
	clear: both;
	width: 100%;
}



#toggleAbout a { text-decoration: none; }
#toggleAbout .selected { text-decoration: underline; }

#downloadCV { text-decoration: none; }
#downloadCV:hover { text-decoration: underline; }

