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 {
	line-height: 1;
	background-image:url('bg.png');
	background-color:#000;
	color:#666;
	font-family:verdana,tahoma,sans-serif;
	font-size:11px;
        font-weight:bold;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
.centred {
	text-align:center;
}
#outercontainer {
	width:800px;
	margin:50px auto;
	background-image:url('fade.png');
	padding:20px;
}
#innercontainer {
	background-color:#000;
}
#navbar {
	text-align:center;
	padding:5px 0;
	margin:10px 0;
}
#navbar a {
	display:inline-block;
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid #FFF;
}
#navbar #selected {
	color:#666;
}
#navbar a:hover {
	text-decoration:none;
}
#navbar a:first-child {
	padding-left:0;
	margin-left:0;
	border:0;
}
p {
	padding:10px 20px;
}
h1 {
	font-size:16px;
}
p a {
	color:#FFF;
	text-decoration:none;
	font-weight:bold;
}
p a:hover {
	text-decoration:none;
}
.faded {
	color:#666;
	font-size:10px;
}
.pastgiggage img {
	margin:4px;
}
.links {
        color:#FFF;
	text-decoration:none;
	font-weight:bold;
}












