div#content {
	position: absolute;
	top: 150px;
	left: 239px;
	width: 544px;
	padding: 0;
	margin: 0px;
	color: #000000;
	background-color: transparent;
	text-align: left;
	border: 0 solid red;
}

div#leftArea{
	top: 150px;
	left: 32px;
	width: 194px;
	height: 100%;
 	border: 0 solid blue;
}

/* Normal Content */
div#content div#col1 {
	width: 545px;
	padding: 1px 1px 0 1px;
	overflow: hidden;
	height: 100%;
	margin-top: -5px;
}

div#col2 h1 {
	padding: 5px 10px 5px 10px;
	margin-bottom: 4px;
	font-size: 12px;
	background-image: url(../images/news-header.jpg);
	background-repeat: no-repeat;
 	background-position: right;
 	background-color: #D2E4F2;
}

/* Home-Template: Right Content */
div#col2 {
	padding: 0 1px 0 1px;
	margin: 0;
	position: absolute;
	top: 0px;
	left: 555px;
	width: 179px;
	color: #000000;
	border: 0 solid green;
	margin-top: -16px;
}
