body {
	background:url('texture_squiggles.png') no-repeat;	
}

#header {
	font-size:23px;
}

#navInner {
	background: transparent url(transparent.png) repeat;
}

#mainInner {
	background-color:none;
}

#main {
	background:none;
}

#nav {
    background-color: #bbb;
    opacity: 0.75;
}
.title {
	padding-top:0;
}

.title a, .title a:visited {
	color:red;
}

#navWrapper {
	padding:5px 0;
}

.sf-menu {
	background:none !important;
	color:#666;
}

.sf-menu li.not-current, .sf-menu li.current {
	background:none !important;
    
}

.sf-menu li.current a {
	color:#fff !important;
}


.sf-menu a {
	border:none;
}

.sfHover {
	background:#ccc;
}

.sfHover li.not-current {
	background:#bbb !important;
}

.sfHover li.current {
	background:#bbb !important;
}

.sf-menu li.not-current a, .sf-menu li:hover, .sf-menu li.sfHover, .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	color:#fff !important;
}

.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:none;
}

#footer {
	background: none;
	color:red;
	text-shadow: 1px 1px 1px #555;
}
