/* NOTE: To use this file you must first activate it in your frugal Theme Options.

Once active, you can add custom styles to this file and they will override
any other styles in this theme.  Learn more about this customization proccess by visiting
http://frugaltheme.com/support/ */
#navbar_wrap {
	background: #333 url(images/navbar.png);
	color: #ed1b23;
}
#nav li a, #nav li a:link, #nav li a:visited {
        background: #333 url(images/navbar.png);
	color: #ed1b23;
        border-right: 0px solid #b0b0b0;
        padding: 9px 38px 9px 38px;
}
#nav li a:hover, #nav li a:active {
	background: #fff;
	color: #ed1b23;
}
#nav li li a, #nav li li a:link, #nav li li a:visited {
	background: #1a365c url(images/navbar.png);
	color: #ed1b23;
}
#nav li li a:hover, #nav li li a:active {
	background: #fff;
	color: #ed1b23;
	text-decoration: none;
}
#nav li.current_page_item a, #nav li.current_page_item a:link, #nav li.current_page_item a:visited, #nav li.current_page_ancestor a {
	background: #fff;
	color: #ed1b23;
	text-decoration: none;
}
#nav li.current_page_item a:hover, #nav li.current_page_item a:active {
	background: #333 url(images/navbar.png);
	color: #ed1b23;
	text-decoration: none;
}
#navbar {
    font-family: Georgia, Arial, Tahoma, Verdana;
}




body {
	background: #fff url('http://www.test2.crapifound.com/images/background.gif) 50% 0 no-repeat; background-attachment: fixed; }



#content {font-family: Georgia, Arial, Tahoma, Verdana;
}


#content h1 {color: #ed1b23; } 
