body {
	font-family:"Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	background-color:black;
	color:#333333;
	line-height:1.7em;
	background-image:url('../images/carbon-fiber.jpg');
	margin:0px;
	}
	
#container{
	background-image:url('../images/carbon-fiber-shade.jpg');
	background-repeat:repeat-x;
	}
#header{
	color:#CCCCCC;
	padding-top:20px;
	}
#header  a, #header a:visited {
	color:#666666;
	display:block;
	font-size:16px;
	height:34px;
	line-height:34px;
	margin:0;
	padding:0 10px;
	text-decoration:none;
	text-transform:lowercase;
}

#header  a:hover {
		background-image:url(../images/navArrow.png);
		background-repeat:no-repeat;
		background-position:top center;
	color:white;
	text-decoration:none;
}

#header .grid_3 {
	background-color:#F9F9F9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;

	}
#header .grid_3:hover {
	background-color:#666666;
	color:white;
	text-decoration:none;
	}	
#logoLion {
	padding:40px 0 40px 0;
	}	
	
#footer {
	margin-top:50px;
	width:100%;
	background:white;
	height: 2%;
	border-top:8px solid #666666;
	clear:both;
	display:inline;
	float:left;
	padding: 40px 0;
	text-align:center;
	}
#footer .grid_4 {
	margin-top:-75px;
	text-align:center;
	background-position:0 50px;
	color:#000000;
	text-shadow:1px 1px 1px #ffffff;
	outline:medium none;
	text-decoration:none;
	line-height:1.5em;
	height:400px;
	}	
	
.who {
	background:url("../images/footer_bg_who.png") no-repeat;
	}
.what {
	background:url("../images/footer_bg_what.png") no-repeat;
	}
.where {
	background:url("../images/footer_bg_where.png") no-repeat;
	}

#copyright {
	color:#333333;
	font-size:smaller;
	text-transform:uppercase;
	bottom: 0px; 
	background-color:black;
	}

.wrap {
	width: 960px;
	text-align:center;
	margin:0 auto;
	}
	
#who, #what, #where {
	text-shadow:1px 1px 1px #000000;
	color:white;
	padding:5px;
	}
	
	

