/*

Edition 0001,
10 March 2009.

Cheers,
Derek.

-------------------- */
* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
}

body {
	background: #fff url(../_img/0001b.png) repeat;
	font-family: 'helvetica neue', helvetica, arial, sans-serif;
}

a {
	color: #f46fa3;
	text-decoration: none;
}

a:hover {
	color: #f46fa3;
	text-decoration: line-through;
}

h1 {
	color: #fff;
	font-weight: bold;
	font-size: 60px;
	line-height: 48px;
	margin: 24px 0 100px 0;
	text-transform: uppercase;
}

p {
	color: #eee;
	font-size: 12px;
	font-weight: bold;
	line-height: 12px;
	text-transform: none;
}

#wrapper {
	margin: 20px 0 0 20px;
	width: 600px;
}

#wrapper #content {
	background-color: #fff;
	padding: 20px 0 40px 0;
}

.amp {
	font-family: baskerville, times, georgia, 'times new roman', serif;
	font-style: italic;
	font-weight: normal;
}

.float {
	float: left;
	padding: 0 5px;
	width: 140px;
}

.clear {
	clear: both;
}