@charset "UTF-8";
body,p,td,th,ol,ul,dl,dt,dd,input,textarea,select {
	font-family:Arial,Helvetica,sans-serif;
	color: #333;
	font-size:11px;
}
body,div,p,ol,ul,h1,h2,h3,h4,h5,h6,img,address,hr {
	margin:0px;
	padding:0px;
	border:0px;
}
img {
	display: block;
}
li {
	list-style: none;
}
p {
	margin:10px 0 10px 0;
	font-size: 12px;
}

a {
	color:#c60033;
	text-decoration: none;
}
a:focus {

}
a:hover {
	text-decoration: underline !important;
}
a:active {
}
hr {
	border-top: 1px solid #aaa;
	width: 400px;
	margin: 0 auto;
}
.italic {
	font-style:italic;
}
html {
	background: url('/images/backgroundtile.jpg') repeat;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #dda6ff;
	min-height: 750px;
}
div, h1, h2, p, ul, li, span, img {
	margin: 0;
	padding: 0;
}
#topBar {
	background: url('/images/backgroundtopshadow.jpg') top left repeat-x;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -1;
	height: 200px;
}
#hcenterContainer {
	height: 100%;
	width: 1020px;
	display:block;
	margin: 0 auto;
	background: url('/images/string.png') repeat-y top center;
	min-height: 750px;
}
#vcenterContainer {
	height: 50%;
	width: 100%;
	margin-top: -345px;
	float: left;
}
#mainContainer {
	clear: both;
	text-align: left;
	smargin: 10px;
	height: auto !important;
	width: 1020px;
	min-height: 600px;
	height: 750px;
	position: relative;
}
#clips {
	background: url('/images/clips.png') no-repeat top center;
	height: 100px;
	width: 1000px;
	position: absolute;
	z-index: 2;
	top: -64px;
}
#flashFrame {
	background: url('/images/flashframe.jpg') no-repeat;
	width: 1000px;
	height: 600px;
	padding: 10px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 28px 120px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 28px 60px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 28px 120px rgba(0, 0, 0, 0.6);
	
}
#flashFrameShadow {
	width: 1000px;
	height: 600px;
	position: absolute;
	top: 20px;
	left: 0;
	background: #000;
	filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='15', MakeShadow='true', ShadowOpacity='0.40');
	
}
#noFlash {
	width: 1000px;
	height: 300px;
	text-align: center;
	padding-top: 280px;
}
#bannerFrame {
	background: url('/images/bannerframe.jpg') no-repeat #efefef;
	width: 980px;
	padding: 20px;
	position: relative;
	z-index: 1;
	box-shadow: 0px 28px 120px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0px 28px 60px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0px 28px 120px rgba(0, 0, 0, 0.6);
	
}
.bannerContainer {
	padding: 10px 0;
}
.pane {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
h1 {
	font-family: 'Rokkitt', arial, serif;
	color: #999;
	font-weight: lighter;
	font-size: 27px;
	text-shadow: -1px -1px #666;
}
h2 {
	color: #1a1a1a;
	font-weight: normal;
	font-size: 18px;
}
#footer {
	clear: left;
	position: relative;
	z-index: 1;
}
#footer .left {
	float: left;
	margin: 20px 0 0 225px;
}
#footer .right {
	float: right;
	margin: 20px 120px 0 0;
}
div.clear {
	width: 100%;
	height: 0px;
	clear: left;
	font-size: 0;
	line-height: 0;
}