html{
	margin: 0; padding: 0; 
}

body {
	font: 11px/165% "Tahoma", Geneva, Verdana, Arial, Helvetica, sans-serif;
	color: #ffffff; 	
	margin: 0; padding: 0; 
	background: #1b0313 url(images/bg-horiz.png) repeat-x top center;
	text-align: center;
}

/* Links */
a, a:active, a:link {
	text-decoration: none;
	color: #555555;		
}
a:visited {
	text-decoration: none;
}
a:hover {
	color: black;
	border-bottom: 1px dotted #895F30;
}


/* images */
img {
	background: #fafafa;
   border: 1px solid #dcdcdc;
	padding: 5px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 15px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	border: 1px solid #ECF8FE;
	background: #ECF8FE;  
}
acronym {
  cursor: help;
  border-bottom: 1px dotted #895F30;
}
blockquote {
	margin: 15px 10px;
 	padding: 10px 10px 10px 35px;  
   border: 1px solid #ECF8FE;
	background: #ECF8FE url(images/quote.png) no-repeat 10px 10px;
	font-weight: normal;
	font-size: 1.5em;
	line-height: 1.5em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;	
	color: #976957;	
}

/* headers */
h1, h2, h3 {
	/*font-family: "Trebuchet MS", Tahoma, Arial, Sans-serif;*/
	font-size:16pt;
	font-family: times new roman, georgia, serif;
	color:#555;
	font-weight:normal;
	letter-spacing:1px;
}
/*h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 350%;	
	font-weight: normal;
	letter-spacing: -2px;
	padding: 15px 10px 5px 10px;
	margin: 0;
}*/
h2 {
	font-size: 14pt;
	margin: 0;
}
h3 {
	font-size: 12pt;	
	font-weight: normal;
	margin: 0;	
}


p, dl { padding: 10px; margin: 0; }

ul, ol {
	margin: 10px 20px;
	padding: 0 20px;
}
ul { list-style: none; }

dt {
  font-weight: bold;
  color: #895F30;
}
dd {
  padding-left: 25px; 
}

