/*
Theme Name: Chicago Rush
Theme URI: http://wordpress.org/
Description: Chiacgo Rush template
*/

/* -------------------------------------------------------------------------------------
--> GENERAL STYLE AREA -->
------------------------------------------------------------------------------------- */

* {
	padding: 0;
	margin: 0;
}

html, body {
	height: 100%;
}

body {
	text-align: center;
	font-size: 62.5%;
	color: #1c1c1c;
	padding: 0;
	background: #000810;
	font-family: 'helvetica';
	height: 100%;
}

div, p, ul, ol, dl, h1, h2, h3, h4, h5, h6, table, hr, form {
	float: left;
	clear: both;
	width: 100%;
}

ul, ol {
	list-style: none;
}

a {
	text-decoration: none;
	outline: none;
	color: #548be5;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
	cursor: pointer;
}

a img {
	border: none;
}

table {
	border-collapse: collapse;
	margin: 0 0 15px;
}

p {
	margin: 0 0 10px 0;
	line-height: 1.3;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 1.5em;
}

h3 a {
	color: #2B2B2B;
}

img {
	float: left;
}

.middle_align {
	text-align: center;
}

.left {
	float: left;
	clear: none;
	width: auto;
}

.right {
	float: right;
	clear: none;
	width: auto;
}

.wrapper {
	text-align: left;
	float: none;
	width: 1200px;
	margin: 0 auto;
	height: 100%;
}

.background_container {
	min-height: 100%;
	float: left;
	background: #000810 url(images/body_bg.jpg) top center repeat-y;
}

.container {
	position: relative;
	font-size: 1.3em;
	width: 960px;
	padding: 0 120px;
	background: transparent url(images/page_bg.jpg) top center no-repeat;
}

/* -------------------------------------------------------------------------------------
<-- END GENERAL STYLE AREA <--
------------------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------------------
--> HEADER AREA -->
------------------------------------------------------------------------------------- */

#header {
	height: 160px;
	position: relative;
	z-index: 5;
}

#ticket_banner {
	position: absolute;
	right: 0;
	top: 25px;
	width: 633px;
	height: 90px;
}

#header h1 {
	width: 186px;
	position: absolute;
	top: 41px;
	height: 86px;
	left: 30px;
}

#header h1 a {
	text-indent: -10000px;
	display: block;
	height: 86px;
	width: 186px;
	z-index: 0;
	float: left;
	background: transparent url(images/logo.png) top left no-repeat !important;
	background: transparent url(images/logo.gif) top left no-repeat;
}

/* ---------- NAVIGATION STYLE ---------------- */

.menu {
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 10000;
}

#nav {
	position: relative;
	background: #fff url(images/nav_bg.jpg) top left repeat;
	width: 958px;
	height: 30px;
	padding: 1px;
}

/* hack to correct IE5.5 faulty box model */
* html .menu {width:958px; w\idth:958px;}

/* remove all the bullets, borders and padding from the default list styling */
.menu ul ul {
	width:188px;
}

/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
#nav li {
	float: left;
	clear: none;
	width: auto;
	position: relative;
}

#nav a {
	float: left;
	text-indent: -10000px;
	display: block;
	height: 30px;
	background-repeat: no-repeat;
}



/* a hack so that IE5.5 faulty box model is corrected */
* html .menu a, * html .menu a:visited {width:auto; w\idth:auto;}

/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility: hidden;
	position: absolute;
	top: 30px;
	left: -2px;
	background: #6d6f71 url(images/dropdown_nav_bg.jpg) top left;
	width: auto;
	z-index: 1000;
	border: solid #d1d1d1;
	border-width: 0 2px 2px;
}

.menu ul ul li {
	width: auto;
	border: 0;
}

/* another hack for IE5.5 */
* html .menu ul ul {top:29px;t\op:30px;}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {position:absolute; top:0; left:0; border-collapse:collapse; z-index: 10000;}

