	body
	{
	padding: 0;
	text-align: center;
	background-color: #006699;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100%;
	padding: 1px;
	margin: 0px;
	}

h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #006699;
	text-align:left;
	display: inline;
}

h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	font-weight: normal;
	display: inline;
}
	
	#container
	{
	width: 950px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	visibility: visible;
	background-image: url(../images/bkg-middle.jpg);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	min-height:600px;
	position: relative;
	}
	
	#header
	{
	height: 128px;
	background-image: url(../images/logo.jpg);
	}
	
	#mainnav
	{
	height: 25px;
	background-repeat: repeat-x;
	width: 950px;
	}
#pixbox {
	position: absolute;
	height: 400px;
	width: 193px;
	left: 70px;
	top: 210px;
}
#textcontent
	{
	float: right;
	width: 550px;
	margin-right: 90px;
	margin-top: 50px;
	color: #000000;
	font-size: 12px;
	text-align:justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 22px;
	}


	
	#footer	
	{
	height: 80px;
	background-image: url(../images/bottom-shadow.jpg);
	background-color: #006699;
	clear: both;
	background-repeat: no-repeat;
	width: 950px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CCCCCC;
	font-size: 9px;
	text-align: center;
	}

