﻿#newspagelayer
{
	position:relative;
	width: 1200px;
	top:5px;
	left:15px;
	z-index:1;
}

#newstitlelayer
{
	position: relative;
	left: 0;
	top: 0;
	width: 750px;
	height: 30px;
	background-color: #273E99;
	border-radius: 5px;
}

#newssummarylayer
{
	position:relative;
	width: 1200px;
	top:5px;
	left:15px;
	z-index:1;
	background-color: #eeeeee;
	border-radius: 5px;
	border: 1px solid gray;
}

#newssummarytitlelayer
{
	position: relative;
	left: 0;
	top: 0;
	width: 1200px;
	height: 30px;
	background-color: #273E99;
	border-radius: 5px;
}

#newspreviewtitlelayer
{
	position: absolute;
	left: 800px;
	top: 0;
	width: 400px;
	height: 30px;
	background-color: #273E99;
	border-radius: 5px;
}

#newscontentlayer
{
	position: relative;
	left: 0;
	top: 2px;
	width: 750px;
}

#newspreviewlayer
{
	position: absolute;
	left: 800px;
	top: 2px;
	width: 400px;
}

#newssummaryimagelayer
{
	position: relative;
	left: 50px;
	top: 5px;
	width: 200px;
	margin-bottom: 10px;
}

#newssummarycontentlayer
{
	position: absolute;
	left: 200px;
	top: 2px;
	width: 800px;
}