.menu #nav ul li a {
	width: 100%;
	font-size: 12px;
	text-indent: 0px;
	font-weight: bold;
	line-height: 35px;
	padding: 0 10px;
	color: #fff;
	border-bottom: 1px solid #9B9B9B;
}

.menu #nav ul li.current_page_item a {
	color: #569de2;
}

/* yet another hack for IE5.5 */
* html .menu ul ul a, * html .menu ul ul a:visited {width:auto;w\idth:autoa;}


.menu ul ul a:hover{background:#313131;}
.menu a:hover, .menu a.active {
	background-position: 0px -30px;
} 
.menu ul ul :hover > a {background:#313131;}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul{visibility:visible; }
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{visibility:hidden;}
/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ visibility:visible;}


#nav li#nav_home a {
	width: 73px;
	background-image: url(images/nav_home.jpg);
}

#nav li#nav_home ul a {
	background-image: none;
}

#nav li#nav_team a {
	width: 69px;
	background-image: url(images/nav_team.jpg);
}

#nav li#nav_team ul a {
	background-image: none;
}

#nav li#nav_schedule a {
	width: 104px;
	background-image: url(images/nav_schedule.jpg);
}

#nav li#nav_schedule ul a {
	background-image: none;
}

#nav li#nav_tickets a {
	width: 90px;
	background-image: url(images/nav_tickets.jpg);
}

#nav li#nav_tickets ul a {
	background-image: none;
}

#nav li#nav_news a {
	width: 72px;
	background-image: url(images/nav_news.jpg);
}

#nav li#nav_news ul a {
	background-image: none;
}

#nav li#nav_multimedia a {
	width: 114px;
	background-image: url(images/nav_multimedia.jpg);
}

#nav li#nav_multimedia ul a {
	background-image: none;
}

#nav li#nav_dance_team a {
	width: 120px;
	background-image: url(images/nav_dance_team.jpg);
}

#nav li#nav_dance_team ul a {
	width: 101px;
	background-image: none;
}

#nav li#nav_fan_zone a {
	width: 100px;
	background-image: url(images/nav_fan_zone.jpg);
}

#nav li#nav_fan_zone ul a {
	background-image: none;
}

#nav li#nav_contact a {
	width: 96px;
	background-image: url(images/nav_contact.jpg);
}

#nav li#nav_contact ul a {
	background-image: none;
}

#nav li#nav_sponsorship a {
	width: 107px;
	background-image: url(images/nav_sponsorship.jpg);
}

#nav li#nav_sponsorship ul a {
	background-image: none;
}

#nav li#nav_rush_gear a {
	width: 113px;
	background-image: url(images/nav_rush_gear.jpg);
}

#nav li#nav_rush_gear ul a {
	background-image: none;
}

#banner {
	margin: 0 0 6px;
}

/* -------------------------------------------------------------------------------------
<-- END HEADER AREA <--
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
<-- INDEX AREA <--
------------------------------------------------------------------------------------- */

#schedule_bar {
	margin: 0 0 5px;
	position: relative;
	z-index: 1;
}

#schedule_slider {
	width: 608px;
	padding: 0 13px 0 14px;
	height: 41px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	background: #202020 url(images/schedule_bg.jpg) top left repeat-x;
}

#schedule_back {
	position: absolute;
	top: 0;
	left: 0;
	width: 15px;
	height: 41px;
	z-index: 1000;
}

#schedule_next {
	position: absolute;
	top: 0;
	right: 0 !important;
	right: -1px;
	width: 14px;
	height: 41px;
	z-index: 2;
}

.items {
	position: relative;
	z-index: 1;
	width: 100000px;
}

.schedule_game {
	width: 152px;
	clear: none;
	position: relative;
	z-index: 1;
}

.schedule_game a {
	display: block;
	height: 41px;
	width: 100%;
	color: #fff;
	position: relative;
	z-index: 1;
}

.schedule_game a:hover {
	text-decoration: none;
}

