
#div { margin:0; padding:0; }

/*general structure */
#outsidewrap   { margin:0 auto;  width:80%;  }
#mainwrap      {  width: 1080px; margin:0 auto;  }

/*navigation and header */
#header        { background: transparent url(images/logo_tm_header.png) no-repeat left bottom; height:80px; }
#logo, #logo a { margin: 0; width: 432px; height: 80px; float:left; }
#logo 		{ background-image: url(images/x.gif); }

/* main body */
#lsidebar, #middle, #rsidebar { float:left; }
#lsidebar, #middle            { margin: 0 18px 0 0;  }
#lsidebar                   	{ width: 215px; }
#middle      				{ width: 621px;  }
#rsidebar               		{ width: 196px; }

/*extra padding to match pages for character popup*/
#movies, #lsidebar, #rsidebar { padding-top: 40px; }

/*home sections */
#movies    { margin:0 0 20px; overflow:hidden; position:relative; z-index: 200; /*width:621px; height:390px;*/  }
#movies ul { position:relative; z-index: 150; }
#beyond    { background: transparent url(images/background_inside_full.png) no-repeat;
		    width: 622px; height: 321px; padding: 0;  }
#community{ width: 166px; float:left; display:inline; color: #6dd454; line-height:1.8em; padding: 0px 20px 20px; }
#tools    { width: 366px; float:right; padding:20px; }
#movienav { width: 810px;  position:relative; z-index: 1; margin-bottom:-100px;
		  background: top right url(images/background_movienav.png) no-repeat; }
#content  { width: 810px;  position:relative; z-index: 100;  }

.international  { background: transparent url(images/background_intl.png) repeat-y;
			   width: 810px; position:absolute;z-index: 200; }
.entry          { padding: 10px 50px;  }

/*right column sections */
#playlist     	 { background: transparent url(images/background_playlist.png) no-repeat top center;
			   width: 178px; padding: 35px 0 0 0; z-index: 100; position:static; }
/*footer */
#footer         { font: 10px/18px Arial, sans-serif normal; width: 630px; margin: 0 auto 50px; /* width: 60%; */ }
