body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	background: url(/images/print2media-background.jpg) no-repeat top left;
	margin: 0;
	min-height: 873px;
}

.clear {
	clear: both;
}


div#nav {
	color: #fff;
	font-size: 110%;
	padding-left: 20px;
	width: 150px;
	margin-top: 62px;
}

div#nav h4 {
	font-weight: normal;
	margin: 6px 0;
}

div#nav p {
	margin: 6px 0 15px 15px;
}

div#nav a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 2px 4px;
}

div#nav a:hover {
	background: #fff;
	color: #000;
}



div#head {
	position: absolute;
	top: 35px;
	left: 265px;
}

div#head h1 {
	display: block;
	width: 120px;
	float: left;
	margin: 0 125px 0 0;	
	font-size: 160%;
	text-align: center;
}

div#head h1 a {
	color: #000;
	text-decoration: none;
}

div#head h1 a:hover {
	color: #fff;
}



div#billboard {
	width: 800px;
	position: absolute;
	top: 120px;
	left: 170px;
}

div#minimal {
	background: url(/images/post-frame-top.png) no-repeat;
	padding: 0;
	height: 26px;	
	margin: 0;
}

div#body {
	background: url(/images/post-frame-middle.png) repeat-y;
	padding: 1em 2em;
	min-height: 215px;
}

div#footer {
	background: url(/images/post-frame-bottom.png) no-repeat bottom;
	padding: 0 2em;
	text-align: center;
	font-size: 80%;
	height: 80px;
}
div#body h1 {
	color: #fff;
	background: #222;
	margin: -26px -22px auto -22px;
	padding: 0.5em 22px;
}
div#body h2 {
	color: #00C;
	font-size: 110%;
}
div#body h3 {
	color: #06C;
	font-size: 200%;
}
div#body h4 {
	color: #F00;
	font-size: 200%;
	text-align: center;
}