.game_helmet {
	width: 47px;
	padding: 0 0 0 6px;
	background: transparent url(images/schedule_border_left.jpg) top left no-repeat;
}

.game_info {
	float: right;
	clear: none;
	width: 93px;
	height: 31px;
	padding: 10px 6px 0 0;
	background: transparent url(images/schedule_border_right.jpg) top right no-repeat;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
}

#schedule_button {
	width: 315px;
	float: right;
	clear: none;
}

#slideshow_container {
	position: relative;
	height: 338px;
	width: 635px;
	margin: 0 0 6px;
}

#game_details {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -10;
	height: 338px;
	width: 635px;
}

#game_details div {
	display: none;
	width: 635px;
	height: 338px;
	position: absolute;
	top: 0;
	left: 0;
}

.ticketmaster {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 40px;
	display: block;
	background: transparent url(images/pix.gif) top left;
}

#rotating_banners {
	position: relative;
	height: 338px;
	width: 635px;
	overflow: hidden;
	z-index: 0;
	margin: 0;
}

#slideshow_nav {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 595px;
	padding: 5px 20px;
	height: 56px;
	z-index: 100;
	background: transparent url(images/slideshow_nav_bg.png) top left repeat !important;
	background: #353535;
	background-image: none;
}

#slideshow_nav a {
	float: left;
	clear: none;
	margin: 3px 13px 3px 3px;
}

#slideshow_nav a.activeSlide, #slideshow_nav a:hover {
	margin: 0 10px 0 0;
	border: 3px solid #abadb0;
}

#slideshow_nav img {
	height: 50px;
}

#rotating_news {
	position: relative;
	width: 635px;
	display: block;
	float: left;
	clear: both;
	overflow: hidden;
	z-index: 0;
	margin: 0;
}

#rotating_news .content_box {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}

#rotating_news .content_box_container {
	height: 365px;
	min-height: 365px !important;
	height: auto;	
}



/* -------------------------------------------------------------------------------------
<-- CONTENT AREA <--
------------------------------------------------------------------------------------- */

#content_container {
	background: #fff;
	width: 950px;
	padding: 5px;
	position: relative;
	z-index: 1;
	border-top: 5px solid #000;
}

#content {
	width: 635px;
}

#content_box, .content_box {
	background: #fff url(images/home_news_middle.jpg) top left repeat-y;
}

#content_box_wrapper, .content_box_wrapper {
	background: transparent url(images/home_news_top.jpg) top left no-repeat;
}

#content_box_container, .content_box_container {
	width: 605px;
	padding: 0 15px 0 15px;
	background: transparent url(images/home_news_bottom.jpg) bottom left no-repeat;
}

#content_box h2, .content_box h2 {
	padding: 0 0 5px;
	border-bottom: 3px solid #003263;
	margin: 15px 0 10px;
	text-transform: uppercase;
	color: #003263;
}

#content_box h2 span.right {
	font-size: 14px;
	line-height: 1.5em;
}

#content_box h2 a, .content_box h2 a {
	text-transform: uppercase;
	color: #003263;
}

#content_box h3, .content_box h3 {
	padding: 0 0 5px;
	margin: 15px 0 10px;
	color: #003263;
}

#content_box h3 a, .content_box h3 a {
	color: #003263;
}

#content_box p, .content_box p {
	font-size: 14px;
	line-height: 1.5;
}

#content ul {
	width: 580px;
	padding: 0 0 0 25px;
	margin: 0 0 15px;
}

#content li {
	width: 550px;
	padding: 0 0 0 15px;
	background: transparent url(images/bullet.jpg) 1px 6px no-repeat;
	line-height: 1.5;
	margin: 0 0 5px;
}

#content ul ul {
	width: 525px;
	margin: 10px 0 15px;
}

#content ul ul li {
	width: 495px;
}

#content table {
	width: 600px;
}

