#header {
	background-image:  url(../_images/banner_redCloud.jpg);
}
#header h1 {
	background-image:  url(../_images/j2_title_red.gif);
}
#logo {
	background-image:  url(../_images/j2_boxes_red.gif);
}
#navprimary a:hover, #navprimary a:active {
color: #fc0;
}
#navsecondary a:link, #navsecondary a:visited {
	color: #8F2626;
}
#navsecondary a:hover, #navsecondary a:active {
	color: #5F3838;
}
#content a:link {
	color: #8F2626;
}
#content a:visited, #content a:hover {
	color: #333;
}
#content a:active {
	color: #00008b;
}
#content ul {
	list-style-image: url(../_images/bullet_red.gif);
}