/* Reset ------------------------------------------------------------------ */


*{
		font-family:tahoma,arial,san-serif;
}

html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
	margin: 0;
	padding: 0;
	font-size:13px;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

table {
    border-spacing: 0;
}

ol,ul,li{
    list-style: none;
}

a img,:link img,:visited img {
    border: none;
}

a:link{
	color:#5d77b3;
}

a:visited{
	color:#2b4684;
}

a:hover{
	color:#ce0101;
}

/* Layout ----------------------------------------------------------------- */


body{
	background-color:#4b4b4b;
	text-align:center;
}

#container{
	width:1000px;
	margin:0 auto;
	text-align:left;
}

#content{
		background-color:#eee;
		padding:20px;
		border-left:#690000 1px solid;
		border-right:#690000 1px solid;

}

#topMovie{
	width:500px;
	float:left;
}


#whatsNew{
	width:455px;
	float:right;
}

#whatsNewE{
	width:210px;
	float:right;
	background:url(image/whatsNewE_BG.gif) 0 0 no-repeat;
	padding:30px 0 0 0;
}

#whatsNewJ{
	width:210px;
	float:right;
	background:url(image/whatsNewJ_BG.gif) 0 0 no-repeat;
	padding:30px 0 0 0;
	margin:0 0 0 15px;
}

#footer{
	height:60px;
	width:100%;
	background:url(image/footerBG.gif) no-repeat 0 0;
}
*html #footer{
	background:url(image/footerBG.gif) no-repeat 1px 0;
}

#footerInner{
	text-align:center;
	padding:30px 0 0 0;
	color:#fff;
	font-weight:bold;
}

#boxE{
	width:465px;
	float:left;
}

#boxJ{
	width:465px;
	float:right;
}

/* Header ----------------------------------------------------------------- */

#header{
	background:url(image/header.jpg) no-repeat;
	height:279px;
	padding:0;
}

#header h1 a{
	text-indent:-9999px;
	display:block;
	width:540px;
	height:90px;
	margin:0 0 40px 0;
}

#headerNews ul{
	margin: 0 0 40px 0;
}

#headerNews li{
	margin:0 0 14px 0;
}

#headerNews li a{
	font-size:16px;
	font-weight:bold;
	background:url(image/headerNewsLiBG.gif) 0 0 no-repeat;
	padding:0 0 0 20px;
	color:#fff;
}

#headerNews li a:hover{
	color:#5d77b3;
}

#globalNav{
	height:55px;
}

#globalNav li{
	float:left;
}


#globalNav li a{
	display:block;
	background:url(image/globalNav.gif) 0 0 no-repeat;
	height:55px;
	text-indent:-9999px;
}

#globalNav #gnav01 a{
	background:url(image/globalNav.gif) 0 0 no-repeat;
	width:120px;
}

#globalNav #gnav02 a{
	background:url(image/globalNav.gif) -120px 0 no-repeat;
	width:120px;
}

#globalNav #gnav03 a{
	background:url(image/globalNav.gif) -240px 0 no-repeat;
	width:120px;
}

#globalNav #gnav04 a{
	background:url(image/globalNav.gif) -360px 0 no-repeat;
	width:120px;
}

#globalNav #gnav05 a{
	background:url(image/globalNav.gif) -480px 0 no-repeat;
	width:160px;
}

#globalNav #gnav06 a{
	background:url(image/globalNav.gif) -640px 0 no-repeat;
	width:210px;
}

#globalNav #gnav07 a{
	background:url(image/globalNav.gif) -850px 0 no-repeat;
	width:140px;
}



/* Module ----------------------------------------------------------------- */

#index h2{
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	margin:0 0 10px 0;
}

#index h2.big{
	font-size:24px;
	line-height:28px;
}


#indivisual h2{
	font-size:18px;
	font-weight:bold;
	color:#2b4684;
	margin:0 0 5px 0;
	border-bottom:2px solid #2b4684;
}

h3{
	font-size:15px;
	line-height:20px;
	font-weight:bold;
	margin:0 0 10px 0;
	color:#333;
	clear:both;
}

p{
	margin:0 0 1em 0;
	line-height:20px;
}

.clear{
	clear:both;
}

.emphaticBox{
	background-color:#ccc;
	padding:10px;
}

.ac{
	text-align:center;
}

.fl{
	float:left;
	margin:0 10px 10px 0;
}

.fr{
	float:right;
	margin:0 0 10px 10px;
}

.big{
	font-size:16px;
	font-weight:bold;
	line-height:24px;
}