/* Just for Portfoli page */
#portfolio {
	position: relative;
	float: right;
	width: 663px;
	margin-top: 130px;
	font-size: 0.75em;
}
pre {
	font-size: 1.2em;
	line-height: 1.2em;
	overflow-x: auto;
}
#wrapper {
	background-image: url(none);
}
#page {
	width: 550px;
}
#portfolioNav {
	position: absolute;
	bottom: 10px;
	left: 90px;
}
#portfolioNav li {
	padding-right: 5px;
	font-size: 130%;
}
#disclaimer {
	position: absolute;
	height: 50px;
	top: 126px;
	right: 10px;
	font-size:80%;
}
#disclaimer p{
	padding-top: 20px;
	width: 100px;
}
#disclaimer p a{
	color: #000;
}
a.tooltip{
	position: relative;
}
a.tooltip span {
	display: none;
}
a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 2em;
	left: -35px;
	padding: 10px;
	width: 115px;
	background:url(../images/tooltip_box.png) no-repeat;
	color: #000;
}