body {
    background: url("//static.fncash.com/images/theme/flesh/backgrounds/homepage-bg.jpg") no-repeat scroll center top #000000;
    color: #333333;
    font: 12px arial,sans-serif;
}
/* TODO: Change #mainheader to #main in HTML and JS */
#mainheader {
    background: none #000000;
    font-size: 0;
    height: 98px;
    position: relative;
}
#mainheader h1 {
    background: url("//static.fncash.com/images/theme/flesh/fncash_logo_fl_141x38.png") no-repeat scroll 0 0 transparent;
}
li.override {
	color: red;
	font: 10px bold arial,sans-serif;
}
#utility li a {
	color: #B8B8B8;
	text-decoration: none;
	text-transform: uppercase;
	font: 10px bold arial,sans-serif;
}
#utility li a:hover {
    text-decoration: underline;
}
#nav {
    background: url("//static.fncash.com/images/3.0/nav.png") no-repeat scroll center 0 transparent;
}
#nav td a {
    color: #96D23A;
    font: bold 13px helvetica,arial,sans-serif;
    text-shadow: -1px -1px 1px #000000;
    text-decoration: none;
}
#nav td a:hover, #nav td a:hover .admin {
    color: #fff;
}
#nav td a .admin {
    color: red;
}
.navFirst {
    border-right-color: #3E3E3E;
}
.navAll {
    border-right-color: #3E3E3E;
    border-left-color: #121212;
}
.navLast {
    border-left-color: #121212;
}
.content {
    background: #fff;
}
.content a {
    color: #65940A;
    text-decoration: none;
}
.content a:hover {
    text-decoration: underline;
}
#footer {
    font: 12px arial,sans-serif;
    color: #666666;
}
#footer .links a {
    text-decoration: none;
    color: #DDDDDD;
}
#footer .links a:hover {
    text-decoration: underline;
}

