/*=====================================================================
general 004D91
=====================================================================*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow-x: hidden;	
	height:100%;
}


body { 
	background: #2560AE url(../img/bg_back.jpg) repeat-x center top;	
	word-break: break-all;
    font-family: "Lucida Grande", "MS ƒSƒVƒbƒN", Verdana, Helvetica, Arial, sans-serif;
    font-size: 12px !important;
	font-size: 80%;
	line-height: 1.4;
	color:#333;
}

body ul {
	list-style-type: none;

}

body img {
	border: none;
}

body a {
	outline : 0 ;
	border: none;
	text-decoration:none;
	color:#004D91;
}
body a:hover {
	text-decoration:underline;
	color:#004D91;
}


#container {
	background: transparent url(../img/base.png) repeat-x left top;
	width:960px;
	margin:15px auto ;
	height:540px;	
	display:block;	
	behavior: expression(IEPNGFIX.fix(this));  
}

body table,td,th {
	border: none;
	vertical-align: top;
}
.clear {
	clear:both;
}

p{ 
	margin: 0;
	padding: 0;
	line-height: 1.4;
}
.sText{ 
    font-size: 10px 
}

.bText{ 
	color:#004D91;
	font-weight:bold;
	font-size:16px;
}

.cText{ 
	color:#004D91;
}


/*=====================================================================
layout
=====================================================================*/
#navigation {
	float: left;
	text-align:left;
	width:215px;
	vertical-align: top;
	}

#contentstop{
	float: left;
	height:500px;
	width:710px;
	overflow: auto;
	text-align: left;
	margin-top:30px;

}
#contents{
	float: left;
	margin-top:20px;
}

#main{

	height:400px;
	width:695px;
	overflow: auto;
	text-align: left;
	margin: 0 5px;
	padding-right:5px;
}

#topmovie{
	margin:5px 0 ;
}


/*	.headline
---------------------------------------------------------------------*/	
.headline{
	width:670px;
	margin:0 10px;
	height:90px;
}

.headline td,th {
	border:0px solid;
	border-bottom: 1px solid #c8c8c8;

}
.headline th {
	font-weight:normal;
	color:#004D91;
	width:6em;
}

.headline a {
		color:#333;
}
.headline  a:hover { 
		color:#004D91;
			text-decoration: none;
}
/*=====================================================================


=====================================================================*/

#title{
	margin:15px 0 0 0;
	padding-bottom:5px;
	height:50px;	
}
#side{
	float:left;
	width: 120px;
	height:390px;
	overflow: auto;	
	margin:0 ;
		padding:0 10px 0 10px;

 	overflow-x: hidden;		
	
}
#side ul {
	padding: 10px 0;
	margin: 0;	
}
#side li {
	padding: 0 2px 5px 15px;
	margin: 0;
	background: url(../img/i_side.gif) no-repeat top left;	
}

#side li a{
	margin:0;
	color:#000; 
	text-decoration: none;
	line-height:1.4;	
}

#side li a:hover {
	color:#004D91; text-decoration: underline;
}

#main_c{
	padding:0 10px 0 5px;
	margin:0;
	float:left;
	width: 545px;
	height:390px;	
	overflow: auto;		
}
#main_c ul{
	padding:0;
	margin:0;
	}
#main_c li{

}
#disco{
	overflow-x: hidden;
	height:360px;	
}


/* News */

.entry_main{
	margin: 0 0 10px 0;
	padding-bottom:10px;
	border-bottom: 1px dotted #333;	
}
.entry_main img {
	padding:3px;
	border: 1px solid #c8c8c8;
}
.entry_date {
	font-size: 8pt;
	color: #888;
	padding: 0 15px;
}

.entry_title {
	font-weight: bold;
	padding: 5px 0 0 30px;
	background: url(../img/i_title.gif) no-repeat top left;
	display:block;
	height:30px;
}

.entry_text {
 	paddingt: 0px 4px 10px  5px; 
 	line-height: 1.4em;
}
 
.entry_link a,
.entry_link a:visited,
.entry_link a:hover, 
.entry_link a:active{ font-size: 12px; color:#004D91; text-decoration: underline;}

.photo{ padding:3px;border: 1px solid #c8c8c8; margin-right:10px;}

/*LINK*/
.linkbox{
	width:200px;
	border: 1px solid #c8c8c8;
	text-align:center;
	padding:10px;
	margin:10px 10px 0 0;
}
/*LINK*/

/**/
.box01{
	border: 1px solid #c8c8c8;	
}

.mb10{
	margin-bottom: 10px;
}
.mb30{
	margin-bottom: 30px;
}
.mr10{
	margin-right: 10px;
}
.mt10{
	margin-top: 10px;
}
.mt30{
	margin-top: 30px;
}

.ml10{
	margin-left: 10px;
}
.ml5{
	margin-left: 5px;
}
