body{
  background: url(../images/gt/antique_board.jpg);
  margin-top: 24px;
  font-family: verdana, helvetica, times;
}
img{
	border: none;	
}
.main, .head, .foot{
  width: 823px;
  margin:auto;
}

.main{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gt/main_background.png', enabled=true, sizingMethod=scale);
}

.main[class]{
  background: url(../images/gt/main_background.png) repeat-y 0px 0px;
}

.head{
  color: #fff;
  font-weight: bold;
  font-size: 14pt;
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gt/header_background.png', enabled=true, sizingMethod=scale);
  vertical-align: top;
}
.head[class]{
  background: url(../images/gt/header_background.png) no-repeat top left;
}

.head .header{
	padding-top: 10px;
  margin: 0px 10px 0px 10px;
  text-align: right;
  height: 78px;
  position: relative;
	color: #ddd;
	font-size: 10pt;  
}
.head .header a{
	color: #ddd;
	text-decoration: none;	
}
.head .header a:hover{
  color: #fff;
	text-decoration: underline;	
}
.head[class] .header{
  /*background: url(../images/gt/headerRight.png) no-repeat top right;*/
}

img.logo{
  vertical-align: top;
  float: left;
}

.main .content{
  margin-right: -5px;
}

/*Navigation styles*/
.navigation, .canvas, .footer{
  margin-right: 7px;
  margin-left: 2px;
}
.navigation{
  background-color: #fff;
  text-align: right;
  height: 0px;
}

#nav {
  margin-top: -15px;
  margin-left: -385px;
  z-index: 50;
  position: absolute;
}

/*Canvas style*/
.canvas{
  background-color: #fff;
  padding: 4px;
}

#ncColumn{
  padding-top: 0px;
  width: 100%;
  background: #f2f2fe url(../images/gt/right_column_background.png) repeat-x top left;
  height: 94%;
  clear: both;
}
.nightclub #ncColumn{
	background: #f2fef2 url(../images/gt/right_column_bg_green.png) repeat-x top left;	
}
#rightColumn h3{
  text-align: center;
  margin: 0px 0px 0px 0px;
  padding: 10px 0px 0px 0px;
}

ul.events{
	list-style-type: none;
  margin: 0px 8px 0px 8px;
  padding: 0px 0px 10px 0px;
}
ul.events li{
	margin-bottom: 5px;
	margin-top: 5px;	
}
ul.events li .title{
		font-weight: bold;
		font-size: 14pt;
}
ul.events li .date,#ncColumn ul li .time{
		font-style: italic;
		font-size: 10pt;
}
ul.events li .desc{
	display: none;
}
.nightclub ul.events li .desc{
	display: block;	
}
#rightColumn .links{
	text-align: center;
	margin-bottom: 5px;	
}
#rightColumn a{
	text-decoration: none;
}
#rightColumn a:hover{
	text-decoration: underline;
}
#rightColumn .links img{
	vertical-align: top;
}
#leftColumn{
  padding: 25px 0px 0px 0px;
  position: relative;
  background-color: #fff;
  margin-right: 206px;
}
#leftColumn img{
	position: relative;	
}
#rightColumn{
	padding-top: 25px;
	width: 200px;
	float: right;
	color: #228;
}
#rightColumn.grill{
	color: #060;
}
.rcDiv{
	margin: 5px;	
}
.w3c{
  text-align: center;
}
.w3c img{
  border: 0px;
}


/*Footer style*/
.footer{
  padding-top: 2px;
  color: #fff;
  text-align: center;
  font-size: 8pt;
}
.footer a{
  text-decoration: none;
  color: #aaa;
}
.foot{
  filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/gt/footer_background.png', enabled=true, sizingMethod=scale);
  font-size: 5pt;
}

.foot[class]{
  background: url(../images/gt/footer_background.png) no-repeat bottom right;
}

#slideshow{
	float: left;
	height: 308px;
	width: 358px;
	text-align: center;
	font-size: 12pt;
	color: #222;
	margin: 0px 0px 15px 0px;
	overflow: hidden;
	position: relative;
}
#slideshow img{
	margin: 4px;
}

img.right{
 float: right;
 margin: 4px;
}

h1{
	margin: 0px 0px 10px 0px;
}

h2{
	font-size: 18pt;
	color: #090;	
}
.nightclub h2{
	color: #44b;
}

#hours{
	margin-top: 35px;
	margin-bottom: 5px;	
}
#address{
	background-color: #cfc;
	width: 200px;
	margin-left: 360px;
	padding: 5px;	
}
.nightclub #address{
	background-color: #ddf;
}

.clear{
	clear: both;
}
.center{
	text-align: center;
}