@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	width: 850px;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 0px;
}
.emp2 {
	font-size: 16px;
	color: #B11B7D;
	text-align: center;
	font-weight: bold;
}
/***************   HEADER        HEADER       HEADER     ***************/
#header {
	z-index: 9000;
	top: 0px;
	right: 0px;
	width: 850px;
	position: absolute;
	left: 0px;
}
#header img {
	float: left;
}	
#selector {
	top: 0px;
	right: 0px;
	width: 260px;
	padding: 0px 0px 0px 70px;
	margin: 0px;
}
ul#nav {
	z-index: 9500;
	width: 230px;
	list-style-type: none;
	top: 194px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 323px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}
ul#nav li {
	cursor:pointer;
	list-style-type:none;
	margin: 5px 0px 5px 0px;
	padding:0.1em;
	position:relative;
	text-align:left;
	width:auto;
	vertical-align: middle;
}
li a {
	text-decoration:none;
	padding: 5px;
}	
li a#cause {
	color: #081B72;
}
li a#cause:hover {
	color: #FFFFFF;
	background-color: #081B72;
}
li a#event {
	color: #602386;
}
li a#event:hover {
	color: #FFFFFF;
	background-color: #602386;
}	
li a#boxoffice {
	color: #B11B7D;
}
li a#boxoffice:hover {
	color: #FFFFFF;
	background-color: #B11B7D;
}	
li a#redcarpet {
	color: #A10918;
}
li a#redcarpet:hover {
	color: #FFFFFF;
	background-color: #A10918;
}	
li a#fans {
	color: #FA6400;
}
li a#fans:hover {
	color: #FFFFFF;
	background-color: #FA6400;
}	
li a#media {
	color: #17851F;
}
li a#media:hover {
	color: #FFFFFF;
	background-color: #17851F;
}	
li a#pr {
	color: #01A19D;
}
li a#pr:hover {
	color: #FFFFFF;
	background-color: #01A19D;
}	
h1 {
	color: #FFFFFF;
	font-size: 30px;
	font-weight: bold;
	width: 770px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 55px;
	letter-spacing: 0.2em;
	top: 180px;
	position: absolute;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	z-index: 6000;
	text-align: left;
}
h2 {
	font-size: 24px;
	font-weight: bold;
	margin: 1px;
	padding-top: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 10px;
	letter-spacing: 0.1em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
}
h3 {
	font-size: 16px;
	font-weight: normal;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 4px;
	padding-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.h3wrapper {
	width: 830px;
	margin-top: 0px;
	margin-bottom: 10px;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	display: block;
	position: relative;
	top: 415px;
}
.bkgrdcause {
	background-color: #081B72;
	color: #FFF;
}
.bkgrdevent {
	background-color: #602386;
	color: #FFF;
}
.bkgrdboxoffice {
	background-color: #B11B7D;
	color: #FFF;
}
.bkgrdpr {
	background-color: #01A19D;
	color: #FFF;
}
.bkgrdfans {
	background-color: #FA6400;
	color: #FFF;
}
.bkgrdredcarpet {
	background-color: #A10918;
	color: #FFF;
}
.bkgrdmedia {
	background-color: #17851F;
	color: #FFF;
}


/***************   BODY        BODY       BODY     ***************/
.contentwrapper {
	width: 552px;
	position: relative;
	top: 420px;
	left: 270px;
	display: block;
}
.imagefloat_rt {
	float: right;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 15px;	
}
.imagefloat_lt {
	float: left;
	margin-top: 5px;
	margin-right: 15px;
	margin-bottom: 5px;
	margin-left: 0px;	
}

/***************   SIDEBAR        SIDEBAR       SIDEBAR     ***************/
.sidebar {
	width: 270px;
	position: absolute;
	top: 500px;
	left: 0px;
	display: block;
}
.sidebar_box {
	width: 270px;
	display: block;
	float: left;
}
.sidebar_box_header {
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	width: 215px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 55px;
	letter-spacing: 0.2em;
	top: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-align: left;
	background-color: #081B72;
}


/***************   FOOTER        FOOTER       FOOTER     ***************/
#footer {
	width: 820px;
	position: absolute;
	height: 130px;
	top: 900px;
	left: 0px;
}
#cshs {
	position: relative;
	bottom: 20px;
	left: 10px;
}
#contact {
	position: relative;
	bottom: 70px;
	left: 300px;
	font-size: 11px;
	color: #333333;
	text-align: center;
	width: 400px;
}
.box_mainbody {
	width: 400px;
	border: thin solid #19A29E;
	text-align: left;
	position: relative;
	left: 70px;
	margin: 10px;
	padding: 0px 0px 10px 0px;
}
.headliner {
	font-size: 18px;
	color: #FFFFFF;
	background-color: #19A29E;
}
