/* CSS Document */

*{
	font-size: 12px;
	line-height: 16px;
}
body {
	background-color: #000000;
	background-image: url(../images/main_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	color: #210B02;
}
a img {
	text-decoration: none;
	border-style: none;
}
a:link { text-decoration: none;}
a:visited {	text-decoration: none;}
a:hover { text-decoration: underline;}
a:active { text-decoration: underline;}

h1,h2,h3,h4,h5,h6 {}
#all {
	width: 960px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	margin: 0px;
	padding: 0px;
	width: 960px;
}
#lead {
	color: #FFFFFF;
}
#header #title_bg {	background-image: url(../images/header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding: 0px;
	height: 88px;
	width: 960px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#header #title {
	position: relative;
	padding-top: 53px;
}

#header #title h1 {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 330px;
	padding: 0px;
}
#content {
	width: 941px;
	margin-right: 10px;
	margin-left: 9px;
}
#content_l {
	width: 199px;
	background-image: url(../images/cintent_l_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#content_c {
	width: 543px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/mein_bg.jpg);
	background-repeat: repeat-y;
}
#content_r {
	width: 199px;
	background-image: url(../images/cintent_r_bg.jpg);
	background-repeat: repeat-y;
	margin: 0px;
	padding: 0px;
}
#blog_title {
	background-image: url(../images/blog_title.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 507px;
	margin: 0px;
	padding-top: 33px;
	padding-left: 36px;
}

#blog_title h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #CB9412;
}
#blog_title2 {
	background-image: url(../images/blog_title2.jpg);
	background-repeat: no-repeat;
	height: 28px;
	width: 507px;
	margin: 0px;
	padding-top: 33px;
	padding-left: 36px;
}
#blog_title2 h3 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	color: #CB9412;
}
#movie { background-color: #000000;}
#news {
	background-image: url(../images/top_news_bg.jpg);
}
#news_text {
	width: 491px;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	padding-top: 3px;
	padding-right: 26px;
	padding-bottom: 30px;
	padding-left: 26px;
	background-image: url(../images/top_news_footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
#news dl {
	margin: 0px;
	padding: 0px;
}
#news dt {
	margin-top: 0px;
	margin-left: 5px;
	background-image: url(../images/news_icon.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding-left: 12px;
	font-weight: bold;
}
#news dd {
	margin-bottom: 5px;
	margin-left: 20px;
	margin-right: 5px;
	font-size: 10px;
	line-height: 14px;
}

#new_movie {
	background-image: url(../images/new_movie_bg01.jpg);
	background-repeat: repeat-y;
}
#new_arrival {
	background-image: url(../images/new_movie_bg02.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 5px;
	padding-right: 50px;
	padding-left: 50px;
}
#new_movie_foot {
	background-image: url(../images/new_movie_foot.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-right: 50px;
	padding-left: 50px;
	padding-bottom: 30px;
}

#footer {
	margin-right: auto;
	margin-left: auto;
	width: 960px;
}
#footer_menu {
	clip: rect(auto,3px,auto,3px);
	margin-right: 7px;
	margin-left: 7px;
}

.banner {
	margin-left: 27px;
}



*html img,#header #title_bg { behavior: expression(IEPNGFIX.fix(this)); }
