/* Copyright 2008 Morose Media */

/* Heading */

div#heading-container {
	position: relative;
	left: 15px;
	width: 935px;
	height: 220px;
}

div#heading-container div.picture {
	position: absolute;
	left: 0px;
	width: 210px;
	height: 210px;
	background-image: url('http://images.wmwifirouter.com/www/global/news-picture.jpg');
}

div#heading-container img.title {
	position: absolute;
	left: 210px;
	width: 265px;
	height: 50px;
	display: block;
}

div#heading-container div.content {
	position: absolute;
	left: 233px;
	top: 50px;
	width: 660px;
	font-size: 18px;
	text-align: justify;
}

div#heading-container ul {
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 20px;
	margin-left: 0px;
}

div#heading-container div.content div.footnote {
	margin-top: 12px;
	font-size: 14px;
}

/* News */

div#news-container {
  position: relative;
 	left: 65px;
	width: 835px;
	height: auto;
}

div.news-item {
  position: relative;
  padding-bottom: 40px;
}

div.news-item div.picture {
	float: left;
	width: 108px;
	height: 110px;
	margin-right: 8px;
}

div.news-item div.title {
	position: relative;
	margin-left: 116px;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 4px;
}

div.news-item div.intro {
	position: relative;
	margin-left: 116px;
	font-size: 16px;
	font-weight: bold;
	text-align: justify;
}

div.news-item div.intro span.date{
	font-weight: normal;
	font-style: italic;
}

div.news-item div.content {
  clear: both;
	position: relative;
	font-size: 16px;
	text-align: justify;
}

div#news-list {
  font-size: 16px;
  text-align: center;
	padding-bottom: 50px;
	line-height: 24px;
}
 
/* Featured on blogs */

img#blogs {
	position: relative;
	display: block;
	width: 450px;
	height: 60px;
	margin-left: auto;
	margin-right: auto;
}