body	{
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, sans-serif;
	color:	#fff;
	background : #43645F url(../images/allmedia.gif) no-repeat fixed top left;  
	}
/* Basic elements */
p, div, td, th, li, dd, dl, dt {
	line-height: 15px;
	font: 12px Verdana, Arial, sans-serif;
	}  		
h1, h2, h3, h4, h5, h6 {
	margin-top:	10px;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	}
h1, h2, h3, h4	{  /* give content room */
	margin-bottom: 10px;
	}
h5, h6	{  /* snug up to content */
	margin-bottom: 0;
	}
h1 {
	font-size: 20px;
	}
h2 {
	font-size: 18px;
	}
h3 {
	font-size: 16px;
	}
h4 {
	font-size: 14px;
	}
h5 {
	font-size: 12px;
	}
h6 {
	font-size: 10px;
	}
img	{  
	border:	0
	}
a	{
	text-decoration:	none;
	font-weight:	bold;
	}
a:link	{
	color:	#fff;
	background-color: transparent;
	}
a:visited	{
	color:	#fff;
	background-color: transparent;
	}
a:active	{
	color:	#ffc;
	background-color: transparent;
	}
a:hover	{
	color:	#ffc;
	background-color: transparent;
	text-decoration: underline; 
	}
a.nav {
	color:	#F5D496;
	line-height: 19px;
	}
a.nav:visited {
	color:	#F5D496;
	}
a.nav:hover {
	color:	#fff;
	text-decoration: none; 
	}
a.navred {
	color:	#FD8403;
	line-height: 19px;
	}
a.navred:visited {
	color:	#FD8403;
	}
a.navred:hover {
	color:	#fff;
	text-decoration: none; 
	}
dt 	{
	font-weight: bold;
	}
ol, li, dl, dt, dd {
	line-height: 1.5em;
	}
code, tt, pre	{
	font: 12px "andale mono", monaco, courier, "courier new", monospace;
	color: #06c;
	background: transparent;
	}
hr {
	color:	#F5D496;
	}

/* Custom elements */
.letterhead {
	margin-bottom: 10px;
	}
.header {
	font: 14px verdana, arial, sans-serif;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	}
.tagline {
	font: 14px verdana, arial, sans-serif;
	font-weight:	bold;
	color:	#D6FFDE;
	line-height: 2em;
	}	
.credits {
	font: 10px verdana, arial, sans-serif;
	/* color:	#ffc; 	
	line-height: 2em; */
	}
.booklink {
	border: 2px;
	border-color: #cc0000; 
	}
.nextlink {
	border: 0px;
	border-color: #ffffff; 
	}		
.dotted {
	background: url(/images/dotted.gif);
	margin-bottom: 4px;
}
.dotted IMG {
	height: 3px;
}