/* CSS Document */

/*GLOBAL PAGE FORMAT*/
BODY {background-color:#000000; background-image:url(img/bg.jpg); background-attachment:fixed;
	font:Arial, Helvetica, sans-serif; color:#FFFFFF; font-weight:bold}

/*LINKS*/
.style1 a:link {color: #FFFFFF}
.style1 a:visited {color: #FFFFFF}
.style1 a:hover {color: CCCCCC; background-color: #3E3E3E}
.style1 a:active {color: #333333}

/*SMALL TEXT*/
.style2 {font-size:small; color:#FFFFFF; font-weight:normal}
.style3 {font-size:small; color:#FFFFFF; font-weight:bold}
.style4 {font-size:small; color:#000000; font-weight:normal}

/*DROPDOWN MENU*/
.menuHead { font-weight: bold; font-size: larger}
.menuChoices {font-weight: bold; background-color: #3E3E3E; filter:alpha(opacity=75); overflow: hidden}
.menu a {color: #FFFFFF; text-decoration: none}
.menu a:hover {color:#00A47A; text-decoration: none}
#menu1 {position: relative; width: 75px}
#menu2 {position: relative; width: 83px}
#menu3 {position: relative; width: 55px}
#menu4 {position: relative; width: 75px}
#menu5 {position: relative; width: 68px}
#menu6 {position: relative; width: 92px}

/*NON-REPEATING BACKGROUNDS*/
.repeat {background: black url(img/chambers.jpg); background-repeat: no-repeat}
.repeat2 {background: black url(img/shine.jpg); background-repeat: no-repeat}