body { 
	background: #fff url("images/header_background_main.png") top center no-repeat; 
	font-family: Tahoma, Arial, sans-serif;
	color: #333;
}

h1 { 
	font-size: 2.333em;
	letter-spacing: -0.06em; 
	color: #600;
}
h2 {
	margin: 16px 0 0;
	border-top: 1px solid #cbb;
	font-size: 2em;
	font-weight: normal;
	letter-spacing: -0.02em; 
	color: #600;
}
h4 {
	margin-top: 1.25em;
}

a { 
	color: #049; 
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px solid #aac;
}
a:hover { 
	color: #7bf;
	border-color: #7bf;
}

ul { list-style: none; margin: 0; padding: 0; }
ul li { margin: 1em 0; padding: 0; }
ul.tight li { margin: 0; }

ul.bullet li {
	background: url(../images/bullet.gif) no-repeat 0 .5em;
	margin: 0.5em 0; line-height: 1.3em;
	padding-left: 12px;
}
dl dt {
	font-weight: bold;
	margin-top: .7em;
}
dl dd {
	background: url(../images/bullet.gif) no-repeat 0 .7em;
	margin-left: 12px; padding-left: 12px;
	line-height: 1.8em;
}
dd ul {
	margin-left: 12px;
}

#home_header { position: relative; height: 220px; overflow: hidden; }
#home_header h1 {
	position: absolute;
	bottom: 0; left: 15px;
	margin: 0;
	width: 473px; height: 189px;
	background: url("images/header_stuart.png") no-repeat;
	line-height: 600px;
}

#header_contact {
	position: relative;
	padding: 0 30px;
	height: 220px;
	color: #fff;
}
#header_contact h2 {
	position: absolute;
	bottom: 2px; left: 30px;
	margin: 0;
	border: none;
	width: 223px; height: 37px;
	background: url("images/header_pete_stuart.png") no-repeat;
	line-height: 600px;
}
#header_contact p { 
	margin: 0; 
	padding-top: 10px;
}
#header_contact ul { padding-top: 10px; }
#header_contact li {
    float: left;
	margin: 0;
	padding-right: 15px;
}
#header_contact a { 
    border-bottom: none;
    color: #7bf;
    display: block;
    height: 22px;
    line-height: 22px;
}
#header_contact a:hover { 
	color: #fff; 
	border-color: #fff;
	text-decoration: none;
}

#home_body { background: url("images/sidebar_background.png") right top repeat-y; }
#main { background: url("images/header_media_works.png") 15px 0 no-repeat; }
#main .box {
	margin: 0;
	padding: 150px 15px 30px;
	background-color: transparent;
}

.dateline {
	margin: 0 0 1em;
	font-size: .9em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #566;
}

#sidebar .box {
	margin: 0;
	padding: 0 30px 30px;
	background-color: transparent;
}
#sidebar h2 {
	margin-bottom: 0;
	border-top: 1px solid #cbb;
	color: #333;
}
#sidebar h2.tagline {
	border: none;
	margin: 4px 0 35px;
	font-size: 1.167em;
}

#sidebar p {
	margin: .5em 0 2em;
	font-size: .917em;
	overflow: auto;
}
#sidebar p img {
	float: right;
	padding: 0 0 5px 5px;
}

.footer {
	height: 34px;
	font-size: .917em;
	color: #fff;
	background: url("images/footer_background.png") repeat-x;
}
.footer p {
	padding-top: 4px;
}

#resume {
	background: #fff url("images/header_background_main_nosidebar.png") center -170px no-repeat;
}
#resume_body {
	position: relative;
	padding: 50px 0;
}
#resume h1 { margin: 0; line-height: 1.5; }
#resume h2 {
	margin: 0;
	font-size: 1.5em;
	line-height: 1.2;
	color: #333;
}
#resume h4 { margin: 1.25em 0 0; }
#resume #back_link {
	position: absolute;
	right: 0; top: 0;
}
#resume #back_link a { color: #7bf; }
#resume #back_link a:hover { 
	color: #fff; 
	border-color: #fff;
}