@charset "utf-8";
/* CSS Document */
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
body {
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-right: 0px;
}
.films_by {
	font-size: 14px;
	font-weight: bold;
	padding: 10px;
}
/*
a:link {
	text-decoration: none;
	color: #00AEEF;
}
a:visited {
	text-decoration: none;
	color: #00AEEF;
}
a:hover {
	text-decoration: none;
	color: #00AEEF;
}
a:active {
	text-decoration: none;
	color: #00AEEF;
}
*/


a { font-size: 12px; }
a:link {
	text-decoration: none;
	color: #DB2A47;
}
a:visited {
	text-decoration: none;
	color: #DB2A47;
}
a:hover {
	text-decoration: none;
	color: #DB2A47;
}
a:active {
	text-decoration: none;
	color: #DB2A47;
}




.nav_bg {
	background-image: url(images/wht_topblue.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}

#header {
	width: 801px;
	height: 25px;
	margin: auto;
	border-top: 2px solid #00AEEF;
	border-left: 2px solid #00AEEF;
	border-right: 2px solid #00AEEF;
	background-color: #FFFFFF;
}

#logo {
	width: 100%;
	height: 145px;
	background-color: #EC217C;
	background-image:url(/tixSYS/2008/Templates/images/header.jpg);
	background-position:center;
	background-repeat:no-repeat;
	text-align: center;
}

#main {
	width: 801px;
	margin: auto;
	border-left: 2px solid #00AEEF;
	border-right: 2px solid #00AEEF;	
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
}

#mainContent {
	padding-left: 36px;
	padding-right: 36px;
	background-color: #FFFFFF;
}

#footer {
	width: 801px;
	margin: auto;
	border-bottom: 2px solid #00AEEF;
	border-left: 2px solid #00AEEF;
	border-right: 2px solid #00AEEF;
	background-color: #00AEEF;
	color: #FFFFFF;
	font-size: 11px;
	text-align: center;	
	
}

#footerContent {
	padding: 8px;
}
#footerContent a:link {
	color: #FFFFFF;
}
#footerContent a:visited {
        color: #FFFFFF;
}
#footerContent a:hover {
        color: #FFFFFF;
}



#footNav{
	padding-top: 10px;
	width: 801px;
	margin: auto;
	text-align: center;
}

