/* CSS Document */
body {
	background: url(images/background.png) #FAF9F7 center repeat-y;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	color: #898989; }

a {
	color: #898989;
	font-size: 10px;
	margin: 0 7px 0 5px;
	text-decoration: none; }

a:hover {
	text-decoration: underline; }
	
img#logo {
	margin: 20px auto 21px auto;
	display: block; }

div#navBar, div#lion, div#lionletters {
	margin: auto;
	width: 764px;
	clear: both; }

div#navBar {	
	padding-top: 4px;
	background: #32312F;
	border-top: 1px solid #ACACAA;
	height: 20px;
	text-align: center; }
	
	div#navBar a {
		margin: 0 13px 0 13px;
		text-transform: capitalize;
		color: #FFFFFF;
		font-weight: bold;
		font-size: 11px; }
	
	div#navBar a:hover {
		color: #FFD761;
		text-decoration: none; }

img#splash {
	margin: auto;
	display: block; }

div#lion {
	height: 26px; }
	
	div#lion div {
		width: 191px;
		height: 21px;
		padding-top: 5px;
		float: left;
		background: #31302C url(images/menu_gradient.png) right no-repeat;
		text-align: center;
		font-family: "Bell MT", Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #FFFFFF;
		letter-spacing: 2px; }
		
		
div#lion div a {
		text-align: center;
		font-family: "Bell MT", Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		color: #FFFFFF;
		text-decoration: none;
		letter-spacing: 2px; }
		
div#lionletters {
	height: 249px;
	margin: 0 auto 30px auto; }
		
		div#lionletters div {
			width: 191px;
			height: 249px;
			float: left; }
			
			div#lionletters div img {
				margin-top: 60px; }
			
			div#lionletters div.l {
				background: #E49401; }
			
			div#lionletters div.i {
				background: #DD5201; }
				
			div#lionletters div.o {
				background: #9F7801; }
				
			div#lionletters div.n {
				background: #373E74; }
