
#index #header {
   background: url(../images/home/head.jpg) no-repeat;  
	height: 157px; 
   width: 700px; 
}
body#index ul#nav li#home a{
	width: 100%; 
	background:  url(../images/home/navhover.jpg) no-repeat;
	height: 23px;	
}
#index #main { 
   width: 700px; 
   height: 551px;
   background: url(../images/home/main.jpg) no-repeat;
   text-transform: uppercase;
   clear: both;
}
#index #movie{
	clear: both;
	left: 90px;
	position: relative;
	top: 70px;
	width: 335px;
	height: 270px;
	text-align: center;
}
#index #news{
	clear:both;
	left: 60px;
	padding-top:38px;
	padding-left: 5px;
	padding-right: 3px;
	position: relative;
	/*background: #f5f1e5;*/
	top: 85px;
	height: 160px;
	width: 570px;
	/*border: thin solid #003366;*/
}

#main p{
	clear: both;
	float: left;
	font-size: 11px;
	text-transform: none;
	padding-left: 4px;
	padding-right: 2px;
	padding-bottom: 10px;
	padding-top: 0px;
	color: #000;	
	margin: 0px;
	margin-top: 0px;
	line-height: 1.2em;
	
	
}
.img {
	padding: 0 12px 4px 0;
	float: left;
	border: none;
}
a img{ border:none;
}
a:hover img{
	border: none;
}
a { 
	font-size: 12px;
	color: maroon;  
	text-decoration:none; 
	border: none;
}
a:hover { 
	font-size: 12px;
	color:red;
	text-decoration: none;
	border: none;
}
a.title{
color: #003366;
font-size: 14px;
text-decoration: none;
}
a.title:hover{
color: red;
text-decoration: none ;
}

ul.newstext{
text-transform: uppercase;
padding-left: 5px;
list-style: none;
list-style-position: inside;
font-size: 12px;
float: left;
padding-bottom: 0px;
}