#content table td {
	width: 200px;
	line-height: 1.5;
	vertical-align: top;
	padding: 0 10px 5px 0;
}

#sponsorship_content img {
	float: left;
	margin: 0 40px 20px 0;
}

.error_message {
	width: 585px;
	padding: 10px;
	background: #003263;
	color: #fff;
}

label {
	float: left;
	clear: none;
	width: 150px;
}

input, textarea {
	border: 1px solid #0d3c6b;
	width: 200px;
	float: left;
	clear: none;
	padding: 2px;
}

input.checkbox {
	width: auto;
	border: 0;
	padding: 0;
	margin: 2px 0 0 10px;
	display: inline;
}

input.button {
	width: auto;
	font-weight: bold;
	color: #003263;
	padding: 2px 10px;
	cursor: pointer;
}

.news_article {
	border-bottom: 1px solid #d7d6d5;
	margin: 0 0 10px;
}

.news_image {
	width: 70px;
	padding: 15px 0 0;
	float: left;
}

.news_image img {
	width: 60px;
}

.news_story {
	width: 535px;
	float: right;
	clear: none;
}

.sub_page {
	width: 140px;
	height: 140px;
	clear: none;
	margin: 0 15px 15px 0;
}

.sub_page_last {
	width: 140px;
	height: 140px;
	clear: none;
	margin: 0 0 15px 0;
}

.sub_page_image a {
	width: 140px;
	height: 140px;
	position: relative;
	float: left;
}

.sub_page_image img {
	width: 140px;
	height: 140px;
	position: relative;
}

.sub_page_image span {
	position: absolute;
	width: 100%;
	text-align: center;
	line-height: 30px;
	font-size: 16px;
	color: #fff;
	background: transparent url(images/slideshow_nav_bg.png) top left repeat !important;
	background: #363636;
	bottom: 0;
	left: 0;
	z-index: 1;
}


#content table.roster, #content table.schedule, #content table.front_office {
	width: 605px;
}

#content table.roster th, #content table.schedule th {
	background: #003263;
	width: auto;
	color: #fff;
	text-align: center;
	padding: 5px 0;
}

#content table.schedule th {
	text-align: left;
}

#content table.roster th.roster_name, #content table.roster th.roster_college {
	text-align: left;
}

#content table.roster td, #content table.schedule td {
	width: auto;
	padding: 5px 0;
}

#content table.roster tr.odd td, #content table.schedule tr.oddhome td,  #content table.schedule tr.odd td {
	background: #e9e9e9;
}

#content table.roster td.roster_number, #content table.roster td.roster_height, #content table.roster td.roster_weight, #content table.roster td.roster_age, #content table.roster td.roster_experience {
	width: 40px;
	text-align: center;
}

#content table.roster td.roster_position {
	width: 60px;
	text-align: center;
}

#content table.roster td.roster_name {
	width: 200px;
}

#content table.roster td.roster_college {
	width: 145px;
}

#content table.schedule tr th.schedule_day, #content table.schedule tr td.schedule_day {
	padding: 5px;
}

#content table.schedule tr.oddhome td, 
#content table.schedule tr.evenhome td {
	font-weight: bold;
	color: #164e7b;
}

#content table.front_office td.front_office_name {
	width: 150px;
}

#content table.front_office td.front_office_title {
	width: 300px;
}

#content table.front_office td.front_office_email {
	width: 155px;
	text-align: right;
}

.navigation {
	margin: 10px 0 25px;
}

.navigation a {
	background: #003263;
	color: #fff;
	padding: 5px 10px;
}

.alignleft {
	float: left;
	width: auto;
}

.alignright {
	float: right;
	width: auto;
	clear: none;
}

#profile_meta {
	width: 300px;
}

#profile_image {
	float: right;
	clear: none;
	width: auto;
	margin: 0 0 10px;
}

#dancer_image {
	width: 200px;
	padding: 0 0 15px;
}

#dancer_image img {
	width: 200px;
}

