/* SHOWS VERTICAL SCROLLBARS IN FFX - STOPS HORIZONTAL JUMPING */
html {
     overflow: -moz-scrollbars-vertical;
}

/* WHITESPACE RESET */
* {
	padding:0;
	margin:0;
}
a img{border:0;}
h2{margin-bottom:10px;}
a{color:#666;text-decoration:none;}
a:hover{color:#333;}

body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}

/* GLOBAL */
div#wrap{
	width:960px;
	margin:auto;
	overflow:hidden;
}
div#wrapintro{ 	
	width:98%;
	margin:auto;
	overflow:hidden;
}
/* HEADER */
div#header{
	width:960px;
	height:155px;
	margin-bottom:5px;
	overflow:hidden;
}
div#contact{
 	position:absolute;
 	font:tahoma;
	font-size:20px;
	margin-top:95px;
	margin-left:850px;
}

div#shoplink{
 	position:absolute;
 	font:tahoma;
	font-size:20px;
	margin-top:95px;
	margin-left:780px;
}
/* BODY */
div#l_column{
	width:180px;
	float:left;
	margin-right:4px
}
div#r_column{
	width:180px;
	float:right;
}
div#lbot_column{
	width:320px;
	float:left;
	text-align:center;
	font:tahoma;
	font-size:16pt;
}
div#cbot_column{
	width:320px;
	float:center;
	text-align:center;
	font:tahoma;
	font-size:16pt;
}
div#rbot_column{
	width:320px;
	float:right;
	text-align:center;
	font:tahoma;
	font-size:16pt;
}
div#BodyLeft{
	width:180px;
	height:480px;
}
div#BodyCenter{
	width:980px;
	height:480px;
	overflow:hidden;
}
div#BodyRight{
 	float:right;
	width:180px;
	height:480px;
	overflow:hidden;
}
div#BodyMain{
 	margin-top:10px;
	width:960px;
	height:40px;
	overflow:hidden;
	text-align:center;
	font:tahoma;
	font-size:11pt;
}
div#botLeft{
	width:320px;
	height:50px;
}
div#botcenter{
	width:320px;
	height:50px;
}
div#botRight{
	width:320px;
	height:50px;
}
div#footer{margin-top:10px;clear:both;}
/* EVENT */
div#eventbody{background-image:url(/images/event.jpg);
	width:864px;
	height:1151px;
	margin-left:48px;
	margin-bottom:5px;
	overflow:hidden;
}
div#one{
 	position:absolute;
	margin-top:1100px;
	margin-left:435px;
}
div#two{
	position:absolute;
	margin-top:1100px;
	margin-left:590px;
}
div#cart{
 	position:absolute;
	margin-top:1100px;
	margin-left:740px;	
}

#copyright{
	font-size: .8em;
}
#returnhome{
	font: tahoma;
	font-size: 1.6em;
	text-align: center;
}
#videoheader{
	width: 465px;
	height: 34px;
	margin: 2px 0 0 -6px;
}