body {
	color: white;
	background: #202020;
	font-family: 'Lucida Grande';
	padding: 0;
	margin: 20px 30px;
	min-width: 800px;
}
h1 {
	font-family: 'Century Gothic';
	font-weight: bold;
	color: #333;
	font-size: 120px;
	padding: 0;
	margin: 0;
	cursor: default;
	position: absolute;
	left: 30px;
	bottom: 0;
	z-index: -1;
	white-space: nowrap;
}
h2 {
	font-family: 'Gill Sans';
	text-transform: uppercase;
	font-size: 28px;
	line-height: 26px;
	font-weight: bold;
	text-align: left;
	padding-top: 6px;
	margin: 0;
	cursor: default;
	display: block;
	position: relative;
	left: -2px;
}
h2 a {
	color: inherit;
	text-decoration: inherit;
}
a {
	color: white;
}


div#floater {
	float: right;
	padding-left: 20px;
}
h2#photosTitle {
	float: left;
	width: 242px;
	z-index: 1;
}
h2#photosTitle a {
	float: left;
	width: 180px;
	height: 26px;
	background-image: url('images/link-arrow.gif');
	background-position: 140px 3px;
	background-repeat: no-repeat;
}
h2#photosTitle a:hover {
	background-position: 142px 3px;
}

ul#photos {
	float: left;
	width: 212px;
	padding: 7px 5px;
	margin: 0;
	background-color: #282828;
	background-color: rgba(255,255,255,.04);
	border-color: rgb(255,0,150);
	border-width: 8px 0;
	border-style: solid;
}
ul#photos li {
	display: inline;
}
ul#photos li a img {
	float: left;
	border: none;
	padding: 3px;
	opacity: .7;
}
ul#photos li a:hover img {
	opacity: 1;
}

div#favs {
	float: left;
	width: 215px;
	padding: 0 15px 15px 15px;
	margin-left: 20px;
	background-color: #282828;
	background-color: rgba(255,255,255,.04);
	border-color: rgb(150,255,0);
	border-width: 8px 0;
	border-style: solid;
}
div#favs h3 {
	font-weight: bold;
	font-size: 16px;
	float: left;
	width: 100%;
	padding: 0;
	margin: 20px 0 6px 0;
	font-weight: bold;
	cursor: default;
}
div#favs ul {
	float: left;
	width: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
}
div#favs ul li a {
	color: #999;
	font-size: 14px;
	text-decoration: none;
	float: left;
	width: 100%;
	height: 24px;
	line-height: 24px;
}
div#favs ul li a:hover {
	color: rgb(150,255,0);
}


div#projects {
	padding: 10px 0;
	margin-right: 507px;
	background-color: #282828;
	background-color: rgba(255,255,255,.04);
	border-color: rgb(0,150,255);
	border-width: 8px 0;
	border-style: solid;
}
div#projects p {
	color: #aaa;
	font-family: 'Lucida Grande';
	font-size: 14px;
	padding: 10px 20px;
	margin: 0;
}
