body
{
	margin: 0;
	padding: 0;
}

a { text-decoration: none; color: #B0666F; }
a:hover { color: #333; }

#container
{
	width: 530px;
	margin: 2em auto;
	padding-right: 30px;
}

#content
{
	margin: 10px 30px 10px 58px;
	font: .8em/1.5em arial, helvetica, verdana, sans-serif;
}

#content p { margin: 0 0 10px; padding: 0; }

#bubble
{
	width: 150px;
	height: 110px;
	position: relative;
	left: 315px;
	background-repeat: no-repeat;
	background-position: 4px 3px;
}

#nav
{
	position: relative;
	left: 290px;
	top: 131px;
	width: 160px;
}

#nav a img
{
	border: 0;
	margin: 0;
}

#truck
{
	width: 500px;
	height: 400px;
	background-image: url("http://doughanshaw.com/img/ice-cream-truck.gif");
	background-repeat: no-repeat;
	background-position: 0px 90px;
}

h1
{
	font: 16px/18px arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	border-bottom: 1px solid black;
	padding-bottom: 5px;
	margin-bottom: 10px;
}

h2
{
	font: 16px/18px arial, helvetica, verdana, sans-serif;
	font-weight: normal;
	margin-bottom: 10px;
	color: #B04350;
}

.hey_bubble, .about_bubble, .work_bubble, .contact_bubble
{
	background-repeat: no-repeat;
	background-position: 4px 3px;
}

.hey_bubble { background-image: url("http://doughanshaw.com/img/hey.gif"); }
.about_bubble { background-image: url("http://doughanshaw.com/img/about.gif"); }
.work_bubble { background-image: url("http://doughanshaw.com/img/work.gif"); }
.contact_bubble { background-image: url("http://doughanshaw.com/img/contact.gif"); }

.gallery { margin: .5em 0; }
.gallery a { padding: 0; margin: 0; }
.gallery a img { border: 1px solid #ccc; padding: 1px; margin: 0; }
.gallery a:hover img { border: 1px solid #666; }

.copy {
	font: 11px/13px arial, helvetica, verdana, sans-serif;
	color: #999;
	display: block;
	margin-top: 1em;
}

.subtitle {
	color: #B04350;
}