body {
	background:#a735ff url(../images/backgrounds/gradient.jpg) top center no-repeat;
	margin: 0;
	padding:0;
	color: #fff;
	text-align:center;
	font-size:62.5%;
	font-family: "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans", Arial, sans-serif;
}





/*/////////////////////////////////// GENERIC LINK STYLE ///////////////////////////////////*/
a {
	color:#ccc;
	text-decoration:underline;
	outline:none;
}
a:hover {
	color:#fff;
	text-decoration:none;
	outline:none;
}





/*/////////////////////////////////// IMAGES ///////////////////////////////////*/
img, a img {
	border:0;
} 
.PixLeft {
	margin: 0 10px 5px 0;
	float:left;
	border: none;
}
.PixRight {
	margin: 0 0 5px 10px;
	float:right;
	border: none;
}





/*/////////////////////////////////// ACCESSIBILITY ///////////////////////////////////*/
.hiddenItems {
	display:none;
	text-align:left;
}
.clear {
	margin:0;
	padding:0;
	line-height:0;
	font-size:0; 
	clear:both; 
	height:0;
	overflow: hidden;
}





/*/////////////////////////////////// LAYOUT ///////////////////////////////////*/
#navigation, #wrapper, #content, #Footer {
	min-width:920px;
	width:auto;
	clear:both;
	margin:0 auto;
	padding:0;
	text-align:center;
}
#navigation {
	height:118px;
	background:transparent url(../images/backgrounds/header.png)  center bottom no-repeat;
}
#wrapper {
	background:transparent url(../images/backgrounds/page.png) top center repeat-y;
}
#header {
	clear:both;
	width:920px;
	margin:0 auto;
	height:373px;
	background: #000 url(../images/backgrounds/image_area.jpg) bottom left repeat-x;
}
#content {
	width:920px;
	text-align:left;
}
#LeftCol {
	width:574px;
	float:left;
	padding:15px;
}
#RightCol {
	width:306px;
	float:right;
}
#Footer {
	height:105px;
	background:transparent url(../images/backgrounds/footer.png) bottom center no-repeat;
}
div.Holder {
	width:890px;
	clear:both;
	margin:0 auto;
	text-align:left;
	padding:10px 0 0 0;
	color:#ccc;
}





/*/////////////////////////////////// NAVIGATION ///////////////////////////////////*/
#Menu {
	width:100%;
	height:49px;
	margin:0;
}




/*///////////////////////////////////  HEADINGS ///////////////////////////////////*/
h1,h2,h3,h4,h5,h6,p {
	margin-top:0;
	line-height:100%;
}




/*///////////////////////////////////  HEADER ///////////////////////////////////*/
#titlebar {
	padding:10px 15px;
}

#titlebar h1 {
	width:338px;
	height:53px;
	margin:0;
	float:left;
	background:url(../images/titles/logo_title.gif);
}
#titlebar h1 a {
	width:338px;
	height:53px;
	display:block;
	text-decoration:none;
	text-indent:-9999px;
	font-size:0.1em;
}
#header h2 {
	margin:0;
	text-align:left;
	font-size:3.3em;
	padding:3px 15px 0 15px;
	font-weight:normal;	
}





/*///////////////////////////////////  SEARCH ///////////////////////////////////*/
#titlebar form {
	float:right;
	border:1px solid #808080;
	width:264px;
	height:26px;
	padding:0;
	text-align:left;
	margin:12px 0 0 0;
	background:url(../images/backgrounds/search.jpg);
}
#titlebar label {
	display:none;
}
#titlebar input.Txt {
	background:transparent;
	color:#fff;
	font-size:1.2em;
	width:225px;
	height:16px;
	border:none;
	padding:2px 0;
	margin:3px 0 0 3px;
}
#titlebar input.SearchBtn {
	margin:0 0 0 11px;
	padding:0;
	width:20px;
	height:23px;
	border:none;
	cursor:pointer;
	text-indent:-9999px;
	background: transparent url(../images/buttons/search.gif) 0 3px no-repeat;
}


p#contact {
	padding-top:5px;
	margin:0 0 10px 0;
}