#content_box #dancer_info p {
	margin: 0 0 5px;
}

#dancer_info {
	float: right;
	clear: none;
	width: 385px;
}

#gallery {
	margin: 0 0 15px;
}

/* -------------------------------------------------------------------------------------
<-- END CONTENT AREA <--
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> SIDEBAR AREA -->
------------------------------------------------------------------------------------- */

#sidebar {
	width: 310px;
	float: right;
	clear: none;
}

#sidebar a {
	float: left;
}

.get_tickets, .join_the_team, .latest_news, .listen_live {
	margin: 0 0 6px;
}

#our_sponsors {
	margin: 0;
	text-indent: -10000px;
	background: #313131 url(images/header_our_sponsors.jpg) top left no-repeat;
	height: 35px;
}

#networking {
	margin: 0 0 6px;
	width: 310px;
	background: #fff url(images/rush_networking.jpg) top left no-repeat;
}

#sidebar #networking a {
	float: right;
	clear: none;
}

#mc_embed_signup {
	position: relative;
	width: 310px;
	height: 140px;
	background: #333333 url(images/email_signup.jpg) top left no-repeat;	
}

#mce-EMAIL {
	position: absolute;
	top: 74px;
	left: 50px;
	height: 22px;
	width: 205px;
	border: 0;
}

#mc-embedded-subscribe {
	position: absolute;
	top: 104px;
	left: 50px;
	width: 113px;
	height: 30px;
	background: #000 url(images/button_submit.jpg) top left no-repeat;
	text-indent: -10000px;
	border: 0;
	margin: 5px 0 0;
	font-size: 0;
	display:block;
	line-height: 0;
}


/* -------------------------------------------------------------------------------------
<-- END SIDEBAR AREA <--
------------------------------------------------------------------------------------- */

/* -------------------------------------------------------------------------------------
--> FOOTER AREA -->
------------------------------------------------------------------------------------- */

#footer_sponsors {
	background: #fff;
	width: 950px;
	padding: 5px;
}

#sponsor_logos a, #sponsor_logos span {
	float: left;
	margin: 0 5px 5px 0;
}

#footer {
	padding: 5px 0;
	width: 960px;
	background: #000;
	color: #fff;
	font-size: 12px;
}

#footer a {
	color: #fff;
}

#footer a.curtis {
	color: #0786b0;
}

#footer p {
	margin: 0;
}

#footer .left {
	width: 620px;
	padding: 0 0 0 20px;
}

#footer .right {
	width: 280px;
	padding: 0 20px 0 10px;
}

/* -------------------------------------------------------------------------------------
<-- END FOOTER AREA <--
------------------------------------------------------------------------------------- */

html, body {
	height: 100%;
}

div#fancy_overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #666;
	display: none;
	z-index: 30;
}

* html div#fancy_overlay {
	position: absolute;
	height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

div#fancy_wrap {
	text-align: left;
}

div#fancy_loading {
	position: absolute;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: none;
	overflow: hidden;
	background: transparent;
	z-index: 100;
}

div#fancy_loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background: transparent url('images/fancy_progress.png') no-repeat;
}

div#fancy_loading_overlay {
	position: absolute;
	background-color: #FFF;
	z-index: 30;
}

div#fancy_loading_icon {
	position: absolute;
	background: url('images/fancy_loading.gif') no-repeat;
	z-index: 35;
	width: 16px;
	height: 16px;
}

div#fancy_outer {
	position: absolute;
    top: 0;
    left: 0;
    z-index: 90;
    padding: 18px 18px 33px 18px;
    margin: 0;
    overflow: hidden;
    background: transparent;
    display: none;
}

div#fancy_inner {
	position: relative;
	width:100%;
	height:100%;
	border: 1px solid #BBB;
	background: #FFF;
}

div#fancy_content {
	margin: 0;
	z-index: 100;
	position: absolute;
}

div#fancy_div {
	background: #000;
	color: #FFF;
	height: 100%;
	width: 100%;
	z-index: 100;
}

