body {
	text-align: center;
	background-color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #999999;
	margin-top: 0px;
}

* {
	padding: 0px;
	margin: 0px;
}

p {
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

a {
	outline: 0;
}

a:link {
	color: #CCCCCC;
	text-decoration: none;
	font-size: 12px;
}

a:visited {
	color: #C0BAFE;
	text-decoration: none;
}

a:hover {
	color: #709BE2;
	text-decoration: underline;
}

#frame {
	width: 934px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding: 0px;
	text-align: left;
}

#contentleft {
	width: 177px;
	padding: 0px;
	float: left;
	background-image: url(left.jpg);
	background-repeat: no-repeat;
	height: 590px;
}

#contentcenter {
	width: 580px;
	padding: 0px;
	float: left;
}

#contentright {
	width: 176px;
	padding: 0px;
	float: right;
	background-image: url(right.jpg);
	background-repeat: no-repeat;
	height: 590px;
}

#contentheader {
	
}

p,h1,pre {
	margin-top: 0px;
	margin-bottom: 10px;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 18px;
}

h2 {
	font-size: 14px;
	padding-top: 10px;
}

#contentheader h1 {
	font-size: 14px;
	padding: 10px;
	margin: 0px;
}

#contentright p {
	font-size: 10px
}

#movie {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #0099CC;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 7px;
	margin-bottom: 10px;
	background-repeat: repeat-y;
	float: left;
	width: 580px;
	margin-right: 0px;
	margin-left: 0px;
}

#starslong {
	background-repeat: no-repeat;
	color: #C1C1C1;
	float: right;
	width: 124px;
	background-image: url(starbg.gif);
	height: 52px;
	padding-top: 5px;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 28px;
	margin-top: 7px;
	display: inline;
}

#links {
	background-repeat: no-repeat;
	float: left;
	width: 390px;
	margin-left: 25px;
	text-align: left;
	line-height: 20px;
	margin-bottom: 15px;
	display: inline;
}

#download {
	padding: 0px;
	margin-top: 5px;
	display: inline;
	float: left;
	
}
#like {
margin-left: 25px;
	float: left;
	margin-bottom: 10px;
}
.download2 {
	float: left;
	width: 150px;
	margin-right: 30px;
}

#description {
	background-repeat: no-repeat;
	color: #666666;
	width: 530px;
	text-align: justify;
	padding-top: 5px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 25px;
	float: left;
}

/*#description:hover {
background-color: #666666;
}*/

#google {
	margin-top: 20px;
	margin-left: 100px;
	margin-bottom: 10px;
}

#google-old {
	margin-top: 20px;
	margin-left: 160px;
	margin-bottom: 10px;
}

.official {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	color: #0099CC;
	font-size: 10px;
	padding-top: 8px;
	padding-left: 0px;
}

#tabsE {
	float: inherit;
	width: 555px;
	background: #000;
	font-size: 100%;
	line-height: normal;
	margin-right: auto;
	margin-left: auto;
}

#tabsE ul {
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 10px;
}

#tabsE li {
	display: inline;
	margin: 0;
	padding: 0;
}

#tabsE a {
	float: left;
	margin: 0;
	text-decoration: none;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 1px;
	color: #CCCCCC;
}

#tabsE a span {
	float: left;
	display: block;
	color: #CCCCCC;
	background-color: #272727;
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 4px;
	padding-right: 7px;
	padding-bottom: 3px;
	padding-left: 7px;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/

#tabsE a span {
	float: none;
}

/* End IE5-Mac hack */

#tabsE a:hover span {
	color: #FFF;
	background-color: #1A5382;
}

#tabsE a:hover {
	background-position: 0% -42px;
}

#tabsE a:hover span {
	background-position: 100% -42px;
}

.menu {
	display: table;
	/* igno

red by IE */
  padding: 0;
	list-style-type: none;
	white-space: nowrap;
	/* keep t

ext on one line */
  border: 1px solid #000000;
/* add a

border to show size of menu */
}

* html .menu {
	display: inline-block;
	

/* for IE only */
  width: 1px;
	/* IE will

expand to fit menu width */
  padding: 0 1px;
/* fix bug in IE 

for border spacing */
}

.menu li {
	display: table-cell;
/* 

ignored by IE */
}

* html .menu li {
	display: inline;
/* for 

IE only */
}

.menu a, .menu a:visited {
	display: block;
	/* for

all browsers except IE */
	padding: 3px 14px;
	color: #CCCCCC;
	border: 1px solid #000000;
	/*

add a 1px white border around items */
	text-decoration: none;
	background-color: #333333;
}

* html .menu a, * html .menu a:visited {
	display: inline-block;
	

/* for IE only */ 
  margin: 0 -2px;
/* to c

orrect an IE border width bug */
}

.menu a:hover {
	color: #fff;
	background-color: #990000;
}

.lefted {
	margin: 0 auto 0 0;
}

.centered {
	margin: 0 auto;
}

.righted {
	margin: 0 0 0 auto;
}

#menu1 {
	height: 34px;
	background-image: url(images/line.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}

#menu3 {
	width: 455px;
	padding: 0;
	list-style-type: none;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 285px;
	float: left;
}

#menu3 li {
	float: left;
	width: 90px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}

#menu3 a {
	display: block;
	width: 90px;
	color: #CCCCCC;
	text-align: center;
	padding: 4px 0;
	text-decoration: none;
	float: left;
	background-color: #28313E;
}

#menu3 a:hover {
	color: #fff;
	background-color: #1A5382;
}

div.exit {
	height: 97px;
	width: 94px;
	padding: 0;
	background-image: url("exit_2.jpg");
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}

div.exit a, div.nav a:link, div.nav a:visited {
	display: block;
}

div.exit img {
	width: 100%;
	height100%;
border: 0;
}

div.exit a:hover img {
	visibility: hidden;
}

#comments {
	width: 530px;
	margin-top: 15px;
	margin-left: 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #262626;
	padding-top: 15px;
	float: left;


}

#bottomads {
	text-align: center;
	width: 934px;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #CCCCCC;
	margin-top: auto;
	margin-left: auto;
}

#bottomads a {
	color: #CCCCCC;
}

#share {
	float: right;
	margin-right: 30px;
	clear: right;
	margin-top: 7px;
	display: inline;
}

/* movie menu */

#footer {
display: inline;
float: left;
padding-top: 20px;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
overflow: hidden;
margin-bottom: 1em;
border: 1px solid #625e00;
border-width: 1px 0;
	background-color: #333333;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(media/blockactive.gif) center center repeat-x;
}

/* navigation */

.navi1 {
	width: 580px;
	padding: 0 0 0 10px;
	font: bold 18px Arial;
	overflow: hidden;
	margin-left: 178px;
	float: left;
	height: 30px;
	background: url(images/movie-navi-bg.gif) no-repeat;
	display: inline;
}

.navi1 li{
display: inline;

}

.navi1 li a{
	color: white;
	text-decoration: none;
	border-right-width: 1px;
	border-right-style: none;
	border-right-color: #383838;
	float: left;
	font-size: 12px;
	padding: 9px 11px;
}

.navi1 li a:hover, .navi1 li .current {
	color: white;
	background-color: #1A5382;
}
.navi1  ul {
	margin-bottom: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	padding-top: 0px;
}

.mediaget {
	float: right;
	width: 150px;
}

