html, body {
	text-align: center;
	font-family: Trebuchet, "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 16px;
}

#page, #header, #info, #footer, .project {
	width: 676px;
	margin-bottom: 20px;
	padding: 10px;
}

#page {
	margin: 0 auto;
	text-align: left;
}

a, a:hover, a:active, a:visited {
	text-decoration: none;
}

a {
	color: #a0a0a0;
}

a:hover { 
	color: #009cff;
}

#header, .project {
	background-color: #282828;
}

#info, #footer {
	background-color: #494949;
}

#header {
	padding: 8px 10px;
}

h1 {
	width: 340px;
	height: 28px;
	background: url("../images/title.jpg") 3px 0 no-repeat;
}

h2 {
	width: 355px;
	height: 25px;
	background: url("../images/subtitle.gif") 3px 5px no-repeat;
}

#info p {
	width: 555px;
	margin: 10px 3px 14px;
}

#info ul {
	margin: 10px 3px 4px;
}

h1 span,
h2 span {
	visibility: hidden;
}

h3 {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	width: 100px;
}

.project,
.project .details,
.project .about {
	float: left;
}

.project .details {
	padding-top: 17px;
	padding-left: 11px;
}

.project .about {
	padding-top: 18px;
	padding-left: 18px;
	width: 530px;
}

.project .description {
	margin-bottom: 16px;
}

.profiles li,
.images li,
.roles li {
	display: inline;
}

.roles {
	font-family: Georgia, Palatino, "Palatino Linotype", Times, "Times New Roman", serif;
	font-size: 14px;
	line-height: 20px;
	width: 100px;
}

img {
	float: left;
}

img.first {
	margin-right:8px;
}

#footer,
#footer .profiles {
	float: left;
}

#footer .jump {
	float: right;
	margin-bottom: 3px;
}

.hidden {
	display: none;
}

/* Some IE6 star hacks, but then.. just don't use IE6 really. */

* html #page,
* html #header,
* html #info,
* html #footer {
	width: 702px;
}
* html .project {
	width: 692px;
}

* html .project .details {
	padding-top: 7px;
}

* html .project .about {
	padding-top: 8px;
}
