*{
	margin: 0;
	padding: 0;
}
body{
	background-color: #000000;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	text-align: center;		/* ie < ie7 */
}
a:link, a:visited{
	color: rgb(130,130,130);	
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
a img{
	border: 0;
}
img{
	border: none; 
	display: block;
}
input.right{
	text-align: right;
}
p{
	padding-bottom: 10px;
	text-align: justify;
}
ul{
	margin: 0px 0px 10px 20px;
}
ul li{
	margin-left: 20px;
	text-indent: -0px;
}
ol li{
	margin: 0px 0px 9px 20px;
	text-indent: -0px;
}
.arial{
	font-family: arial, helvetica, sans-serif;
}
.courier{
	font-family: courier new, monospace;
}
.georgia{
	font-family: georgia, serif;
}
.six{
	font-size:  6px
}
.eight{
	font-size:  8px
}
.ten{
	font-size: 10px
}
.eleven{
	font-size: 11px
}
.twelve{
	font-size: 12px
}
.thirteen{
	font-size: 13px
}
.fourteen{
	font-size: 14px
}
.sixteen{
	font-size: 16px
}
.eighteen{
	font-size: 18px
}
.twenty{
	font-size: 20px
}
.twentytwo{
	font-size: 22px
}
.twentyfour{
	font-size: 24px
}
.twentysix{
	font-size: 26px
}
.thirty{
	font-size: 30px
}
.thirtysix{
	font-size: 36px
}
.fortytwo{
	font-size: 42px
}
.fortyfour{
	font-size: 44px
}
.fortysix{
	font-size: 46px
}
.fortyeight{
	font-size: 48px
}
.fiftyfour{
	font-size: 54px
}
.seventytwo{
	font-size: 72px
}
.black{
	color: #000000;
}
.blackBackground{
	background-color: #000000;
}
.blackLinks a:link, .blackLinks a:visited{ 
	color: #000000;
}
.brown{
	color: rgb(108,73,7);
}
.bold{
	font-weight: bold
}
.unbold{
	font-weight: normal
}
.grey{ 
	color: #828282;
}
.greyBackground{ 
	background-color: #828282;
}
.greyLinks a:link, .greyLinks a:visited{ 
	color: #828282;
}
.white{
	color: #ffffff;
}
.whiteBackground{
	background-color: #ffffff;
}
.whiteLinks a:link, .whiteLinks a:visited{ 
	color: #ffffff;
}
#mainScreen{
	position: fixed;
	top: 0px;
	left: 0px;
	display: none;
	width: 100%;
	background-color: #424242;
	z-index: 15;
	opacity: 0.88; 
}
#mainScreenDialog{
	width: 800px;
	margin: 0px auto;
	position: relative;
	z-index: 20;
}
#mainDialog{
	position: absolute;
	top: 100px;
	left: 0px;
	width: 100%;
	z-index: 20;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
}
#topBar{
	width: 100%;
	height: 20px;
	z-index: 10;
}
#topBar #topBarContent{
	width: 800px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}
#header{
	width: 100%;
	height: 110px;
	background-color: #000000;
	z-index: 10;
}
#header #headerContent{
	width: 800px;
	margin: 0px auto;
	position: relative;
	text-align: left;
}
#header #headerContent #headerTabs{
	position: absolute;
	top: 68px;
	left: 120px;
}
#header #headerContent #headerTabs div{
	display: inline;
	margin: 0px 18px;
	font-weight: bold;
	position: relative;
}
#header #headerContent #headerTabs div img{
	position: absolute;
	top: -12px;
	left: -16px;
}
#header #headerContent #headerCart{
	position: absolute;
	top: 68px;
	right: 25px;
}
#header #headerContent #headerCartTally{
	position: absolute;
	top: 54px;
	right: 129px;
	color: rgb(233,80,38);
}
#mainContent{
	width: 800px;
	height: auto;
	margin: 0px auto;	
	position: relative;
	text-align: left;
	z-index: 10;
}
#footer{
	width: 100%;
	height: 180px;
	background-color: #000000;
}
#footer #footerContent{
	width: 800px;
	height: auto;
	margin: 0px auto;
	padding-top: 15px;
	text-align: center;
	line-height: 20px;
}
.divider{
	clear: both;
	width: 100%;
}
.error{
	width: 260px;
	height: auto;
	background-color: red;
	color: white;
	font-size: 16px;
	font-weight: bold;
	margin: 0px auto;
	padding: 10px;
	text-align: center;
}
.errorDialog{
	padding: 20px;
}
.eventLink a:link, .eventLink a:visited{ 
	color: rgb(233,80,38);
}
.eventLink a:hover{ 
	color: #ffffff;
	text-decoration: none;
}
.inliner{
	display: inline;
}
