html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background: #000000;
	line-height: 1;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #fff;
	padding: 0;
	cursor: default;
	background: #000000 url(http://www.redrocket.co.nz/images/2011may.jpg) fixed top left no-repeat;
}

a {
	text-decoration: none;
	color: #fff;
	font-weight: normal;	
	margin: 0 0 60 200px;
}

#content, #footer {
	width:  800px;
	margin: 0 auto;
}

h1 {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: lighter;
	font-size: 56px;
	margin-top: 55px;
	margin-bottom:  25px;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
ol, ul {
	list-style: none;
}

p.title {
	font-size: 49px;
	margin-top: 55px;
	margin-bottom:  40px;
	text-align: center;
}

p.titlesmall {
	font-size: 20px;
	margin-left: 0px;
	margin-bottom: 30px;
}


ul {
	margin-left: 15px;
}

li {
	font-weight: lighter;
	padding-left: 32px;
	margin-bottom: 12px;
}

li a {
	text-decoration: none;
	color: #CCC;
	font-weight: normal;
}

li a:hover {
	color: #dd6923;
}

li.tumblr {
	margin-top: 30px;
	background: url(../images/tumblr.gif) no-repeat left center;
}

li.linkedin {
	background: url(../images/linkedin.gif) no-repeat left center;
}

li.twitter {
	background: url(../images/twitter.gif) no-repeat left center;
}

li.flickr {
	background: url(../images/flickr.gif) no-repeat left center;
}

li.delicious {
	background: url(../images/delicious.gif) no-repeat left center;
}



