.orangeVerticle {
	background-attachment: fixed;
	background-image: url(images/splashSide.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bd1 {
	background-attachment: fixed;
	background-image: url(images/subbgRight.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
.bd2 {
	background-attachment: fixed;
	background-image: url(images/subbgLeft.gif);
	background-repeat: repeat-y;
	background-position: right top;
}
.nml {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4E2501;
}
.profileBg {
	background-attachment: fixed;
	background-image: url(images/savoy.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

a, a:visited {
  text-decoration:none;
  color:#4E2501;
}

a:hover {
  text-decoration:underline;
}