﻿@import url("layout.css");
	
/* ---------------------------------- custom css for news.html */
#panel_one {
	position:absolute;
	left:auto;
	top:220px;
	width:270px;
	height:125px;
	z-index:2;
	padding-left: 40px;
	padding-right: 36px;
	font-size: 10pt;
	line-height: 12pt;
}
#panel_two {
	position:absolute;
	left:605px;
	top:192px;
	width:304px;
	height:438px;
	z-index:3;
	padding-left: 360px;
}
#mainpicture {
	position:absolute;
	left:auto;  /* this property allows the picture to reposition with the screen width */
	top:205px;
	width: 200px;
	height:200;
	z-index:1;
	border: thin none #FFFFFF;
	padding-top: 0px;	/* set padding to position contents into the frame */
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 250px;
}
#footer2 {
	position:absolute;
	left:auto;
	top:1198px;
	width:675px;
	height:1px;
	z-index:4;
	padding-left: 40px;
}
#bottom_band {
	position:absolute;
	left:0px;
	top:1228px;  /* 30px more than footer2 top */
	height:55px;
	z-index:5;
	width:500%;
	background-color: #065DA0;
	background-image: url(../images/background_g2.gif);
}
}
/* EOF */
