@charset "UTF-8";
body {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #000000;
}
h1 {
	font-size: 18px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
}
p {
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	text-decoration: none;
	color: #FFFFFF;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 18px;
	padding-left: 0px;
}
a:link {
	color: #9D145E;
	text-decoration: none;
}
a:visited {
	color: #9D145E;
	text-decoration: none;
}
a:hover {
	color: #9D145E;
	text-decoration: none;
}
.oneColFixCtrHdr #container {
	width: 940px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
}
.oneColFixCtrHdr #header {
	margin: 0px;
	height: 174px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d591ba;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#header  a img  {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#topBar ul, #topBar li  {
	margin: 0;
	padding: 0;
	list-style:none;
	font-size: 11px;
	height: 20px;
}

#topBar li  {
	float:right;
	padding-left: 15px;
}
#topBar a:link, a:visited  {
	color: #FFFFFF;
	text-decoration: none;
}
#topBar a:hover {
	color: #918f8f;
	text-decoration: none;
}
#mainNav {
	height: 36px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d591ba;
}
#mainNavBox {
	height: 36px;
	float: left;
}
.mainButtonSpacedFirst {
	padding-left: 10px;
}
.mainButtonSpaced {
	padding-left: 23px;
}
/*#mainNav  ul, #mainNav  li  {
	margin: 0;
	padding: 0;
	list-style:none;
	font-size: 18px;
	height: 20px;
}
#mainNav  li  {
	padding-left: 25px;
	float: right;
}
#mainNav  a:link, a:visited  {
	color: #796756;
	text-decoration: none;
}
#mainNav  a:hover {
	color: #000000;
	text-decoration: none;
}*/

#subNav {
	height: 25px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d591ba;
	padding-left: 294px;
}
.subButtonSpaced {
	padding-left: 20px;
}
.subButtonSpaced2 {
	padding-left: 15px;
}

.oneColFixCtrHdr #mainContent {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	background-color: #000000;
}
.oneColFixCtrHdr #mainHomeContent {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer {
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #d591ba;
}
.copyrightText   {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin: 0px;
	color: #918f8f;
}
#titleContent {
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
#leftContent {
	width: 420px;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #231f20;
	float: left;
}
#rightContent {
	margin-left: 440px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 500px;
}
#rightContent  a:link {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
#rightContent  a:hover {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
#rightContent  a:visited {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 12px;
	padding-left: 0px;
	line-height: 18px;
}
.imageBorder10px {
	padding-bottom: 10px;
}
.profileImage {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.imageBorder20px {
	padding-bottom: 20px;
}
#mainContent   a img  {
	float:left;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#homeMovieBox {
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d591ba;
	margin-bottom: 10px;
}
#homeMovieBox2 {
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d591ba;
	margin-bottom: 15px;
}
#mainHomeContent ul, li {
	margin: 0;
	padding: 0;
}
#mainHomeContent li {
	list-style-type: none;
	padding-left:12px;
	color: #FFFFFF;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#footer a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#leftContentSmall {
	float: left; /* since this element is floated, a width must be given */
	width: 269px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightContentLinks {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 294px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightContentLinks  a:link {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
#rightContentLinks  a:hover {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
#rightContentLinks  a:visited {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
.siteLink   {
	color: #9D145E;
}
#leftContentAbout {
	float: left; /* since this element is floated, a width must be given */
	width: 450px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightContentAbout {
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 490px;
	padding-top: 0;
	padding-bottom: 0px;
	padding-left: 0px;
}
#rightContent a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;
}
#leftContent a:link {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
#leftContent a:hover {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
#leftContent a:visited {
	font-weight: normal;
	color: #9D145E;
	text-decoration: none;
}
#leftContentProfile {
	width: 450px;
	padding: 0px;
	float: left;
}
#rightContentProfile {
	margin-left: 490px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 460px;
}
.profileImage2 {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
}
#leftContentHome {
	width: 500px;
	padding: 0px;
	float: left;
}
#rightContentHome {
	margin-left: 540px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	height: 500px;
}
.footerText {
	color: #333333;
	text-align: center;
	font-size: 9px;
}

