﻿body
{
	background-color: rgb(4,26,50);
}

#CSSBackground
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 947px;
	height: 847px;
	z-index: 0;
	background: url(../images/CSSBlank.jpg);
	background-repeat: no-repeat;
}

.contentAreaWrap
{
	position: absolute;
	left: 240px;
	top: 130px;
	height: 475px;
	width: 650px;
}

html>body .contentAreaWrap
{
	width:  640px;
}

#contentArea
{
	width: 650px;
	height: 465px;
	color: Black;
	font-family: Arial, Verdana, Tahoma;
	font-size: 10pt;
	overflow: scroll; /* for the dumb browsers */
	overflow-y: scroll;
	overflow-x: hidden;
}

html>body #contentArea
{
	width:  630px;
	padding-right: 15px;
}

#contentArea div
{
	width: 100%;
}

#contentArea div.title
{
	font-weight: bold;
	font-size: 10pt;
	padding-bottom: 5px;
	padding-left: 5px;
}

#contentArea div.description
{
	font-size: 9pt;
	padding: 5px;
}

#contentArea div.description div
{
	padding-bottom: 5px;
}

.footerPosition
{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 645px;
	width: 947px;
}