body {
	margin:0px 0px 0px 0px;
	background-color:#363034;
	background-image:url("design/back.jpg");
	background-repeat:repeat-x;
	color:#0F0D0E;
	font-family:Arial, sans-serif;
	font-size:12px;
	letter-spacing:1px;
}
a {
	color:#0D0C0D;
}
ul, ol {
	margin:5px 5px 5px 30px;
	padding:0px;
}
dl.disco dt {
	float:left;
}
dl.disco dd {
	margin-left:220px;
}

h1, h2, h3 {
	font-weight:bold;
}
h1 {
	font-size:30px;
	letter-spacing:4px;
	line-height:20px;
	background-image:url("design/scribble.jpg");
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:50px;
	color:#BAB2BF;
	font-weight:lighter;
	text-transform:uppercase;
}
h2 {
	font-size:25px;
	letter-spacing:2px;
	line-height:20px;
	padding-bottom:5px;
	border-bottom:2px solid #110F10;
}
h3 {
	font-size:20px;
	letter-spacing:1px;
	line-height:15px;
	color:#595357;
}

#container {
	width:100%;
}
#header {
	width:700px;
	height:300px;
	background-image:url("design/will.jpg");
}
#header span {
	display:none;
}

ul#links {
	width:100%;
	height:25px;
	background-image:url("design/links.jpg");
	margin:0px;
	padding:0px;
}
ul#links li {
	list-style-type:none;
	float:left;
	width:25%;
}
ul#links li a {
	display:block;
	height:25px;
}
ul#links li ul {
	position:absolute;
	left:-999em;
	padding:0px;
	margin:0px;
}
ul#links li:hover ul {
	left:auto;
	float:none;
	margin:0px;
	background-color:#130E14;
	width:25%;
}
ul#links li ul li {
	list-style-type:none;
	text-align:center;
	float:none;
	font-size:12px;
	width:100%;
}
ul#links li ul li a {
	display:block;
	width:100%;
	font-weight:bold;
	color:#D8D6D7;
	text-decoration:none;
	height:auto;
	padding:3px 0px 3px 0px;
}
ul#links li ul li a:hover {
	background-color:#4C3850;
}

#home-link {
	background-image:url("design/home.jpg");
	width:70px;
}
#willsmith-link {
	background-image:url("design/willsmith.jpg");
	width:135px;
}
#gallery-link {
	background-image:url("design/gallery.jpg");
	width:118px;
}
#fanlisting-link {
	background-image:url("design/fanlisting.jpg");
	width:145px;
}
#home-link, #willsmith-link, #gallery-link, #fanlisting-link {
	background-repeat:no-repeat;
	background-position:bottom center;
}
#home-link:hover, #willsmith-link:hover, #gallery-link:hover, #fanlisting-link:hover {
	background-position:top;
}
#home-link span, #willsmith-link span, #gallery-link span, #fanlisting-link span {
	display:none;
}

#maintext {
	width:90%;
	margin:15px auto 15px auto;
}

.highlight {
	background-color:#6B656B;
	color:#D6D4D6;
	padding:3px;
	font-weight:bold;
}
.noborder {
	border:none;
}
.strike {
	text-decoration:line-through;
}
.inline {
	display:inline;
}
img.pic {
	border:2px solid #262225;
	margin:10px 0px 10px 0px;
}
.space {
	clear:both;
	height:20px;
}
