* {
	margin: 0px;
	padding: 0px;
}

body {
	text-align: center;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	background: #333 url(../images/background.png) top center repeat-y;
}

a img {
	border: none;
}

.back_link {
	padding: 0px 0px 10px;
}

.back_link a {
	text-decoration: none;
	color: black;
}

.back_link a:hover {
	color: #dd0000;
}

.clear {
	clear: both;
}

.center {
	margin: 0px auto;
}

#pageContainer {
	width: 625px;
	margin: 0px auto;
}

#nav {
	margin: 30px 0px 50px;
	position: relative;
	height: 80px;
	width: 625px;
}

#nav_logo {
	position: absolute;
	bottom: 0px;
	left: 0px;
}

#nav ul {
	list-style: none;
	position: absolute;
	width: 312px;
	bottom: 0px;
	right: 0px;
}

#nav li {
	float: left;
	text-indent: -3000px;
	overflow: hidden;
}

#nav li a {
	height: 24px;
	display: block;
}

#nav_fridge {
	width: 100px;
	background: url(../images/nav_fridge.png) no-repeat;
	margin: 20px 106px;
}

#nav_fridge:hover, #nav_fridge.selected {
	background: url(../images/nav_fridge_over.png) no-repeat;
}

#nav_projects {
	width: 68px;
	background: url(../images/nav_projects.png) no-repeat;
	margin-right: 48px;
}

#nav_projects:hover, #nav_projects.selected {
	background: url(../images/nav_projects_over.png) no-repeat;
}

#nav_members {
	width: 82px;
	background: url(../images/nav_members.png) no-repeat;
	margin-right: 48px;
}

#nav_members:hover, #nav_members.selected {
	background: url(../images/nav_members_over.png) no-repeat;
}

#nav_contact {
	width: 66px;
	background: url(../images/nav_contact.png) no-repeat;
}

#nav_contact:hover, #nav_contact.selected {
	background: url(../images/nav_contact_over.png) no-repeat;
}

#footer {
	font-size: 10px;
	color: #333333;
	margin: 10px 0px;
}

#footer a {
	background: url(../images/c2g.png) no-repeat scroll 0 0 transparent;
	display: inline-block;
	height: 20px;
	margin-left: 4px;
	overflow: hidden;
	position: relative;
	text-indent: 150%;
	white-space: nowrap;
	width: 24px;
}

#projects a {
	color: black;
	text-decoration: none;
}

.project_left, .project_right {
	width: 625px;
	height: 150px;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}

.project_left:hover, .project_right:hover {
	background: #dddddd;
}

.project_left img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.project_left h3 {
	position: absolute;
	top: 35px;
	left: 275px;
	font-weight: bold;
	font-size: 18px;
}

.project_left p {
	position: absolute;
	top: 65px;
	left: 275px;
	width: 320px;
	text-align: left;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
}

.project_right img {
	position: absolute;
	top: 0px;
	right: 0px;
}

.project_right h3 {
	position: absolute;
	top: 35px;
	right: 275px;
	font-weight: bold;
	font-size: 18px;
}

.project_right p {
	position: absolute;
	top: 65px;
	right: 275px;
	width: 320px;
	text-align: right;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
}

#project img {
	margin-bottom: 30px;
}

.member {
	width: 625px;
	height: 290px;
	margin-bottom: 30px;
	position: relative;
}

.member img {
	position: absolute;
	top: 0px;
	left: 0px;
}

.member h3 {
	position: absolute;
	top: 0px;
	left: 230px;
	font-weight: bold;
	font-size: 30px;
	letter-spacing: 1px;
}

.member h4 {
	position: absolute;
	top: 40px;
	left: 230px;
	font-style: italic;
	font-weight: normal;
	font-size: 18px;
}

.member h4 a {
	color: black;
	text-decoration: none;
}

.member h4 a:hover {
	text-decoration: underline;
}

.member p {
	position: absolute;
	top: 70px;
	left: 230px;
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}

.member .social {
	position: absolute;
	top: 260px;
	left: 0px;
}

#contact h3 {
	font-size: 18px;
	font-style: italic;
}

#contact h3 a {
	color: black;
	text-decoration: none;
}

#contact h3 a:hover {
	text-decoration: underline;
}

#contactForm {
	margin: 50px 162px;
	width: 300px;
	position: relative;
}

#contact_name_label {
	position: absolute;
	top: 4px;
	left: 0px;
}

#contact_name {
	position: absolute;
	top: 0px;
	left: 80px;
	background: black;
	border: none;
	color: white;
	height: 20px;
	width: 220px;
	line-height: 18px;
}

#contact_email_label {
	position: absolute;
	top: 44px;
	left: 0px;
}

#contact_email {
	position: absolute;
	top: 40px;
	left: 80px;
	background: black;
	border: none;
	color: white;
	height: 20px;
	width: 220px;
	line-height: 18px;
}

#contact_message_label {
	position: absolute;
	top: 84px;
	left: 0px;
}

#contact_message {
	position: absolute;
	top: 80px;
	left: 80px;
	background: black;
	border: none;
	color: white;
	height: 100px;
	width: 220px;
}

#contact_send {
	position: absolute;
	top: 190px;
	right: 0px;
	width: 75px;
	height: 24px;
	background: black;
	border: none;
	color: white;
	cursor: pointer;
}

#contact h4 {
	font-size: 22px;
	margin: 40px 0px;
}

#contact #contactForm {
	height: 300px;
}

.project {
	text-align: left;
}

#project_vlc h2 {
	font-size: 30px;
	margin: 20px 0px;
}

