html, body {
	margin: 0px;
	padding: 0px;
}

img {
	border: 0px;
}

body {
	background: url('../images/bg.png');
	text-align: center;
}

#container {
	position: relative;
	width: 908px;
	margin: 0px auto;
	text-align: left;
}

#header {
	width: 908px;
	height: 196px;
	background: url('../images/header.png');
}

#content_container {
	
	float: left;
}

#content_01 {
	width: 34px;
	height: 34px;
	background: url('../images/content_01.png');
	float: left;
}
#content_02{
	width: 650px;
	height: 34px;
	background: url('../images/content_02.png');
	float: left;
}
#content_03 {
	width: 34px;
	height: 34px;
	background: url('../images/content_03.png');
	float: left;
}
#content_04 {
	width: 34px;
	background: url('../images/content_04.png');
	float: left;
}
#content {
	width: 650px;
	background: #FFFFFF;
	float: left;
}
#content_06 {
	width: 34px;
	background: url('../images/content_06.png');
	float: left;
}

#content_07 {
	width: 34px;
	height: 34px;
	background: url('../images/content_07.png');
	float: left;

}
#content_08 {
	float: left;
	width: 650px;
	height: 34px;
	background: url('../images/content_08.png');
}
#content_09 {
	width: 34px;
	height: 34px;
	background: url('../images/content_09.png');
	float: left;
}

#sidebar_container {
	position: relative;
	float: left;
}

#sidebar_01 {
	width: 34px;
	height: 34px;
	background: url('../images/sidebar_01.png');
	float: left;
}
#sidebar_02{
	width: 120px;
	height: 34px;
	background: url('../images/sidebar_02.png');
	float: left;
}
#sidebar_03 {
	width: 34px;
	height: 34px;
	background: url('../images/sidebar_03.png');
	float: left;
}
#sidebar_04 {
	width: 34px;
	background: url('../images/sidebar_04.png');
	float: left;
}
#sidebar {
	width: 120px;
	background: #FFFFFF;
	float: left;
}
#sidebar_06 {
	width: 34px;
	background: url('../images/sidebar_06.png');
	float: left;
}

#sidebar_07 {
	width: 34px;
	height: 34px;
	background: url('../images/sidebar_07.png');
	float: left;

}
#sidebar_08 {
	float: left;
	width: 120px;
	height: 34px;
	background: url('../images/sidebar_08.png');
}
#sidebar_09 {
	width: 34px;
	height: 34px;
	background: url('../images/sidebar_09.png');
	float: left;
}

#menu_container {
	position: relative;
	top: -7px;
}

#menu_01 {
	width: 10px;
	height: 38px;
	background: url('../images/menu_02.png');
	float: left;
}

#menu_02 {
	width: 888px;
	height: 38px;
	background: url('../images/menu_03.png');
	float: left;
}

#menu_03 {
	width: 10px;
	height: 38px;
	background: url('../images/menu_04.png');
	float: left;
}

#header_back {
	position: absolute;
	background: url('../images/header_bg.png');
	width: 100%;
	height: 193px;
	left: 0px;
}

#menu_back {
	position: absolute;
	background: url('../images/menu_01.png');
	width: 100%;
	height: 30px;
	top: 193px;
	left: 0px;
}

.spacer {
	clear: both;
}

.sidebar_title {
	border-bottom: 1px solid #000000;
	text-align: center;
	color: #1E2945;
	font-weight: bold;
	font-size: 20px;
}

#sidebar {
	font-size: 12px;
}

#sidebar ul {
	margin: 0px;
	padding: 0px 0px 0px 4px;
}

.logo_title {
	border-bottom: 1px solid #000000;
	text-align: center;
	color: #1E2945;
	font-weight: bold;
	font-size: 24px;
}

.logo_container {
	border: 1px dashed #000000;
	width: 150px;
	height: 150px;
	margin: 5px;
	float: left;
	text-align: center;
}

.logo_content {
	position: relative;
	width: 500px;
	margin-left: 75px;
}

.page_title {
	border-bottom: 3px solid #1E2945;
	color: #1E2945;
	font-weight: bold;
	font-size: 24px;
}

.news_title {
	margin: 10px 0px 0px 0px;
}

.news_info {
	color: #606060;
	font-size: 12px;
	
}

.brake {
	position: relative;
	width: 400px;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px auto;
}

.title {
	border-bottom: 1px solid #000000;
	text-align: center;
	color: #1E2945;
	font-weight: bold;
	font-size: 24px;
}

.movie_container {
	border: 1px dashed #000000;
	width: 150px;
	height: 150px;
	margin: 5px;
	float: left;
	text-align: center;
}

.movie_content {
	position: relative;
	width: 500px;
	margin-left: 75px;
}

.back {
	float:left;
	font-size:16px;
}

.back a:active {
	text-decoration: none;
	color: #1E2945;
}

.back a:visited {
	text-decoration: none;
	color: #1E2945;
}


.back a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #000000;
}

