@font-face { font-family:Boom; src:url(go-boom.ttf); }
@font-face { font-family:Lord; src:url(littlelord.ttf); }



/* ------------------------------------------------ GLOBAL HTML ------------------------------------------------ */

BODY, HTML {
	width:930px; height:100%; margin-left: auto; margin-right: auto; padding:0;
	background:#000; color:#fff;
	font-family:Helvetica, Arial; font-weight:normal;
	text-align:center;
}
HTML { overflow-y:scroll; }
	
A, A:link, A:visited, A:hover {
	color:#F6D244; text-decoration:none;
}
A:hover { color:#FFFFFF; text-shadow:2px 2px 2px #eacced;}

IMG { border:0; 
	margin-bottom: 0px;
}

TABLE { padding:0; border:0;}

.hidden { display: none; }

#container { position:relative; width:700px; height:400px; vertical-align:top; margin-top:12px; }

#header, #footer {
	z-index:11; position:absolute; width:798px; 
	font-size:16px; font-variant: small-caps; letter-spacing:3px; line-height:16px; 
}
#header { margin-top:10px; }
#footer { bottom:10px; }

#leftcolumn {padding-top: 20px}

#leftcolumn img {margin-bottom: 8px;}

#leftcolumn a { opacity:.7; -moz-opacity:.8; filter:alpha(opacity=80); }

#leftcolumn a:hover { opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }

#invite {
	z-index:2;
	position:absolute;
	top:0px;
	left:0;
	width:796px;
	height:202px;
	background-color:#211d3e;
	color:#FFFFFF;
	font-family:Trebuchet, Arial;
	font-size:16px;
	font-style: italic;
	line-height:24px;
	font-weight:normal;
	margin-bottom:12px;
}

#showlist { margin-top:30px; margin-left:24px;}
#showlist TR { border-bottom: 3px solid white;}
#showlist TD { padding-left:14px; padding-right:20px; height:54px; text-align:left; vertical-align:middle; }

.tix { opacity:.7; -moz-opacity:.7; filter:alpha(opacity=70); }
.tix:hover { opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }

#grapes {
	background: url(bottle.png) no-repeat;
}

#bottom {margin-top: 18px;}

#bottom img {margin-right: 14px;}

#bottom a { opacity:.7; -moz-opacity:.7; filter:alpha(opacity=70); }
#bottom a:hover { opacity:1; -moz-opacity:1; filter:alpha(opacity=100); }

#credits {
	margin-top: 14px;
	margin-bottom: 20px;
	font-size: 12px;
	color: #BBBBBB;
}

#facebook {
	background-color: #211d3e;
	margin-top: 16px;
	width:796px;
}