@charset "UTF-8";
/* CSS Document */

body {
	background-color: #2c281f;
}
body,td,th {
	color: #2c281f;
}

#nav{
	position:fixed;
	width:400px;
	bottom:0px;
}

#header {
	position:relative;
}

#menu {
	position:relative;
	width:50px;
	height:100px;
	top:5px;
}
.contact{
	position:absolute;
	width:45px;
	height:35px;
	top:80px;
	left:250px;
}
#facebook {
	position:relative;
	float:right;
}
#email {
	position:relative;
	float:right;
	top:1px;
}
#flickr {
	position:relative;
	float:right;
}

#photo {
	position:relative;
	float:left;
	padding-bottom:5px;
}
#narrative {
	position:relative;
	float:left;
	padding-bottom:1px;
}
#narrative_box{
	position:absolute;
	width:100px;
	top:85px;
	left:100px;
}

#vacants {
	position:relative;
	float:left;
	padding-bottom:1px;
}
#else {
	position:relative;
	float:left;
	padding-bottom:1px;
}

#holder {
	position:relative;
	float:left;
	top:-10px;
}
#holder img {
	margin-left:3px;
	margin-right:3px;
}

#phone {
	position:relative;
	float:left;
}
