/* global.css */
		* {
			margin:	0;
			padding:	0;
		}
		
		body {
			margin:	0;
			padding:	0;
			background:	#7A2102;
		}
		
		a{
			color:			#CF0000;
		}

		a:hover{
			color:			#FF2F2F;
		}
		
		#aligner {
			width:	100%;
			text-align:	center;
			
			background:	#7A2102;
		}
		
		h1
		{
			position:	absolute;
			left:		-40px;
			top:	14px;
			
			display:	block;
			width:	147px;
			height:	200px;
			background:	#7A2102 url("../images/butler.jpg") no-repeat left top;

			text-indent:	-4000px;
			
		}
		
		#container {
			width:	772px;
			margin:	0 auto;
			padding-top:	100px;
			padding-bottom:	40px;
			position:				relative;
			
			background:	#7A2102 url("../images/header.jpg") no-repeat left top;
			
			text-align:	left;
			font:	62.5% "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
			font-size:	0.9em;
		}
		
		
		
		#menu
		{
			display:	block;
			margin-top:	107px;
			padding:	1px 0	20px;
			text-align:	center;
		}
		
		#menu	li
		{
			display:	inline;
			list-stlye-type:	none;
		}
		
		#menu	li	a
		{
			color:	#141417;
			text-transform:	uppercase;
			font-size:		1.2em;
			padding:	0 10px;
			text-decoration:	none;
		}
		
		#menu	li	a:hover
		{
			color:	white;
			text-decoration:	none;
		}
		
		#content
		{
			margin-top:	147px;
			line-height:	1.4em;
		}
		
		
		#whatitis
		{
			margin:	0;
			padding:	0;
		}
		
		#whatitis	li
		{
			margin:	20px 0 30px;
			padding:	40px 70px;
			background-color:		#141417;
			color:	#e4e4e7;
			list-style-type:	none;
		}
		
		#whatitis	li	p
		{
			margin:	10px 0;
			
		}
		
		#whatitis	li	blockquote
		{
			margin:	10px 0;
			font-size:	1.3em;
			line-height:	1.4em;
			font-weight:	bold;
			padding:	20px 70px;
			background-color:		#141417;
			color:	#e4e4e7;
		}
		
		#whatitis	li	h4
		{
			margin:	10px 0;
			text-transform:	uppercase;
		}
		
	/* preferred.css */
	#whatitis	li	strong
	{
		color:	#e4e4e7;
		font-weight:	normal;
	}
	
	#hide
	{
		display:	none;
	}
	
	#show
	{
		display:	block;
	}