/* CSS Document */
body {background-color: #3f3f3f;}
#wrapper { margin-right: auto; margin-left: auto; height: 750px; padding: 10px;  margin-top: 0; background-color: #3f3f3f; width: 936px;  background-image:url(images/background.png);
background-repeat:no-repeat; 
}

#leftcolumn {
	float: left;
	width: 128px;
	margin-top: 110px;
	height: auto;
}

#portfolio {
	height: 46px;
	width: 90px;
	float: right;
}
#portfolio a {
	display: block;
	height: 46px;
	width: 90px;
	background-image:url(images/menu_portfolio.gif);	
}
#portfolio a:hover {
	background-position: 0px -46px;
	}	

#about {
	height: 46px;
	width: 90px;
	float: right;
}
#about a {
	display: block;
	height: 46px;
	width: 90px;
	background-image:url(images/menu_about.gif);	
}
#about a:hover {
	background-position: 0px -46px;
	}	

#contact {
	height: 46px;
	width: 90px;
	float: right;
}
#contact a {
	display: block;
	height: 46px;
	width: 90px;
	background-image:url(images/menu_contact.gif);	
}
#contact a:hover {
	background-position: 0px -46px;
	}	
	

a img {
	
	border: none;
	}	

.footer {font-family:Verdana, Geneva, sans-serif;
font-size:9px;
color: #999;
float: left;
	width: 500px;
	margin-left: 70px;
	height: auto;
	margin-top: 250px;
	
}
