/* Client_Name */
/* Author: Oscar J Cortez of Illustrative. */
/* ---- Resetting Defaults ---- */
* {
	margin: 0;
	padding: 0;
}
img {
	border: none;
}
/* ---- Structure ---- */
html {
	min-width: 960px;
}
body {
	background: #000 url(img/bg_body.gif) repeat-x left top;
	color: #fff;
	font: 75%/1.5em "Lucida Grande", Lucida, Verdana, sans-serif;
	background-color: #000;
	text-align: center;
}
#wrapper {
	padding-top: 40px;
	background: url(img/bg_wrapper.gif) repeat-x left top;
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
/* ---- Navigation ---- */
a {
	color: #2d8afb;
}
a:hover {
	text-decoration: none;
}
ul#navigation {
	width: 580px;
	height: 285px;
	margin: 0 auto;
}
#navigation li {
	list-style-type: none;
	width: 290px;
	height: 285px;
	display: block;
	float: left;
}
#navigation li a {
	display: block;
	width: 290px;
	height: 285px;
	text-indent: -9999px;
	background: url(img/bg_nav.jpg) no-repeat;
}
li#n-cfl a {
	background-position: 0px top;
}
li#n-fs a {
	background-position: -290px top;
}
li#n-cfl a:hover {
	background-position: 0px -285px;
}
li#n-fs a:hover {
	background-position: -290px -285px;
}
/* ---- Typography ---- */
#wrapper h1 {
	width: 580px;
	height: 263px;
	margin: 0 auto;
	text-indent: -9999px;
	background: url(img/h1_logo.jpg) no-repeat left top;
}
#footer p {
	color: #4c4c4c;
	margin-top: 6em;
	font-size: .5em;
}
/* ---- Miscellaneous ---- */
.clear {
	clear: both;
	height: 0;
}