/*

site: thatbombbomb.com
date modified: may 19 2009
author: reidlucas
all code property of Reid Lucas and can only be used by Reid Lucas.
for additional information or questions please feel free to contact:
email: info@thatbombbomb.com

*/
body { 
	padding-left: 11em;
	background-color: black;
	background-image:url('tbbdc.jpg');
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-position:center; 
	font-family: Verdana, Arial, Times;
	color: darkgrey;
	font-size: 11; }
u1.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: absolute;
	top: 2em;
	left: 1em;
	width: 9em; }
ul.navbar a { text-decoration: none }
a:link { color: lightgrey; text-decoration: none; }
a:hover { color: white; text-decoration: underline; }
a:visited { color: lightgrey; text-decoration: none; }
h1 {
	font-family: Verdana, Arial, Times;
	color: white; }