@charset "utf-8";
/* CSS Document */

body {
	background-color: #999999;
	background-image: url(img/bkg-d.png);
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: 1.5;
	}
a:link {
	color: #000;
	text-decoration: underline;
	}
a:visited {
	color: #000;
	text-decoration: underline;
	}
a:hover {
	color: #CC3300;
	text-decoration: underline;
	}
a:active {
	color: #CC3300;
	text-decoration: underline;
	}


#b-home{
	
	float:left;
	position: relative;
	top: 4px;
	left: 28px;
	width: 62px;
	height: 46px;
}

#b-portfolio{
	float:left;
	position:relative;
	top: 4px;
	left: 28px;
	width: 105px;
	height: 46px;
}

#b-resume{
	float:left;
	position: relative;
	top: 4px;
	left: 28px;
	width: 80px;
	height: 46px;
}

#b-contact{
	float:left;
	position: relative;
	top: 4px;
	left: 28px;
	width: 90px;
	height: 46px;
}

#b-about{
	float:left;
	position: relative;
	top: 4px;
	left: 28px;
	width: 70px;
	height: 46px;
}

#b-downloads{
	float:left;
	position: relative;
	top: 4px;
	left: 28px;
	width: 119px;
	height: 46px;
}

#b-links{
	float:left;
	position: relative;
	top: 4px;
	left: 28px;
	width: 60px;
	height: 46px;
}
