/* background color, beige, #fdf5ea
   text color, dark purple, #5a2965 
   headline color, purple, #754681

   or
   headline color, blue #000066
   text color, blue #000099
   or
   headline color, brown, #663333
   text color, brown, #330000
   
*/	

		
		body {
			background-color: #fdf5ea;
			font-family: Tahoma, Verdana, sans-serif;
			margin: 0;
			}
			
		#wrapper {
			background-image: url("newimages/wizardbackground2008.jpg");
			background-repeat: no-repeat;	
			width: 1065px;
			color: #330000;
			margin: 0 auto;
			}
		
		p {
			line-height: 150%;
			}

		h1 {
			display: none;
			}
		
		h2 {
			text-decoration: bold;
			color: #240078;
			}
			
		h3 {
			text-decoration: bold;
			color: #240078;
			}

		img {
			border: none;
			}
		
		#contentbox {
			border: thin solid #663333;
			padding: 10px 10px 10px 10px;
			}
		
		#header {
			text-align: left;
			padding-top: 0px;
			padding-left: 275px;
			}
		
		#footer {
			clear: both;
			text-align: center;
			padding: 0.3em 0;
			border-top: thin solid #663333;
			font-size: small;
			}
		
		a.linklist:link {color: #754681; 
		font-weight: bold;
		font-size: 100%;
		text-decoration: none;}
		a.linklist:visited {color: #754681;
		font-weight: bold;
		font-size: 100%;
		text-decoration: none;}
		a.linklist:hover {color: #663333;
		font-weight: bold;
		font-size: 100%;
		text-decoration: underline;}
		a.linklist:active {color: #663333;
		font-weight: bold;
		font-size: 100%;
		text-decoration: underline;}
		
		a.menuitem:link {color: #5a2965;
		text-decoration: none;}	
		a.menuitem:visited {color: #5a2965;
		text-decoration: none;}
		a.menuitem:hover {color: #330000;
		text-decoration: underline;}
		a.menuitem:active {color: #330000;
		text-decoration: underline;}

		a.title:link {color: #754681;
		font-style: italic;
		font-weight: bold;
		text-decoration: underline;}
		a.title:visited {color: #754681;
		font-style: italic;
		font-weight: bold;
		text-decoration: underline;}
		a.title:hover {color:#330000;
		font-style: italic;
		font-weight: bold;
		text-decoration: underline;}
		a.title:active {color:#330000;
		font-style: italic;
		font-weight: bold;
		text-decoration: underline;}

		a.text:link {color: #754681;
		text-decoration: underline;}	
		a.text:visited {color: #754681;
		text-decoration: underline;}
		a.text:hover {color: #330000;
		text-decoration: underline;}
		a.text:active {color: #330000;
		text-decoration: underline;}

		a.title:link {color: #754681;
		font-style: italic;}	
		a.title:visited {color: #754681;
		font-style: italic;}
		a.title:hover {color: #330000;
		font-style: italic;
		text-decoration: underline;}
		a.title:active {color: #330000;
		font-style: italic;
		text-decoration: underline;}
		
		a:link {color: #754681;
		text-decoration: underline;}	
		a:visited {color: #754681;
		text-decoration: underline;}
		a:hover {color: #330000;
		text-decoration: underline;}
		a:active {color: #330000;
		text-decoration: underline;}

		.rave {
		text-size: 125%;
		width: 200px;
		float: right;
		padding-left: 0px;
		margin-left: 20px;
		border-top: thin solid #663333;
		border-bottom: thin solid #663333;
		font-weight: bold; 
		font-style: italic; 
		line-height: 150%;
		}
		
		.raveleft {
		text-size: 125%;
		width: 200px;
		float: left;
		padding-right: 0px;
		margin-right: 20px;
		border-top: thin solid #663333;
		border-bottom: thin solid #663333;
		font-weight: bold; 
		font-style: italic; 
		line-height: 150%;
		}
		
		.quote {
		background-image: url(newimages/quote.jpg);
		background-repeat: no-repeat;
		background-position: top left;
		text-size:150%;
		padding-left: 30px;
		padding-top: 5px;
		padding-bottom: 5px;
		font-weight: bold;
		font-style: italic;
		line-height: 150%;
		}
		
		li.textlist {
		margin-bottom: 10px;
		list-style-type: bullet;
		list-style-position: outside;
		line-height: 125%;
		}
				
		li.menulist {
		list-style-type: none;
		list-style-position: outside;
		line-height: 125%;
		}

		li.menuhead {
		list-style-type: none;
		list-style-position: inside;
		color: #754681; 
		font-weight: bold;
		font-size: 115%;
		text-decoration: none;
		}
		

		li.links {
		list-style-type: none;
		list-style-position: inside;
		padding-bottom: 15px;
		}
		
		.column {
			position: relative;
			float: left;
			}

		#content {
			float: left;
			padding: 15px;
			width: 425px;
			}
			

		#menu {
			float: left; 
			margin-top: 160px;
			width: 235px;
			}

		#sidebar {
			background-color: #fdf5ea;
			float: left;
			width: 20%;
			padding-top: 15px;
			padding-right: 5%;
			padding-left: 5%;
			}
		
		.title {
			font-style: italic;
			}	
		.book {
			float: left;
			padding-right: 15px;
			font-style: italic;
			}
						
		.bookodd {
			width: 200px;
			height: 300px;
			padding-right: 15px;
			float: left;
			}
			
	`	.bookeven {
			width: 200px;
			height: 300px;
			padding-left: 15px;
			float: right;
			}
			
		.super {
			font-family: sans-serif; 
			vertical-align: super; 
			font-size: 65%;
			}
			
		
	




