@charset "UTF-8";
/* CSS Document */

a:link {color:#F90; text-decoration: underline; }
a:active {color:#900; text-decoration: underline; }
a:visited {color:#F90; text-decoration: underline; }
a:hover {color:#F60; text-decoration: none; }

body{
	color:#000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

#wrapper{
	width:1012px;
	margin-left:auto;
	margin-right:auto;
}

#header{
	width:1012px;
	height:109px;
}

#floater{
	float:left;
}

#aboutme{
	display:block;
	width:135px;
	height:32px;
	background:url(headeraboutmerollover.png);
	float:left;
}

#aboutme:hover{
	background-position: 0 -35px;
}

#contact{
	display:block;
	width:108px;
	height:32px;
	background:url(headercontactrollover.png);
	float:left;
}

#contact:hover{
	background-position: 0 -35px;
}

#home{
	display:block;
	width:90px;
	height:32px;
	background:url(headerhomerollover.png);
	float:left;
}

#home:hover{
	background-position: 0 -35px;
}

#portfolio{
	display:block;
	width:117px;
	height:32px;
	background:url(headerportfoliorollover.png);
	float:left;
}

#portfolio:hover{
	background-position: 0 -35px;
}

#portfoliocurb{
	display:block;
	width:354px;
	height:42px;
	background:url(portfoliocurbrollover.png);
	float:left;
}

#portfoliocurb:hover{
	background-position: 0 -42px;
}

#portfolioactive{
	display:block;
	width:354px;
	height:42px;
	background:url(portfolioactiverollover.png);
}

#portfolioactive:hover{
	background-position: 0 -42px;
}



#leftarrows{
	width:279px;
	height:543px;
	float:left;
	background-image:url(arrows.png)
}

#maincontent{
	width:675px;
	height:543px;
	float:left;
}

#launcher{
	display:block;
	width:668px;
	height:23px;
	background:url(launchthispiecerollover.png);
}

#launcher:hover{
	background-position: 0 -28px;
}
