body {
	color: #777;
	background: #FFF;
	font-family: "Gotham-Light", helvetica, sans-serif;
	padding-top: 30px;
	}
	
@font-face {
font-family: "Gotham-Light";
src: url("/fonts/Gotham-Light.ttf")
}

@font-face {
font-family: "Gotham-Bold";
src: url("/fonts/Gotham-Bold.ttf")
}

#wrap {
	margin: 0 auto;
	width: 960px;

	}

a img {border: none}
	
#photo_slideshow {
	width: 960px;
	background: url(../images/photo_edge_bg2.jpg) no-repeat top center;
	margin-top: -30px;
	z-index: -2;	
	}
#logo {
	margin-left: 17px;
	z-index: 100;
	position: relative;
	width: 560px;
	height: 88px;
	}
	
#links {
	padding: 24px 28px 0 0;
	font-size: 9pt;
	color: #777;
	float: right;
	text-transform: uppercase;
	height: 30px;
	font-family: "Gotham-Bold", helvetica, sans-serif;
	}
	
#links li {
	display: block;
	list-style: none;
	float: left;
	}
	
#portfolio_links {
	padding: 200px 130px;
	margin: auto;
	width: 700px;
	background: url(../images/photo_edge_bg3.jpg) no-repeat top center;
	height: 350px;
	}
	
#portfolio_links li {
	display: block;
	list-style: none;
	float:left;
	margin: 10px;
	}
#portfolio_links a {color: #DF295B; font-size: 24px;}

a {
	padding:0 14px;
	color: #777;
	text-decoration: none;
	}
a:hover {
	color: #DF295B;
	}
	
#footer {
	font-size: 8pt;
	margin:0 auto;
	width: 60%;
	text-align: center;
	}
	
/*-- SLIDESHOW 01 --*/

#slideshow, #slideshow2, #fadeshow2 {
	position: relative;
	width: 870px;
	height: 578px;
	overflow: hidden;
	margin: auto;
	z-index: 0;
}
#slideshow img, #slideshow2 img {
	position: absolute;
	left: 0;
	top: 0;
	width: 870px;
	height: 578px;
	z-index: 0;
}
#pause1, #pause2 {
	z-index:100;
}