#project_vlc h4 {
	font-size: 18px;
	margin: 0px 0px 15px;
}

#project_vlc img {
	margin: 20px 0px;
}

#project_vlc p {
	line-height: 24px;
	text-align: justify;
}

#project_hadoop #project_splash {
	text-align: center;
	margin: 0px 35px;
}

#project_hadoop h2 {
	font-size: 30px;
	margin: 30px 0px 10px;
}

#project_hadoop h3 {
	font-size: 16px;
	margin: 0px 0px 20px;
}

#project_hadoop h4 {
	margin: 30px 0px;
	font-size: 18px;
	text-align: center;
}

#project_hadoop p {
	line-height: 24px;
	text-align: justify;
}

#project_facebook #project_splash {
	text-align: center;
}

#project_facebook h2 {
	font-size: 30px;
	margin: 30px 0px;
}

#project_facebook h4 {
	margin: 30px 0px;
	font-size: 18px;
	text-align: center;
}

#project_facebook p {
	line-height: 24px;
	text-align: justify;
}

#project_maps_v2 p a {
	color: black;
	text-decoration: none;
	font-weight: 600;
}

#project_maps_v2 p a:hover {
	color: red;
}

#project_maps_v2 h3 a {
	color: red;
	text-decoration: none;
}

#project_maps_v2 h3 a:hover {
	text-decoration: underline;
}

#project_maps_v2 h3.center {
	text-align: center;
	margin-top: 10px;
}

#project_maps_v2 p {
	margin: 10px 0px;
	line-height: 24px;
}

#project_maps_v2 h2 {
	font-size: 30px;
	margin: 30px 0px 10px;
}

#project_maps_v2 h3 {
	font-size: 20px;
	margin: 20px 0px;
}

#project_maps_v2 h4 {
	font-size: 18px;
	margin: 10px 0px;
}

#project_maps_v2 pre {
	text-align: left;
	margin: 15px 0px;
	width: 585px;
	padding: 20px;
	overflow: auto;
	background: #dedede;
}

.object {
	padding: 20px 0px;
}

#project_hadoop #netflix_link {
	text-decoration: none;
}

#project_hadoop #netflix_button {
	width: 625px;
	height: 81px;
	position: relative;
	background: url(../images/projects/hadoop_netflix_button.png) no-repeat;
	cursor: pointer;
	margin: 30px 0px;
}

#project_hadoop #netflix_button p {
	position: absolute;
	bottom: 3px;
	right: 10px;
	font-size: 16px;
	color: black;
	font-weight: bold;
	text-align: right;
}

#project_hadoop_netflix {
	margin: 0px 0px 30px;
}

#project_hadoop_netflix #netflix_logo {
	margin: 0px 106px;
}

#project_hadoop_netflix h2 {
	font-size: 30px;
	margin: 30px 0px 10px;
}

#project_hadoop_netflix h3 {
	font-size: 20px;
	margin: 20px 0px;
}

#project_hadoop_netflix h4 {
	margin: 20px 0px;
	font-size: 14px;
	font-style: italic;
}

#project_hadoop_netflix pre {
	margin: 20px 0px;
	padding: 20px;
	background: #dedede;
}

#project_hadoop_netflix ul, #project_hadoop_netflix ol {
	list-style-position: inside;
}

#project_hadoop_netflix p, #project_hadoop_netflix li {
	line-height: 16px;
	margin: 5px 0px;
}

#project_hadoop_netflix b {
	line-height: 18px;
}

#project_hadoop_netflix .hadoop_netflix_figcopy {
	margin: 10px 0px 20px;
	font-style: italic;
}

.source p {
	line-height: 24px;
	text-align: justify;
}

.source h2 {
	font-size: 30px;
	margin: 30px 0px 10px;
}

.source h3 {
	font-size: 16px;
	margin: 0px 0px 20px;
}

.source h4 {
	font-size: 14px;
	margin: 5px 0px;
}

.source h4 a {
	color: black;
}

.source pre {
	text-align: left;
	margin: 0px 0px 30px;
	width: 585px;
	padding: 20px;
	overflow: auto;
	background: #dedede;
}

.source_index p {
	line-height: 24px;
	text-align: left;
}

.source_index h2 {
	font-size: 30px;
	margin: 30px 0px 10px;
}

.source_index h3 {
	font-size: 16px;
	margin: 0px 0px 20px;
}

.source_index h4 {
	font-size: 14px;
	margin: 5px 0px;
}

.source_index h4 a {
	color: black;
}

#source_dir {
	margin: 25px 0px;
}

#source_dir a {
	color: black;
	text-decoration: none;
}

#source_dir a p:hover {
	background-color: #cccccc;
}

#source_dir .first {
	text-indent: 50px;
}

#source_dir .first.file {
	background-position: 23px 0px;
}

#source_dir .sec {
	text-indent: 75px;
	background-position: 45px 0px;
}

#source_dir .dir {
	background-image: url(../images/source_index_folder.png);
	background-repeat: no-repeat;
}

#source_dir .file {
	background-image: url(../images/source_index_file.png);
	background-repeat: no-repeat;
}

.button_links {
	margin: 20px 162px;
	width: 300px;
}

.button_links .button {
	width: 100px;
	margin: 0px 25px;
	text-align: center;
	float: left;
}

.button_links a {
	color: black;
	text-decoration: none;
}

.button_links a:hover {
	color: #dd0000;
}

#pdf_button {
	width: 100px;
	margin: 0px 262px 20px;
	text-align: center;
}

#pdf_button a {
	color: black;
	text-decoration: none;
}

#pdf_button a:hover {
	color: #dd0000;
}