/*///////////////////////////////////  HEADER IMAGE AREA ///////////////////////////////////*/
#imageArea {
	clear:both;
	height:238px;
	width:920px;
	margin:0 0 15px 0;
}




/*///////////////////////////////////  BOXES ///////////////////////////////////*/
.box {
	width:276px;
	padding:15px 15px 10px 15px;
	margin:0;
	clear:both;
}
.end {
	border-bottom:10px solid #3f3d3e;
}





/*///////////////////////////////////  REGISTER ///////////////////////////////////*/
.box label {
	display:none;
}
.box form p {
	margin:0 0 5px 0;
}
.box input.Txt {
	background:#fff;
	color:#000;
	font-size:1em;
	width:267px;
	height:16px;
	border:none;
	padding:3px;
	margin:0 0 5px 0;
}
.box input.SubmitBtn {
	margin:0 10px 0 0;
	padding:3px 3px 1px 3px;
	color:#000;
	height:23px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	line-height:100%;
	border:none;
	cursor:pointer;
	background: #8daeff;
}







/*///////////////////////////////////  CONTENT  ///////////////////////////////////*/
#content h3 {
	color:#8daeff;
	font-size:1.8em;
	line-height:120%;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin:0 0 .6em 0;
}

#content h3 a, #content h3 a:visited {
	color:#8daeff;
/*	font-size:1.8em; */
	text-decoration: none;
}

#content h3 a:hover {
	color:#8daeff;
	text-decoration: underline;
}

#content p, #content li, #content td {
	font-size:1.2em;
	line-height:130%;
	margin-top:0;
}
#content ul {
	list-style:none;
	margin:0 0 1.5em 0;
	padding:0;
}
#content ul li {
	background:url(../images/icons/li.gif) 0 3px no-repeat;
	margin:0 0 3px 0;
	padding:0 0 0 17px;
}
#content .rule {
	border-top:1px dotted #808080;
	width:100%;
	margin:15px 0;
}
#content p.attribute {
	color:#999;
	font-size:1em;
}






/* Tweek it for the submenu */
#RightCol .submenu li {
	font-size:1.8em;
	margin:0;
	background:url(../images/icons/li.gif) 0 8px no-repeat;
}
#RightCol .submenu li.selected, #RightCol .submenu li.current_page_item {
	padding:0;
	background:none;
}
#RightCol .submenu li.selected a, #RightCol .submenu li.current_page_item a {
	text-decoration:none;
	color:#8daeff;
	cursor:default;
}





/*///////////////////////////////////  GENERAL ///////////////////////////////////*/
.indent {
	text-align:left;
	float:right;
	width:45%
}
.Center {
	text-align:center;
}
.Credit {
	font-size:.8em;
	line-height:.8em;
}
.Right {
	text-align:right;
	float:right;
	font-weight:normal;
	clear:right;
}
.Left {
	text-align:left;
	float:left;
	font-weight:normal;
}
.Last {
	border:none;
	margin:0;
	padding:0;
}
.Note {
	font-size:85%;
	font-style:italic;
	margin:0;
	line-height:120%;
}
.small {
	font-size:0.65em;
	margin:0;
	line-height:120%;
}
.Big {
	font-size:1.6em;
	margin:0;
	line-height:100%;
}
.space {
	height:30px;
}
.redstar {
	color:red;
}





/*///////////////////////////////////  FOOTER ///////////////////////////////////*/
#Footer p, #Footer li {
	font-size:1em;
	line-height:150%;
	margin:0;
}
#Footer a {
	color:#999;
}
#Footer a:hover {
	color:#fff;
}
#Footer ul {
	margin:0;
	padding:0;
	list-style-type:none;
}
#Footer ul li {
	border-right:1px solid #666;
	margin:0 4px 0 0;
	padding:0 4px 0 0;
	float:left;
}
#Footer ul li.Last {
	border:none;
	margin:0;
	padding:0;
}

/*/////////////////////////////////// EASY BUTTON PANELS ///////////////////////////////////*/
#Panels img {
	margin: 0 10px 0 0;
}
#Panels img.last{
	margin: 0;
}

#Panels #entertainers, #Panels #easyproductions, #Panels #easypublicity {
	width: 184px;
	height:80px;
	float: left;
	margin-right:7px;
	margin-top:80px;
}