body {
	background: url("skinImages/main_bg.jpg") fixed repeat;
	background-position: 40% 0%;
	height: 100%;
}

#sidebar {
	background: 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: #f4d100;
}

/* This is your navigation selected link color */
#sidebar .navigation li.current,
#sidebar .navigation li.current a{
	color: #f4d100;
}

#content a{color: #da6454;}
#content a:hover {color: #db4b38;}
#content a:visited {color: #c47c73;}