#movie {
	/*
	position: absolute;
	z-index: 2;
	*/
	height: 210px;
	width: 900px;
	/*
	left: 0px;
	top: 50px;
	*/
}


#homepage-lowercontent {
	
		width: 100%;
		margin-top:10px;

	
	}

	
#news {
	/*
	position: absolute;
	z-index: 3;
	*/
	height: 159px;
	width: 511px;
	/*
	left: 0px;
	top: 270px;
	*/
	background-image: url(../images/img/newstop.gif);
	background-repeat: no-repeat;
	background-position: top;
	
	float: left;
	
	/*border: 1px solid #CCC;*/
	
	}
	
#case {
	/*
	position: absolute;
	*/
	height: 125px;
	width: 230px;
	/*
	left: 0px;
	top: 440px;
	
	z-index: 5;
	*/
	background-image: url(../images/img/casetop.gif);
	background-repeat: no-repeat;
	
	
	float: left;
	clear: left;
	/*border: 1px solid #CCC;*/
	
	margin-top: 10px;
	margin-right: 10px;
}

#video {
	/*
	position: absolute;
	z-index: 6;
	*/
	height: 125px;
	width: 269px;
	/*
	left: 242px;
	top: 440px;
	*/
	background-image: url(../images/img/vidtop.gif);
	background-repeat: no-repeat;
	
	float: left;	
	/* border: 1px solid #CCC;*/
	
	margin-top:10px;
}

#map {
	/*
	position: absolute;
	z-index: 4;
	*/
	
	height: 295px;
	width: 379px;
	/*
	left: 522px;
	top: 270px;
	*/
	
	background-image: url(../images/img/maptop.gif);
	background-repeat: no-repeat;
	background-color: #0C184D;
	
	float: right;
	
}


/* TICKER */

#main-content {
   /*width: 75%;
   float: left;
   /*margin-left:1em;
   display:none;*/
   
	height: 5px;
}

#main-content ul{
   /*padding-top:14px;*/
   list-style-type: none;
   
   /*border: 1px solid red;*/
}

#main-content ul li {
	/*font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 13px;
	/*line-height: 20px;*/
	text-align: left;
	padding-top:2px;
	
	/*border: 1px solid red;*/
}

#main-content ul li a {
	color: #CCC;
	text-decoration:none;
}

#main-content ul li a:hover {
	font-weight:normal;
	color: #FFF;
	
}

#latest-news {
	float: left; 
	margin: 2px 10px 0px 6px;
	

}

#ticker-container {
	/*width:500px;
	
	/* bring to top of #news */
	
	
	margin-top:-10px;
	margin-bottom: -8px;
	
	height:26px;
	
		
	
	/*background-image: url(http://www.pandrol.com/images/img/newstop.gif);
	background-repeat: no-repeat;
	background-position: top;*/
	
	
	/*
	background: orange;
	
	width:100%;
	*/
}


