/*Overal link colors */
a:link, a:visited {color:#FE0000;}
a:hover, a:active {color:#000;}

/*Main Menu styling*/
#menu {background: #fff}									/* Overral Menu Background */
#menu li {
	background: url("../images/nav-border.gif") repeat-x;
} /* If background color above is changed, this graphic will either need to be changed or removed */
#menu a:link, #menu a:visited, {color:#FFFFFF;}				/* Menu text color in its normal state */
#menu a:hover {color:#FFFFFF;}								/* Menu text color when rolled over */



/*Header Image*/
#header {background-image: url(../images/header.jpg);}

/*Footer Backgound*/
#footer {background-image: url(../images/footer-bg.jpg);}


/*Menu and Content Background*/
#nav-cont-wrappper {background-image: url(../images/menu-content-bg.jpg);}
