/* controls the body color */

html {
	background-color: black !Important;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#000), to(#cd0000));
	background-image: -moz-linear-gradient(top,#000,#cd0000);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#cd0000');
}

BODY {

	background: url('images/background.jpg') center top no-repeat;
	background-attachment:fixed;


}
/* Top Nav */
#hd-menu {
	background-color:#000000;
	color:#000000;
}
.yui-skin-sam #hd-menu .yuimenubarnav .yuimenubaritem {
	border-right-color:#ffffff;
}
/* below is the text for the main menu included are all menu items visible when yo open the page*/
.yui-skin-sam #topNav-menu.yuimenubarnav .yuimenubaritemlabel, .yui-skin-sam #topNav-menu2.yuimenubarnav .yuimenubaritemlabel {
	color:#FFFFFF;
}
.yuimenuitem {
	color:#000000;

}
#topNav-menu .topnav-login {color:#555453;}
/* Content Window */
/*#bd {background-color:white;}*/
