html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}

img {
	border:none;
}

body {
  background-color: #000000;
  color: #FFFFFF;
  font-family: Tahoma;
  font-size: 12px;
  line-height: 14px;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  text-align: center;
}

h1 {
	color: #FC0;
	font-size: 24px;
	font-weight: bold;
	line-height: 24px;
	margin-bottom: 19px;
	margin-top: 3px;
	text-transform: uppercase;
}

h2 {
	color: #FC0;
	font-size: 18px;
	font-weight: bold;
	line-height: 18px;
	margin-top: 2px;
	margin-bottom: 9px;
	text-transform: uppercase;
}

a,  a:link {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #999999;
  font-weight: bold;
  text-decoration: none;
}

a:hover {
  color: #FFF200;
  text-decoration: underline;
}

a:focus {
  color: #FFF200;
}

a:active {
  color: #FFF200;
}

#outerWrapper #topNavigation {
	height: 30px;
	/* [disabled]padding: 10px 10px 10px 10px; */
	/* [disabled]width: auto; */
	padding-left: 145px;
	line-height: 30px;
	margin-top: 8px;
	margin-bottom: 2px;
}
#outerWrapper #contentWrapper {
	background-color:#191919;
	overflow:hidden;
}
#outerWrapper #contentWrapper #Maincontent1 {
  margin: 0 0 0 0;
  padding: 10px 10px 10px 10px;
}

.contentBox2 {
	background-color: #262626;
	padding:10px;
	width:auto;
	margin-bottom: 10px;
	overflow:hidden;
}

.btnscontainer {
    width: 145px;
}

a.ticketinfo-btn {
    color: #000;
}

a.ticketinfo-btn:hover {
    color: #333;
    text-decoration: none;
}


/******************************/

body {
    background-image: url(../images/bg.jpg);
    background-repeat: repeat-x;
    background-color: black;
    color: #999;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
}

#outerWrapper {
    background-image: url("../images/border_middle.jpg");
    background-repeat: repeat-y;
    margin: 20px auto 0px auto;
    text-align: left;
    width: 1000px;
}

#outerWrapper #header {
    margin-top: 20px;
    font-size: 18px;
    font-weight: bold;
    line-height: 15px;
    height: 168px;
    background-image:url(../images/raveology-logo.jpg);
    background-repeat:no-repeat;
}

#outerWrapper #topNavigation {
    background-image: url(../images/topNavigation_bg.jpg);
    background-repeat: repeat-y;
    color: black;
    height: 42px;
    margin: 0;
    padding: 15px 50px 0 45px;
    line-height: 14px;
    background-color: white;
}

#outerWrapper #topNavigation ul {
    /*float: left;*/
    z-index: 999;
}

#outerWrapper #contentWrapper {
    background-color: #000;
    background-position: bottom center;
    background-repeat: no-repeat;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: 19px;
    padding-top: 0px;
    padding-bottom: 10px;
    width: 933px;
}

#outerWrapper .contentBox {
	background-color: #000;
	padding:10px;
	width:auto;
	margin-bottom: 10px;
}

#outerWrapper #footer {
    background-image: url(../images/bottom.jpg);
    color: #333;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-color: black;
    font-weight: bold;
    height: 70px;
    font-size: 11px;
}

#outerWrapper #footer a, #outerWrapper #footer a:link {
    color: #F60;
    padding: 0 0px;
    font-weight: normal;
    text-decoration: none;
}

#outerWrapper #footer a:hover {
    text-decoration: underline;
    color: #666;
}

.footerTextInfo {
    font-size: 9px;
    color: #666;
}