body {
  font-family: "Times New Roman", Times, serif;
  background-color: #000000;
  color: #FFFFFF;
}

td {
	font-family: "Times New Roman", Times, serif;
	/*font-family: Arial, sans serif;*/
	color: #FFFFFF;
	font-size: 16px;
}

th {
	font-family: "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 18px;
	text-align: left;
}
h1 {
	font-size: 24px;
	color: #826d29;
	padding: 0px 0px 0px 5px;
	margin: 0px;
	text-transform: uppercase;
}
h2 {
	font-size: 16px;
	color: #CC0000;
	padding: 0px 0px 0px 0px;
	margin: 0px;
}
h3 {
	font-size: 16px;
	border-bottom: 1px solid #CC0000;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 5px 0px;;
}
ul li {
	list-style-image: url(../images/movida-bullet.gif);
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	
}
li {
	font-size: 16px;
}
#errorLi {
	list-style-image: none;
	list-style-type: disc;
	margin: 5px 0px 0px 0px;
}
input {
	width: 100%;
}
textarea {
	width: 100%;
}
.mainAlign {
	position: absolute;
	z-index: 2;
	width: 100%;
}
.mainTable {
	width: 807px;
}
.mainImage {
	position: absolute; 
	z-index: 1; 
	width: 100%;
	text-align: center;
	padding-top: 211px;
}
.sidesBG {
	background-image: url(../images/bg-rope-side.gif);
	background-repeat: repeat-y;
}
.topBG {
	background-image: url(../images/bg-rope-top.gif);
	background-repeat: repeat-x;
}
.menuCell {
	font-size: 12px;
	text-align: center;
	border-top: 2px solid #b7873c;
	border-bottom: 2px solid #b7873c;
	padding: 5px 0px 5px 0px;
}
.content {
	padding: 5px 3px 5px 7px;
}
.imgBorder {
	border: 1px solid #FFFFFF;
}
.lineSep {
	background-image: url(../images/bg-line-sep.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	width: 100%;
	height: 21px;
	text-align: center;
	margin: 10px 0px 10px 0px;
}
.require {
	font-size: 18px;
	color: #CC0000;
}
.transbox {
  position: absolute;
  z-index: 98;
  width: 400px;
  height: 160px;
  padding: 3px 5px 3px 0px;
  background-color: #000000;
  /* for IE */
  filter:alpha(opacity=90);
  /* CSS3 standard */
  opacity:0.9;
  /* for Mozilla */
  -moz-opacity:0.9;
  margin: 15px 0px 0px 185px;
  border: 1px solid #FFFFFF;
}
.transtop {
	position: absolute; 
	z-index: 99; 
	width: 400px;
	margin: 15px 0px 0px 185px;
	padding: 25px;
}
.footer {
	font-size: 12px;
	padding: 10px 0px 10px 0px;
	text-align: center;
}
a.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
a.menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #CC0000;
	text-decoration: none;
}
a.album {
	font-weight: bold;
	color: #CC0000;
	text-decoration: none;
}
a.album:hover {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a {
	color: #FFFFFF;
} 
a:hover {
	color: #CC0000;
}