/* specific styles for starcrest, expands: ../default.css */
body {
  color: #000;
}

#head {
	background: url(../../images/specialfx/head_bg.jpg) no-repeat;
	color: #36547A;
}

#head a:active,
#head a:hover {
	color: #36547A !important;
}

#main a,
#main a:link,
#main a:visited {
	color: #666 !important;
}
#main a:active,
#main a:hover {
	color: #36547A !important;
	text-decoration: none;
}
/* ------------------------- */

#topnav a:active,
#topnav a:hover,
#topnav li.active a,
#topnav li.active a:visited {
    color: #36547A;
}
/* ------------------------- */
#left {
	background: url(../../images/specialfx/left_bg.jpg) no-repeat;
}

#left a:active,
#left a:hover {
	color: #36547A;
}
#left .active {
	background: url(../../images/specialfx/nav_active.gif) repeat-y;
}
#left .active strong {
	color: #36547A;
}
/* ------------------------- */
#footer {
     background: url(../../images/specialfx/footer_bg.jpg) no-repeat;
}