/*--------------------
Site:         NursesWithHeart.net
Description:  Primary, site-wide COLORS style sheet. 
Code:         CSS
Media:        Print
Author:       Tim Snoots
--------------------*/

body { background: #FFF url(BG-Stripes.png) repeat-x top left; }

#site-header { background: transparent url(logo2.png) no-repeat top right; }
#site-header img#banner { border-style: none; }
#site-footer { border-top: 1px solid #DDD; }

#site-footer p,
#site-footer p a,
#site-footer ul li a
{
	color: #666;
}

#content h1 {
	color: #C33;
	border-bottom: 2px solid #000;
}

#content h2 { color: #444; }


#content p,
#content p a,
#content li,
#content li a,
#content dl dd,
#content dl dd a,
#php-status
{
	color: #000;
}