div#fancy_div h1, div#fancy_div h2, div#fancy_div p {
	width: 400px;
	padding: 0 10px;
	margin: 15px 0 0;
}

div#fancy_div h2 {
	font-size: 1.8em;
}

div#fancy_div p {
	font-size: 1.4em;
}

img#fancy_img {
	position: absolute;
	top: 0;
	left: 0;
	border:0; 
	padding: 0; 
	margin: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
}

div#fancy_close {
	position: absolute;
	top: -12px;
	right: -15px;
	height: 30px;
	width: 30px;
	background: url('images/fancy_closebox.png') top left no-repeat;
	cursor: pointer;
	z-index: 181;
	display: none;
}

#fancy_frame {
	position: relative;
	width: 100%;
	height: 100%;
	display: none;
}

#fancy_ajax {
	width: 100%;
	height: 100%;
	overflow: auto;
}

a#fancy_left, a#fancy_right {
	position: absolute; 
	bottom: 0px; 
	height: 100%; 
	width: 35%; 
	cursor: pointer;
	z-index: 111; 
	display: none;
	background-image: url(data:image/gif;base64,AAAA);
	outline: none;
}

a#fancy_left {
	left: 0px; 
}

a#fancy_right {
	right: 0px; 
}

span.fancy_ico {
	position: absolute; 
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	z-index: 112; 
	cursor: pointer;
	display: block;
}

span#fancy_left_ico {
	left: 20px;
	background: transparent url('images/fancy_left.png') no-repeat;
}

span#fancy_right_ico {
	right: 20px;
	background: transparent url('images/fancy_right.png') no-repeat;
}

a#fancy_left:hover {
  visibility: visible;
}

a#fancy_right:hover {
  visibility: visible;
}

a#fancy_left:hover span {
	left: 20px; 
}

a#fancy_right:hover span {
	right: 20px; 
}

.fancy_bigIframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
}

div#fancy_bg {
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}
	
div.fancy_bg {
	position: absolute;
	display: block;
	z-index: 70;
	border: 0;
	padding: 0;
	margin: 0;
}

div.fancy_bg_n {
	top: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_n.png') repeat-x;
}

div.fancy_bg_ne {
	top: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_ne.png') no-repeat;
}

div.fancy_bg_e {
	right: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_e.png') repeat-y;
}

div.fancy_bg_se {
	bottom: -18px;
	right: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_se.png') no-repeat;
}

div.fancy_bg_s {
	bottom: -18px;
	width: 100%;
	height: 18px;
	background: transparent url('images/fancy_shadow_s.png') repeat-x;
}

div.fancy_bg_sw {
	bottom: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_sw.png') no-repeat;
}

div.fancy_bg_w {
	left: -13px;
	height: 100%;
	width: 13px;
	background: transparent url('images/fancy_shadow_w.png') repeat-y;
}

div.fancy_bg_nw {
	top: -18px;
	left: -13px;
	width: 13px;
	height: 18px;
	background: transparent url('images/fancy_shadow_nw.png') no-repeat;
}

div#fancy_title {
	position: absolute;
	bottom: -33px;
	left: 0;
	width: 100%;
	z-index: 100;
	display: none;
}

div#fancy_title div {
	color: #FFF;
	font: bold 12px Arial;
	padding-bottom: 3px;
}

div#fancy_title table {
	margin: 0 auto;
	width: auto;
	float: none;
}

div#fancy_title table td {
	padding: 0;
	vertical-align: middle;
}

td#fancy_title_left {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_left.png) repeat-x;
}

td#fancy_title_main {
	height: 32px;
	background: transparent url(images/fancy_title_main.png) repeat-x;
}

td#fancy_title_main div {
	width: auto;
	text-align: center;
}

td#fancy_title_right {
	height: 32px;
	width: 15px;
	background: transparent url(images/fancy_title_right.png) repeat-x;
}