html {
	background: #000;
}
body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
}
img {
	border: none;
}
a {
	outline: none;
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
}
#container {
	width: 962px;
	margin: 0 auto; 
}
#stage.home {
	text-align: center;
}

/* Header 
**********/
#header {
	float: right;
	width: 100%;
	margin: 10px 0;
}
#header ul {
	list-style: none;
}
#header li {
	float: right;
	margin-left: 15px;
}
#navPortfolio a {
	background: url('../images/navPortfolioOff.gif') no-repeat;
	width: 62px;
	height: 15px;
	display: block;
}
#navPortfolio.current a {
	background: url('../images/navPortfolioOn.gif') no-repeat;
}
#navPortfolio a:hover {
	background: url('../images/navPortfolioOn.gif') no-repeat;
}
#navPortfolio a span {
	display: none;
}
#navProfile a {
	background: url('../images/navProfileOff.gif') no-repeat;
	width: 62px;
	height: 15px;
	display: block;
}
#navProfile.current a {
	background: url('../images/navProfileOn.gif') no-repeat;
}
#navProfile a:hover {
	background: url('../images/navProfileOn.gif') no-repeat;
}
#navProfile a span {
	display: none;
}
#homeLink {
	display: block;
	width: 135px;
	height: 23px;
	float: left;
	background: url('../images/homeLink.gif') no-repeat;
}
#homeLink span {
	display: none;
}
#homeLink:hover {
	background: url('../images/homeLinkOn.gif') no-repeat;
}

/* Stage
**********/
#stage {
	clear: both;
	width: 960px;
	height: 589px;
	border: 1px solid #333;
}
#stage.home {
	border: none;
}

/* Porfolio
************/
#carouselDisplay, #carouselNav {
	margin: 10px 0 0 10px;
	width: 939px;
	height: 509px;
}
#wrapper {
	overflow: hidden;
	width: 925px;
	position: relative;
}
#pcGoLeft {
	float: left;
	display: block;
	margin: 10px 4px 0 10px;
	width: 6px;
	padding: 20px 0;
}
#pcGoRight {
	display: block;
	float: right;
	margin: -50px 6px 0 0;
	padding: 20px 0;
	width: 6px;
}
#carouselNav {
	display: block;
	height: 50px;
	width: 3881px;
	margin-left: 0;
}
#carouselNav ul {
	list-style: none;
}
#carouselNav li {
	float: left;
	margin-right: 10px;
}
.loading {
	position: relative;
	top: 270px;
	left: 468px;
}

/* Profile
************/
#col1, #col2, #col3 {
	float: left;
	font-size: 13px;
	margin-top: 99px;
}
#col1 {
	width: 266px;
	margin-left: 60px;
}
#col2 {
	width: 229px;
	margin-left: 65px;
}
#col3 {
	width: 190px;
	margin-left: 71px;
}
#stage.profile {
	color: #999;
}
#stage.profile ul {
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#stage.profile a {
	color: #CCC;
}
#stage.profile a:hover{
	text-decoration: underline;
}
h3 {
	font-size: 15px;
	font-weight: normal;
	color: #FFF;
	margin: 0 0 13px 0;
}
.indent {
	text-indent: 0px;
}

#footer {
	font: 9px Arial;
	color: #666;
}
#sOverlay {
	background: url('../images/s_overlay.png') no-repeat top left;
	width: 534px;
	height: 588px;
	position: absolute;
	z-index:-1;
}
#sOverlayPortfolio {
	background: url('../images/s_overlay_portfolio.png') no-repeat top left;
	width: 468px;
	height: 516px;
	position: absolute;
	z-index: 100;
}