/* CSS Document -- With many thanks to all of the designers whose work appears at www.csszengarden.com.
I never would have realized just how much I could do with CSS if it wasn't for that site and the marvelous
designs posted there. */

/* Basic Elements */

body {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	background: #000000 url(lower_right.jpg) no-repeat bottom right fixed;
	margin: 0px;
	padding: 0px;
	border-left: 5px;
	border-left-color: #CCCCCC;
	border-left-style: ridge;
}

em {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
	color: #CC9999;
	}

a {
	color: #CCCCFF;
	text-decoration: none;
	}
a:hover {
	color: #CC99CC;
	text-decoration: underline;
	}
	
h1 {
	text-align: right;
	}
	
h1 span {
	padding: 0px;
	margin: 0px;
	display: none;
	}

h2	{
	text-align: right;
	}

h2 span {
	padding: 0px;
	margin: 0px;
	display: none;
	}

h3 {
	margin-bottom: -10px;
	padding-left: 2px;
	padding-bottom: 1px;
	font-size: 14px;
	color: #660066;
	background-color: #CCCCCC;
	font-weight: bold;
			border-color: #9966CC;
			border-style: solid;
			border-width: 1px;
	}

h4 {
	padding: 2px;
	font-size: 12px;
	color: #CCCCCC;
	background-color: #660066;
	font-weight: bold;
	margin-right: -20px;
	}
	
ul {
	list-style-type: square;	
	}
	
/* Inside the Container */

#container {
	width: 850px;
	background: url(background.jpg) no-repeat top left fixed;
	padding: 0px;
	margin: 0px;
	}

/* Navigation Pane */

#nav_pane {
	float: left; 
/*	margin-top: 430px; */
	margin-top: 0px;
	padding-top: 430px;
	margin-left: 0px;
	margin-right: 0px;
	width: 160px;
	border-bottom: 5px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: ridge;
	padding-right: 10px;
	}
	
	#nav_pane ul {
		display: block;
		font-size: 12px;
		list-style-position: outside;
		list-style-type: none;
		list-style-image: none;
		list-style-type:none;
		margin-left: 5px;
		margin-right: 0px;
		margin-top: 0px;
		font-weight: bold;
		margin-bottom: 10px;
		padding-left: 0px;
		}
	
	#nav_pane li {
		color: #9966CC;
		}

/* Primary Content */

#content {
	display: block;
	width: 600px;
	margin-top: 0px;
	padding-top: 65px;
	margin-right: 5px;
	margin-left: 55px;
	float: left;
	font-size: 12px;
	text-align: justify;
	}
	
		#contentnav a {
			color: #CCCCFF;
			text-decoration: none;
			font-weight: bold;
			}
		#contentnav a:hover {
			color: #CC99CC;
			text-decoration: underline;
			font-weight: bold;
			}

		#contentnav ul {
			display: block;
			text-align: right;
			padding-left: 0px;
			margin-right: 0px;
			margin-left: 175px;
			border-color: #9966CC;
			border-style: solid;
			border-width: 1px;
			padding-top: 0px;
			padding-bottom: 0px;
			margin-bottom: 0px;
			}
		
		#contentnav li {
			display: inline;
			margin-left: 5px;
			margin-right: 5px;
			list-style-image: none;
			list-style-position: inside;
			list-style-type: none;
			font-weight: bold;
			}
		
		#aboutdelirium p {
			font-size: 12px;
			}

		#aboutdelirium p.definition {
			font-size: 10px;
			margin-left: 20px;
			margin-right: 25px;
			margin-top: -10px;
			}
		
		#aboutdelirium span.term {
			font-weight: bold;
			color: #9966CC;
			font-size: 12px;
			}

		#aboutdelirium span.deftype {
			color: #9966CC;
			font-style: italic;			
			font-size: 12px;
			}
			
		
		#review	{
			margin-left: 20px;
			margin-right: 20px;
			}
		
		#review p.reviewtext {
			margin-left: 20px;
			margin-right: 20px;
			font-style: italic;
			color: #CCCCCC;			
			}
		
		.title {
			font-style: italic;
			}
			
/*		.biophoto {
			border: 0px;
			padding: 5px;
			vertical-align: bottom;
			} */

		.email {
			color: #9966CC;
			font-weight: bold;
			font-family: "Times New Roman", Times, serif;
			}

/* Footer/Copyright Notice */
	
#legal_info {
	display: block;
	font-size: 9px;
	clear: both;
/*	margin-top: 540px; */
	margin-top: -35px;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 5px;
	padding-bottom: 5px;
	padding-top: 35px;
	width: 160px;
	border-bottom: 5px;
	border-bottom-color: #CCCCCC;
	border-bottom-style: ridge;
	text-align: justify;
	}

