body {
	background: #FFF; 
	background: url("images/bkgd_s03.jpg") fixed repeat;
	background-position: 40% 0%;
	height: 100%;
}

#sidebar {
	background: #FFF;
	/*background: url("images/sidebar_bg.png") repeat-y fixed -25px 0px transparent;*/ 
	height: 100%;
	/* This tucks the sidebar graphic to the left... the negative integer should correspond with the width of the sidebar */
}

/* This is your navigation hover color */
#sidebar .navigation li a:hover{
	color: #0784d6;
}

/* This is your navigation selected link color */
#sidebar .navigation li.current,
#sidebar .navigation li.current a{
	color: #666666;
}

#content a{color: #0784d6;}
#content a:hover {color: #0784d6;}
#content a:visited {color: #0784d6;}
