/*SITE VALUES*/	

body {
	background: #ffffff;
	padding: 0px;
	margin: 0px;
	border: none;
	float: left;
	}
	
img {
	padding: 0px;
	float: inherit;
}


/*NAV VALUES*/	

#nav {
	position: fixed;
	width: 300px;
	height: 100%;
	background-color: #e8e5e0;
/*	background: -webkit-gradient(linear, left top, left bottom, from(#f6eade), to(#e4d3c1));
	background: -moz-linear-gradient(top,  #f6eade,  #e4d3c1);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6eade', endColorstr='#e4d3c1');*/
	padding-top: 20%;
	-moz-box-shadow: 0px 0px 12px #888888;
	-webkit-box-shadow: 0px 0px 12px #888888;
	box-shadow: 0px 0px 12px #888888;
}

.information {
	position: fixed;
	width: 300px;
	height: 100%;
	background-color: inherit;
	padding-top: 60px;
}

#slide01 {
	position: inherit;
}

#slide02 {
	position: inherit;
}

.info {
	height: 120px;
	width: 260px;
	background-color: inherit;
}

.contact {
	height: 100px;
	width: 260px;
	background-color: inherit;
}




/*PROJECT VALUES*/

#content {
	padding-left: 312px;
	margin: 4px;
}

#content img {
	padding-bottom: 16px;
}

#content p {
	color: #888888;
	font-size: 13px;
	font-weight: 400;
	line-height: 17px;
}

#description {
	position: fixed;
	top: 0px;
	left: 732px;
	width: 360px;
	z-index: 100;
}

#description p {
	color: #888888;
	font-size: 13px;
	line-height: 17px;
	font-weight: 400;
}


	
/*TYPOGRAPHIC VALUES*/	

p {
	color:#444444;
	font-family: Helvetica Neue, Helvetica, Arial, san-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 1px;
}

h1 {
	color:#444444;
	font-family: Helvetica Neue, Helvetica, Arial, san-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 21px;
	letter-spacing: 1px;
	border-bottom: 1px solid #444444;
	padding-bottom: 3px;
}

h2 {
	color:#666666;
	font-family: Helvetica Neue, Helvetica, Arial, san-serif;
	font-weight: 200;
	font-size: 10px;
	line-height: 14px;
	letter-spacing: 1px;
}
			
a {
	color:#444444;
	font-family:  Helvetica Neue, Helvetica, Arial, san-serif;
	font-weight: 800;
	font-size: 10px;
	line-height: 15px;
	letter-spacing: 2px;
	text-decoration: none;
	border-bottom: 1px solid #666666;
	padding-bottom: 3px;
}

.info a {
	color:#666666;
	font-family: Helvetica Neue, Helvetica, Arial, san-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0px;
	text-decoration: none;
	border-bottom: 0px;
}

.contact a {
	color:#666666;
	font-family: Helvetica Neue, Helvetica, Arial, san-serif;
	font-weight: 400;
	font-size: 11px;
	line-height: 15px;
	letter-spacing: 0px;
	text-decoration: none;
	border-bottom: 0px;
}
			 
a:active, a:hover {
	opacity:0.5;
	padding-bottom: 3px;
}
