* {
	margin: 0;
	padding: 0;
	font-family: "Myriad Pro", sans-serif;
}

@font-face { font-family: Quicksand; src: url('Quicksand.otf'); }
@font-face { font-family: Delicious; src: url('Delicious-Roman.otf'); }

header, section, footer, nav {
	display: block;
}

img {
	border: none;
}

header {
	position: fixed;
	z-index: 3;
}

header h1 {
	text-indent: -9999px;
	background: url(img/logo.jpg) no-repeat;
	height: 80px;
	margin: 20px 0 10px 20px;
}

header nav {
	width: 600px;
	border-bottom: 1px solid #ccc;
	height: 25px;
}

header nav ul {
	list-style: none;
	float: right;
}
	header nav ul li {
		color: #921A5B;
		display: block;
		float: left;
		width: 112px;
		text-align: center;
		font-size: 12px;
		cursor: pointer;
		height: 25px;
		font-family: Quicksand, "Myriad Pro", sans-serif;
	}
		header nav ul li a {
			color: #921A5B;
			font-family: Quicksand, "Myriad Pro", sans-serif;
			text-decoration: none;
		}
		#project { background: url(img/down.jpg) no-repeat 85px 4px;}
		#project ul {
			display: none;
			margin-top: 11px;
			border: none;
			position: absolute;
			width: 100px;
			z-index: 2;
			height: auto;
			border: 1px solid #ba1f85
		}
		#project:hover ul { display: block; }
		
			#project ul li {
				width: 100px;
				text-align: right;
				background-color: #BA1F85;
				height: auto;
			}
				#project ul li a {
					color: white;
					text-decoration: none;
					display: block;
					padding: 3px;
				}
					#project ul li a:hover {
						background-color: white;
						color: #ba1f85;
					}
		

#aboutme-info {
	font-size: 13px;
	letter-spacing: 1px;
	width: 580px;
	padding: 10px;
	background-color: #ccc;
	background: rgba(100,100,100,0.8);
	position: absolute;
	z-index: 10;
	color: white;
	display: none;
}
	#aboutme-info p { padding: 5px; }
	#aboutme-info a { color: white; }

section {
	padding-top: 150px;
	height: 450px;
}

#gradLeft,
#gradRight {
	height: 400px;
	position: fixed;
	width: 300px;
	z-index: 2;
}

#gradLeft {
	background: url(img/grad-left.png) no-repeat;
	left: 0;
}

#gradRight {
	right: 0;
	background: url(img/grad-right.png) no-repeat;
}

#images {
	width: 9999px;
	padding: 0 200px;
	margin-left: 0;
}
	#images li {
		list-style: none;
		float: left;
	}
		#images li img {
			height: 400px;
			margin-left: 20px;
		}

#scrollbar {
	height: 18px;
	width: 80%;
	margin-left: 10%;
	background-color: #ccc;
	position: absolute;
	top: 410px;
	padding: 1px 0;
}
	#scroller {
		height: 16px;
		border: 1px solid #ba1f85;
		width: 100px;
		cursor: pointer;
		margin-left: 0;
	}

footer {
	clear: left;
	position: fixed;
	bottom: 0;
	text-align: center;
	font-size: 10px;
	font-family: Quicksand, "Myriad Pro", sans-serif;
	width: 100%;
	color: #921A5B;
}





/* Project page */
#projectImage {
	text-align: center;
	padding-top: 150px;
}
	#projectImage > div {
		display: none;
	}

