body {
	background-image: url("/img/twirl_sl.png");
	background-position: top center;
	background-repeat: no-repeat;
	padding: 0 10px;
}


#header {
	background-image: none;
	min-height: 150px;
	max-width: 100%;
}

img {
	max-width: 100%;
	height: auto;
}



#header h1 {
	font-size: 50px;
	margin: 0 0 0 -2px;
}

#header h2 {
	font-size: 25px;
	margin: 0 5px 0 -1px;
}


#nav {
	position: fixed;
	top: -15px;
	right: 10px;
	margin-right: 0;
	font-size: 25px;
}


#article {
	border: none;
	background-color: transparent;
	padding: 0;
	max-width: 100%;
	font-size: 11px;
}

#article h1 {
	font-size: 30px;
}

#article p.section:first-letter {
	font-size: 450%;
}

#article h2 {
	font-size: 27px;
}


table.work_samples {
	border-collapse: collapse;
	border: 0 none white;
	padding: 0;
	margin: -1px -2px;
}

table.work_samples td, table.vcard td.last_column {
	padding: 1px 2px;
	float: left;
}

#footer {
	background-image: none;
	min-height: 0;
}
