@charset "utf-8";
* { margin: 0; padding: 0; }
body {
	background: #000 url(../img/bg.png) left top no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
a:link {color: #ffe200; text-decoration: underline; }
a:active {color: #ffe200; text-decoration: underline; }
a:visited {color: #ffe200; text-decoration: underline; }

img { 
	border: 0 none;
}
#container {
	padding: 220px 0 100px 444px;
	width: 440px;
}

#nav {
	list-style: none;
	background: url(../img/spacer_yellow.png) bottom left no-repeat;
	padding: 0 0 8px 12px;
	margin-bottom: 20px;
}
#nav li {
	float: left;
	padding: 0 8px;
}
#nav a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	height: 18px;
	background-repeat: no-repeat;
}
#nav a:hover {
	background-position: 0 -18px;
}
#nav #nav_home a {
	width: 42px;
	background-image: url(../img/nav_home.png);
}
#nav #nav_about a {
	width: 101px;
	background-image: url(../img/nav_about.png);
}
#nav #nav_interactivity a {
	width: 101px;
	background-image: url(../img/nav_interactivity.png);
}
#nav #nav_bio a {
	width: 36px;
	background-image: url(../img/nav_bio.png);
}
#nav #nav_contact a {
	width: 63px;
	background-image: url(../img/nav_contact.png);
}
#content {
	padding: 0 30px 6px 30px;
	background: url(../img/spacer_yellow.png) bottom left no-repeat;
}
#content h1 {
	font-size: 24px;
	margin-bottom: 16px;
	color: #fff;
	background: url(../img/spacer_yellow.png) bottom left no-repeat;
	padding-bottom: 6px;	
}
#content p {
	color: #fff;
	font-size: 12px;
	margin-bottom: 15px;
}
#footer {
	background: url(../img/spacer_yellow.png) bottom left no-repeat;
	padding: 20px 0;
	text-align: center
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
	display: inline-block;
}
